Html Css Color HEX #D559DB Free Speech Magenta
📋 copy color: '#D559DB'red 213 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #D559DB
Tints of Free Speech Magenta #D559DB
RGB
CMYK
RGB Variations
Color information
#D559DB (or 0xD559DB) is known color: Free Speech Magenta. HEX triplet: D5, 59 and DB. RGB value is (213,89,219). Sum of RGB (Red+Green+Blue) = 213+89+219=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #D559DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559DB is #2AA624. Grayscale: #8C8C8C. Windows color (decimal): -2795045 or 14375381. OLE color: 14375381.
HSL color Cylindrical-coordinate representation of color #D559DB: hue angle of 297.23º 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 #D559DB is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 89 | 219 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.14 |
| HSL | 297.23º | 0.64% | 0.6% | - |
| HSV(B) | 297.23º | 0.59% | 0.86% | - |
| XYZ | 43.8 | 26.41 | 69.81 | - |
| YUV | 140.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 219 | 0.03 | 0.59 | 0 | 0.14 | 297.23 | 0.64 | 0.6 |
| Hex | D5 | 59 | DB | 3 | 3B | 0 | E | 129 | 40 | 3C |
| Octal | 325 | 131 | 333 | 3 | 73 | 0 | 16 | 451 | 100 | 74 |
| Binary | 11010101 | 1011001 | 11011011 | 11 | 111011 | 0 | 1110 | 100101001 | 1000000 | 111100 |
Color Harmonies of #D559DB
Complementary color
Monochromatic Colors of #D559DB
Black with #D559DB
Text Example
Text Example
White with #D559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559DB; }
p { color: rgb(213,89,219); }
H1.HeaderClassName
{
color: #D559DB;
}
.AnyTagClassName
{
color: #D559DB;
}
</style>
background-color css
<style>
a { background-color: #D559DB; }
a { background-color: rgb(213,89,219); }
div.DivClassName
{
background-color: #D559DB;
}
.BgClassName
{
background-color: #D559DB;
}
</style>
border-color css
<style>
span { border-color: #D559DB; }
span { border-color: rgb(213,89,219); }
td.TdClassName
{
border-color: #D559DB;
}
.TagClassName
{
border-color: #D559DB;
}
</style>