Html Css Color HEX #DB59BD Free Speech Magenta
📋 copy color: '#DB59BD'red 219 ◦ green 89 ◦ blue 189
Shades of Free Speech Magenta #DB59BD
Tints of Free Speech Magenta #DB59BD
RGB
CMYK
RGB Variations
Color information
#DB59BD (or 0xDB59BD) is known color: Free Speech Magenta. HEX triplet: DB, 59 and BD. RGB value is (219,89,189). Sum of RGB (Red+Green+Blue) = 219+89+189=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59BD is #24A642. Grayscale: #8B8B8B. Windows color (decimal): -2401859 or 12409307. OLE color: 12409307.
HSL color Cylindrical-coordinate representation of color #DB59BD: hue angle of 313.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 #DB59BD is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 189 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.14 |
| HSL | 313.85º | 0.64% | 0.6% | - |
| HSV(B) | 313.85º | 0.59% | 0.86% | - |
| XYZ | 41.97 | 25.88 | 50.93 | - |
| YUV | 139.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 189 | 0 | 0.59 | 0.14 | 0.14 | 313.85 | 0.64 | 0.6 |
| Hex | DB | 59 | BD | 0 | 3B | E | E | 13A | 40 | 3C |
| Octal | 333 | 131 | 275 | 0 | 73 | 16 | 16 | 472 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10111101 | 0 | 111011 | 1110 | 1110 | 100111010 | 1000000 | 111100 |
Color Harmonies of #DB59BD
Complementary color
Monochromatic Colors of #DB59BD
Black with #DB59BD
Text Example
Text Example
White with #DB59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59BD; }
p { color: rgb(219,89,189); }
H1.HeaderClassName
{
color: #DB59BD;
}
.AnyTagClassName
{
color: #DB59BD;
}
</style>
background-color css
<style>
a { background-color: #DB59BD; }
a { background-color: rgb(219,89,189); }
div.DivClassName
{
background-color: #DB59BD;
}
.BgClassName
{
background-color: #DB59BD;
}
</style>
border-color css
<style>
span { border-color: #DB59BD; }
span { border-color: rgb(219,89,189); }
td.TdClassName
{
border-color: #DB59BD;
}
.TagClassName
{
border-color: #DB59BD;
}
</style>