Html Css Color HEX #DB4EE0 Free Speech Magenta
📋 copy color: '#DB4EE0'red 219 ◦ green 78 ◦ blue 224
Shades of Free Speech Magenta #DB4EE0
Tints of Free Speech Magenta #DB4EE0
RGB
CMYK
RGB Variations
Color information
#DB4EE0 (or 0xDB4EE0) is known color: Free Speech Magenta. HEX triplet: DB, 4E and E0. RGB value is (219,78,224). Sum of RGB (Red+Green+Blue) = 219+78+224=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB4EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EE0 is #24B11F. Grayscale: #888888. Windows color (decimal): -2404640 or 14700251. OLE color: 14700251.
HSL color Cylindrical-coordinate representation of color #DB4EE0: hue angle of 297.95º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4EE0 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 78 | 224 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.12 |
| HSL | 297.95º | 0.7% | 0.59% | - |
| HSV(B) | 297.95º | 0.65% | 0.88% | - |
| XYZ | 45.39 | 25.89 | 73.13 | - |
| YUV | 136.8 | 177.21 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 224 | 0.02 | 0.65 | 0 | 0.12 | 297.95 | 0.7 | 0.59 |
| Hex | DB | 4E | E0 | 2 | 41 | 0 | C | 12A | 46 | 3B |
| Octal | 333 | 116 | 340 | 2 | 101 | 0 | 14 | 452 | 106 | 73 |
| Binary | 11011011 | 1001110 | 11100000 | 10 | 1000001 | 0 | 1100 | 100101010 | 1000110 | 111011 |
Color Harmonies of #DB4EE0
Complementary color
Monochromatic Colors of #DB4EE0
Black with #DB4EE0
Text Example
Text Example
White with #DB4EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EE0; }
p { color: rgb(219,78,224); }
H1.HeaderClassName
{
color: #DB4EE0;
}
.AnyTagClassName
{
color: #DB4EE0;
}
</style>
background-color css
<style>
a { background-color: #DB4EE0; }
a { background-color: rgb(219,78,224); }
div.DivClassName
{
background-color: #DB4EE0;
}
.BgClassName
{
background-color: #DB4EE0;
}
</style>
border-color css
<style>
span { border-color: #DB4EE0; }
span { border-color: rgb(219,78,224); }
td.TdClassName
{
border-color: #DB4EE0;
}
.TagClassName
{
border-color: #DB4EE0;
}
</style>