Html Css Color HEX #DB59C8 Free Speech Magenta
📋 copy color: '#DB59C8'red 219 ◦ green 89 ◦ blue 200
Shades of Free Speech Magenta #DB59C8
Tints of Free Speech Magenta #DB59C8
RGB
CMYK
RGB Variations
Color information
#DB59C8 (or 0xDB59C8) is known color: Free Speech Magenta. HEX triplet: DB, 59 and C8. RGB value is (219,89,200). Sum of RGB (Red+Green+Blue) = 219+89+200=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59C8 is #24A637. Grayscale: #8C8C8C. Windows color (decimal): -2401848 or 13130203. OLE color: 13130203.
HSL color Cylindrical-coordinate representation of color #DB59C8: hue angle of 308.77º 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 #DB59C8 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 200 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.14 |
| HSL | 308.77º | 0.64% | 0.6% | - |
| HSV(B) | 308.77º | 0.59% | 0.86% | - |
| XYZ | 43.21 | 26.37 | 57.46 | - |
| YUV | 140.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 200 | 0 | 0.59 | 0.09 | 0.14 | 308.77 | 0.64 | 0.6 |
| Hex | DB | 59 | C8 | 0 | 3B | 9 | E | 135 | 40 | 3C |
| Octal | 333 | 131 | 310 | 0 | 73 | 11 | 16 | 465 | 100 | 74 |
| Binary | 11011011 | 1011001 | 11001000 | 0 | 111011 | 1001 | 1110 | 100110101 | 1000000 | 111100 |
Color Harmonies of #DB59C8
Complementary color
Monochromatic Colors of #DB59C8
Black with #DB59C8
Text Example
Text Example
White with #DB59C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59C8; }
p { color: rgb(219,89,200); }
H1.HeaderClassName
{
color: #DB59C8;
}
.AnyTagClassName
{
color: #DB59C8;
}
</style>
background-color css
<style>
a { background-color: #DB59C8; }
a { background-color: rgb(219,89,200); }
div.DivClassName
{
background-color: #DB59C8;
}
.BgClassName
{
background-color: #DB59C8;
}
</style>
border-color css
<style>
span { border-color: #DB59C8; }
span { border-color: rgb(219,89,200); }
td.TdClassName
{
border-color: #DB59C8;
}
.TagClassName
{
border-color: #DB59C8;
}
</style>