Html Css Color HEX #DB4CCF Free Speech Magenta
📋 copy color: '#DB4CCF'red 219 ◦ green 76 ◦ blue 207
Shades of Free Speech Magenta #DB4CCF
Tints of Free Speech Magenta #DB4CCF
RGB
CMYK
RGB Variations
Color information
#DB4CCF (or 0xDB4CCF) is known color: Free Speech Magenta. HEX triplet: DB, 4C and CF. RGB value is (219,76,207). Sum of RGB (Red+Green+Blue) = 219+76+207=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CCF is #24B330. Grayscale: #858585. Windows color (decimal): -2405169 or 13585627. OLE color: 13585627.
HSL color Cylindrical-coordinate representation of color #DB4CCF: hue angle of 305.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4CCF is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 207 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.14 |
| HSL | 305.04º | 0.67% | 0.58% | - |
| HSV(B) | 305.04º | 0.65% | 0.86% | - |
| XYZ | 43.06 | 24.73 | 61.54 | - |
| YUV | 133.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 207 | 0 | 0.65 | 0.05 | 0.14 | 305.04 | 0.67 | 0.58 |
| Hex | DB | 4C | CF | 0 | 41 | 5 | E | 131 | 43 | 3A |
| Octal | 333 | 114 | 317 | 0 | 101 | 5 | 16 | 461 | 103 | 72 |
| Binary | 11011011 | 1001100 | 11001111 | 0 | 1000001 | 101 | 1110 | 100110001 | 1000011 | 111010 |
Color Harmonies of #DB4CCF
Complementary color
Monochromatic Colors of #DB4CCF
Black with #DB4CCF
Text Example
Text Example
White with #DB4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CCF; }
p { color: rgb(219,76,207); }
H1.HeaderClassName
{
color: #DB4CCF;
}
.AnyTagClassName
{
color: #DB4CCF;
}
</style>
background-color css
<style>
a { background-color: #DB4CCF; }
a { background-color: rgb(219,76,207); }
div.DivClassName
{
background-color: #DB4CCF;
}
.BgClassName
{
background-color: #DB4CCF;
}
</style>
border-color css
<style>
span { border-color: #DB4CCF; }
span { border-color: rgb(219,76,207); }
td.TdClassName
{
border-color: #DB4CCF;
}
.TagClassName
{
border-color: #DB4CCF;
}
</style>