Html Css Color HEX #DB5ECF Free Speech Magenta
📋 copy color: '#DB5ECF'red 219 ◦ green 94 ◦ blue 207
Shades of Free Speech Magenta #DB5ECF
Tints of Free Speech Magenta #DB5ECF
RGB
CMYK
RGB Variations
Color information
#DB5ECF (or 0xDB5ECF) is known color: Free Speech Magenta. HEX triplet: DB, 5E and CF. RGB value is (219,94,207). Sum of RGB (Red+Green+Blue) = 219+94+207=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ECF is #24A130. Grayscale: #8F8F8F. Windows color (decimal): -2400561 or 13590235. OLE color: 13590235.
HSL color Cylindrical-coordinate representation of color #DB5ECF: hue angle of 305.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5ECF is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 207 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.14 |
| HSL | 305.76º | 0.63% | 0.61% | - |
| HSV(B) | 305.76º | 0.57% | 0.86% | - |
| XYZ | 44.48 | 27.57 | 62.01 | - |
| YUV | 144.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 207 | 0 | 0.57 | 0.05 | 0.14 | 305.76 | 0.63 | 0.61 |
| Hex | DB | 5E | CF | 0 | 39 | 5 | E | 132 | 3F | 3D |
| Octal | 333 | 136 | 317 | 0 | 71 | 5 | 16 | 462 | 77 | 75 |
| Binary | 11011011 | 1011110 | 11001111 | 0 | 111001 | 101 | 1110 | 100110010 | 111111 | 111101 |
Color Harmonies of #DB5ECF
Complementary color
Monochromatic Colors of #DB5ECF
Black with #DB5ECF
Text Example
Text Example
White with #DB5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ECF; }
p { color: rgb(219,94,207); }
H1.HeaderClassName
{
color: #DB5ECF;
}
.AnyTagClassName
{
color: #DB5ECF;
}
</style>
background-color css
<style>
a { background-color: #DB5ECF; }
a { background-color: rgb(219,94,207); }
div.DivClassName
{
background-color: #DB5ECF;
}
.BgClassName
{
background-color: #DB5ECF;
}
</style>
border-color css
<style>
span { border-color: #DB5ECF; }
span { border-color: rgb(219,94,207); }
td.TdClassName
{
border-color: #DB5ECF;
}
.TagClassName
{
border-color: #DB5ECF;
}
</style>