Html Css Color HEX #DB4ECF Free Speech Magenta
📋 copy color: '#DB4ECF'red 219 ◦ green 78 ◦ blue 207
Shades of Free Speech Magenta #DB4ECF
Tints of Free Speech Magenta #DB4ECF
RGB
CMYK
RGB Variations
Color information
#DB4ECF (or 0xDB4ECF) is known color: Free Speech Magenta. HEX triplet: DB, 4E and CF. RGB value is (219,78,207). Sum of RGB (Red+Green+Blue) = 219+78+207=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ECF is #24B130. Grayscale: #868686. Windows color (decimal): -2404657 or 13586139. OLE color: 13586139.
HSL color Cylindrical-coordinate representation of color #DB4ECF: hue angle of 305.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4ECF is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 207 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.14 |
| HSL | 305.11º | 0.66% | 0.58% | - |
| HSV(B) | 305.11º | 0.64% | 0.86% | - |
| XYZ | 43.2 | 25.01 | 61.58 | - |
| YUV | 134.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 207 | 0 | 0.64 | 0.05 | 0.14 | 305.11 | 0.66 | 0.58 |
| Hex | DB | 4E | CF | 0 | 40 | 5 | E | 131 | 42 | 3A |
| Octal | 333 | 116 | 317 | 0 | 100 | 5 | 16 | 461 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11001111 | 0 | 1000000 | 101 | 1110 | 100110001 | 1000010 | 111010 |
Color Harmonies of #DB4ECF
Complementary color
Monochromatic Colors of #DB4ECF
Black with #DB4ECF
Text Example
Text Example
White with #DB4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ECF; }
p { color: rgb(219,78,207); }
H1.HeaderClassName
{
color: #DB4ECF;
}
.AnyTagClassName
{
color: #DB4ECF;
}
</style>
background-color css
<style>
a { background-color: #DB4ECF; }
a { background-color: rgb(219,78,207); }
div.DivClassName
{
background-color: #DB4ECF;
}
.BgClassName
{
background-color: #DB4ECF;
}
</style>
border-color css
<style>
span { border-color: #DB4ECF; }
span { border-color: rgb(219,78,207); }
td.TdClassName
{
border-color: #DB4ECF;
}
.TagClassName
{
border-color: #DB4ECF;
}
</style>