Html Css Color HEX #DB59D7 Free Speech Magenta
📋 copy color: '#DB59D7'red 219 ◦ green 89 ◦ blue 215
Shades of Free Speech Magenta #DB59D7
Tints of Free Speech Magenta #DB59D7
RGB
CMYK
RGB Variations
Color information
#DB59D7 (or 0xDB59D7) is known color: Free Speech Magenta. HEX triplet: DB, 59 and D7. RGB value is (219,89,215). Sum of RGB (Red+Green+Blue) = 219+89+215=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59D7 is #24A628. Grayscale: #8D8D8D. Windows color (decimal): -2401833 or 14113243. OLE color: 14113243.
HSL color Cylindrical-coordinate representation of color #DB59D7: hue angle of 301.85º 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 #DB59D7 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 215 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.14 |
| HSL | 301.85º | 0.64% | 0.6% | - |
| HSV(B) | 301.85º | 0.59% | 0.86% | - |
| XYZ | 45.05 | 27.11 | 67.15 | - |
| YUV | 142.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 215 | 0 | 0.59 | 0.02 | 0.14 | 301.85 | 0.64 | 0.6 |
| Hex | DB | 59 | D7 | 0 | 3B | 2 | E | 12E | 40 | 3C |
| Octal | 333 | 131 | 327 | 0 | 73 | 2 | 16 | 456 | 100 | 74 |
| Binary | 11011011 | 1011001 | 11010111 | 0 | 111011 | 10 | 1110 | 100101110 | 1000000 | 111100 |
Color Harmonies of #DB59D7
Complementary color
Monochromatic Colors of #DB59D7
Black with #DB59D7
Text Example
Text Example
White with #DB59D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59D7; }
p { color: rgb(219,89,215); }
H1.HeaderClassName
{
color: #DB59D7;
}
.AnyTagClassName
{
color: #DB59D7;
}
</style>
background-color css
<style>
a { background-color: #DB59D7; }
a { background-color: rgb(219,89,215); }
div.DivClassName
{
background-color: #DB59D7;
}
.BgClassName
{
background-color: #DB59D7;
}
</style>
border-color css
<style>
span { border-color: #DB59D7; }
span { border-color: rgb(219,89,215); }
td.TdClassName
{
border-color: #DB59D7;
}
.TagClassName
{
border-color: #DB59D7;
}
</style>