Html Css Color HEX #D159CE Free Speech Magenta
📋 copy color: '#D159CE'red 209 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #D159CE
Tints of Free Speech Magenta #D159CE
RGB
CMYK
RGB Variations
Color information
#D159CE (or 0xD159CE) is known color: Free Speech Magenta. HEX triplet: D1, 59 and CE. RGB value is (209,89,206). Sum of RGB (Red+Green+Blue) = 209+89+206=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D159CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159CE is #2EA631. Grayscale: #898989. Windows color (decimal): -3057202 or 13523409. OLE color: 13523409.
HSL color Cylindrical-coordinate representation of color #D159CE: hue angle of 301.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D159CE is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 206 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.18 |
| HSL | 301.5º | 0.57% | 0.58% | - |
| HSV(B) | 301.5º | 0.57% | 0.82% | - |
| XYZ | 41.01 | 25.16 | 61.09 | - |
| YUV | 138.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 206 | 0 | 0.57 | 0.01 | 0.18 | 301.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | CE | 0 | 39 | 1 | 12 | 12E | 39 | 3A |
| Octal | 321 | 131 | 316 | 0 | 71 | 1 | 22 | 456 | 71 | 72 |
| Binary | 11010001 | 1011001 | 11001110 | 0 | 111001 | 1 | 10010 | 100101110 | 111001 | 111010 |
Color Harmonies of #D159CE
Complementary color
Monochromatic Colors of #D159CE
Black with #D159CE
Text Example
Text Example
White with #D159CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159CE; }
p { color: rgb(209,89,206); }
H1.HeaderClassName
{
color: #D159CE;
}
.AnyTagClassName
{
color: #D159CE;
}
</style>
background-color css
<style>
a { background-color: #D159CE; }
a { background-color: rgb(209,89,206); }
div.DivClassName
{
background-color: #D159CE;
}
.BgClassName
{
background-color: #D159CE;
}
</style>
border-color css
<style>
span { border-color: #D159CE; }
span { border-color: rgb(209,89,206); }
td.TdClassName
{
border-color: #D159CE;
}
.TagClassName
{
border-color: #D159CE;
}
</style>