Html Css Color HEX #D159D0 Free Speech Magenta
📋 copy color: '#D159D0'red 209 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #D159D0
Tints of Free Speech Magenta #D159D0
RGB
CMYK
RGB Variations
Color information
#D159D0 (or 0xD159D0) is known color: Free Speech Magenta. HEX triplet: D1, 59 and D0. RGB value is (209,89,208). Sum of RGB (Red+Green+Blue) = 209+89+208=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D159D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159D0 is #2EA62F. Grayscale: #8A8A8A. Windows color (decimal): -3057200 or 13654481. OLE color: 13654481.
HSL color Cylindrical-coordinate representation of color #D159D0: hue angle of 300.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 #D159D0 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 208 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.18 |
| HSL | 300.5º | 0.57% | 0.58% | - |
| HSV(B) | 300.5º | 0.57% | 0.82% | - |
| XYZ | 41.25 | 25.25 | 62.37 | - |
| YUV | 138.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 208 | 0 | 0.57 | 0.00 | 0.18 | 300.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | D0 | 0 | 39 | 0 | 12 | 12C | 39 | 3A |
| Octal | 321 | 131 | 320 | 0 | 71 | 0 | 22 | 454 | 71 | 72 |
| Binary | 11010001 | 1011001 | 11010000 | 0 | 111001 | 0 | 10010 | 100101100 | 111001 | 111010 |
Color Harmonies of #D159D0
Complementary color
Monochromatic Colors of #D159D0
Black with #D159D0
Text Example
Text Example
White with #D159D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159D0; }
p { color: rgb(209,89,208); }
H1.HeaderClassName
{
color: #D159D0;
}
.AnyTagClassName
{
color: #D159D0;
}
</style>
background-color css
<style>
a { background-color: #D159D0; }
a { background-color: rgb(209,89,208); }
div.DivClassName
{
background-color: #D159D0;
}
.BgClassName
{
background-color: #D159D0;
}
</style>
border-color css
<style>
span { border-color: #D159D0; }
span { border-color: rgb(209,89,208); }
td.TdClassName
{
border-color: #D159D0;
}
.TagClassName
{
border-color: #D159D0;
}
</style>