Html Css Color HEX #DB4EC9 Free Speech Magenta
📋 copy color: '#DB4EC9'red 219 ◦ green 78 ◦ blue 201
Shades of Free Speech Magenta #DB4EC9
Tints of Free Speech Magenta #DB4EC9
RGB
CMYK
RGB Variations
Color information
#DB4EC9 (or 0xDB4EC9) is known color: Free Speech Magenta. HEX triplet: DB, 4E and C9. RGB value is (219,78,201). Sum of RGB (Red+Green+Blue) = 219+78+201=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EC9 is #24B136. Grayscale: #858585. Windows color (decimal): -2404663 or 13192923. OLE color: 13192923.
HSL color Cylindrical-coordinate representation of color #DB4EC9: hue angle of 307.66º 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 #DB4EC9 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 201 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.14 |
| HSL | 307.66º | 0.66% | 0.58% | - |
| HSV(B) | 307.66º | 0.64% | 0.86% | - |
| XYZ | 42.48 | 24.73 | 57.79 | - |
| YUV | 134.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 201 | 0 | 0.64 | 0.08 | 0.14 | 307.66 | 0.66 | 0.58 |
| Hex | DB | 4E | C9 | 0 | 40 | 8 | E | 134 | 42 | 3A |
| Octal | 333 | 116 | 311 | 0 | 100 | 10 | 16 | 464 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11001001 | 0 | 1000000 | 1000 | 1110 | 100110100 | 1000010 | 111010 |
Color Harmonies of #DB4EC9
Complementary color
Monochromatic Colors of #DB4EC9
Black with #DB4EC9
Text Example
Text Example
White with #DB4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EC9; }
p { color: rgb(219,78,201); }
H1.HeaderClassName
{
color: #DB4EC9;
}
.AnyTagClassName
{
color: #DB4EC9;
}
</style>
background-color css
<style>
a { background-color: #DB4EC9; }
a { background-color: rgb(219,78,201); }
div.DivClassName
{
background-color: #DB4EC9;
}
.BgClassName
{
background-color: #DB4EC9;
}
</style>
border-color css
<style>
span { border-color: #DB4EC9; }
span { border-color: rgb(219,78,201); }
td.TdClassName
{
border-color: #DB4EC9;
}
.TagClassName
{
border-color: #DB4EC9;
}
</style>