Html Css Color HEX #DB59E8 Free Speech Magenta
📋 copy color: '#DB59E8'red 219 ◦ green 89 ◦ blue 232
Shades of Free Speech Magenta #DB59E8
Tints of Free Speech Magenta #DB59E8
RGB
CMYK
RGB Variations
Color information
#DB59E8 (or 0xDB59E8) is known color: Free Speech Magenta. HEX triplet: DB, 59 and E8. RGB value is (219,89,232). Sum of RGB (Red+Green+Blue) = 219+89+232=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB59E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59E8 is #24A617. Grayscale: #8F8F8F. Windows color (decimal): -2401816 or 15227355. OLE color: 15227355.
HSL color Cylindrical-coordinate representation of color #DB59E8: hue angle of 294.55º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB59E8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 89 | 232 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.09 |
| HSL | 294.55º | 0.76% | 0.63% | - |
| HSV(B) | 294.55º | 0.62% | 0.91% | - |
| XYZ | 47.35 | 28.03 | 79.26 | - |
| YUV | 144.17 | 177.57 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 232 | 0.06 | 0.62 | 0 | 0.09 | 294.55 | 0.76 | 0.63 |
| Hex | DB | 59 | E8 | 6 | 3E | 0 | 9 | 127 | 4C | 3F |
| Octal | 333 | 131 | 350 | 6 | 76 | 0 | 11 | 447 | 114 | 77 |
| Binary | 11011011 | 1011001 | 11101000 | 110 | 111110 | 0 | 1001 | 100100111 | 1001100 | 111111 |
Color Harmonies of #DB59E8
Complementary color
Monochromatic Colors of #DB59E8
Black with #DB59E8
Text Example
Text Example
White with #DB59E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59E8; }
p { color: rgb(219,89,232); }
H1.HeaderClassName
{
color: #DB59E8;
}
.AnyTagClassName
{
color: #DB59E8;
}
</style>
background-color css
<style>
a { background-color: #DB59E8; }
a { background-color: rgb(219,89,232); }
div.DivClassName
{
background-color: #DB59E8;
}
.BgClassName
{
background-color: #DB59E8;
}
</style>
border-color css
<style>
span { border-color: #DB59E8; }
span { border-color: rgb(219,89,232); }
td.TdClassName
{
border-color: #DB59E8;
}
.TagClassName
{
border-color: #DB59E8;
}
</style>