Html Css Color HEX #DB4DCF Free Speech Magenta
📋 copy color: '#DB4DCF'red 219 ◦ green 77 ◦ blue 207
Shades of Free Speech Magenta #DB4DCF
Tints of Free Speech Magenta #DB4DCF
RGB
CMYK
RGB Variations
Color information
#DB4DCF (or 0xDB4DCF) is known color: Free Speech Magenta. HEX triplet: DB, 4D and CF. RGB value is (219,77,207). Sum of RGB (Red+Green+Blue) = 219+77+207=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DCF is #24B230. Grayscale: #858585. Windows color (decimal): -2404913 or 13585883. OLE color: 13585883.
HSL color Cylindrical-coordinate representation of color #DB4DCF: hue angle of 305.07º degrees, saturation: 0.66, 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 #DB4DCF is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 207 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.14 |
| HSL | 305.07º | 0.66% | 0.58% | - |
| HSV(B) | 305.07º | 0.65% | 0.86% | - |
| XYZ | 43.13 | 24.87 | 61.56 | - |
| YUV | 134.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 207 | 0 | 0.65 | 0.05 | 0.14 | 305.07 | 0.66 | 0.58 |
| Hex | DB | 4D | CF | 0 | 41 | 5 | E | 131 | 42 | 3A |
| Octal | 333 | 115 | 317 | 0 | 101 | 5 | 16 | 461 | 102 | 72 |
| Binary | 11011011 | 1001101 | 11001111 | 0 | 1000001 | 101 | 1110 | 100110001 | 1000010 | 111010 |
Color Harmonies of #DB4DCF
Complementary color
Monochromatic Colors of #DB4DCF
Black with #DB4DCF
Text Example
Text Example
White with #DB4DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DCF; }
p { color: rgb(219,77,207); }
H1.HeaderClassName
{
color: #DB4DCF;
}
.AnyTagClassName
{
color: #DB4DCF;
}
</style>
background-color css
<style>
a { background-color: #DB4DCF; }
a { background-color: rgb(219,77,207); }
div.DivClassName
{
background-color: #DB4DCF;
}
.BgClassName
{
background-color: #DB4DCF;
}
</style>
border-color css
<style>
span { border-color: #DB4DCF; }
span { border-color: rgb(219,77,207); }
td.TdClassName
{
border-color: #DB4DCF;
}
.TagClassName
{
border-color: #DB4DCF;
}
</style>