Html Css Color HEX #D159DB Free Speech Magenta
📋 copy color: '#D159DB'red 209 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #D159DB
Tints of Free Speech Magenta #D159DB
RGB
CMYK
RGB Variations
Color information
#D159DB (or 0xD159DB) is known color: Free Speech Magenta. HEX triplet: D1, 59 and DB. RGB value is (209,89,219). Sum of RGB (Red+Green+Blue) = 209+89+219=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #D159DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159DB is #2EA624. Grayscale: #8B8B8B. Windows color (decimal): -3057189 or 14375377. OLE color: 14375377.
HSL color Cylindrical-coordinate representation of color #D159DB: hue angle of 295.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 #D159DB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 89 | 219 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.14 |
| HSL | 295.38º | 0.64% | 0.6% | - |
| HSV(B) | 295.38º | 0.59% | 0.86% | - |
| XYZ | 42.65 | 25.81 | 69.75 | - |
| YUV | 139.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 219 | 0.05 | 0.59 | 0 | 0.14 | 295.38 | 0.64 | 0.6 |
| Hex | D1 | 59 | DB | 5 | 3B | 0 | E | 127 | 40 | 3C |
| Octal | 321 | 131 | 333 | 5 | 73 | 0 | 16 | 447 | 100 | 74 |
| Binary | 11010001 | 1011001 | 11011011 | 101 | 111011 | 0 | 1110 | 100100111 | 1000000 | 111100 |
Color Harmonies of #D159DB
Complementary color
Monochromatic Colors of #D159DB
Black with #D159DB
Text Example
Text Example
White with #D159DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159DB; }
p { color: rgb(209,89,219); }
H1.HeaderClassName
{
color: #D159DB;
}
.AnyTagClassName
{
color: #D159DB;
}
</style>
background-color css
<style>
a { background-color: #D159DB; }
a { background-color: rgb(209,89,219); }
div.DivClassName
{
background-color: #D159DB;
}
.BgClassName
{
background-color: #D159DB;
}
</style>
border-color css
<style>
span { border-color: #D159DB; }
span { border-color: rgb(209,89,219); }
td.TdClassName
{
border-color: #D159DB;
}
.TagClassName
{
border-color: #D159DB;
}
</style>