Html Css Color HEX #DB59D8 Free Speech Magenta
📋 copy color: '#DB59D8'red 219 ◦ green 89 ◦ blue 216
Shades of Free Speech Magenta #DB59D8
Tints of Free Speech Magenta #DB59D8
RGB
CMYK
RGB Variations
Color information
#DB59D8 (or 0xDB59D8) is known color: Free Speech Magenta. HEX triplet: DB, 59 and D8. RGB value is (219,89,216). Sum of RGB (Red+Green+Blue) = 219+89+216=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59D8 is #24A627. Grayscale: #8D8D8D. Windows color (decimal): -2401832 or 14178779. OLE color: 14178779.
HSL color Cylindrical-coordinate representation of color #DB59D8: hue angle of 301.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB59D8 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 216 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.14 |
| HSL | 301.38º | 0.64% | 0.6% | - |
| HSV(B) | 301.38º | 0.59% | 0.86% | - |
| XYZ | 45.18 | 27.16 | 67.83 | - |
| YUV | 142.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 216 | 0 | 0.59 | 0.01 | 0.14 | 301.38 | 0.64 | 0.6 |
| Hex | DB | 59 | D8 | 0 | 3B | 1 | E | 12D | 40 | 3C |
| Octal | 333 | 131 | 330 | 0 | 73 | 1 | 16 | 455 | 100 | 74 |
| Binary | 11011011 | 1011001 | 11011000 | 0 | 111011 | 1 | 1110 | 100101101 | 1000000 | 111100 |
Color Harmonies of #DB59D8
Complementary color
Monochromatic Colors of #DB59D8
Black with #DB59D8
Text Example
Text Example
White with #DB59D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59D8; }
p { color: rgb(219,89,216); }
H1.HeaderClassName
{
color: #DB59D8;
}
.AnyTagClassName
{
color: #DB59D8;
}
</style>
background-color css
<style>
a { background-color: #DB59D8; }
a { background-color: rgb(219,89,216); }
div.DivClassName
{
background-color: #DB59D8;
}
.BgClassName
{
background-color: #DB59D8;
}
</style>
border-color css
<style>
span { border-color: #DB59D8; }
span { border-color: rgb(219,89,216); }
td.TdClassName
{
border-color: #DB59D8;
}
.TagClassName
{
border-color: #DB59D8;
}
</style>