Html Css Color HEX #D159E6 Free Speech Magenta
📋 copy color: '#D159E6'red 209 ◦ green 89 ◦ blue 230
Shades of Free Speech Magenta #D159E6
Tints of Free Speech Magenta #D159E6
RGB
CMYK
RGB Variations
Color information
#D159E6 (or 0xD159E6) is known color: Free Speech Magenta. HEX triplet: D1, 59 and E6. RGB value is (209,89,230). Sum of RGB (Red+Green+Blue) = 209+89+230=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #D159E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D159E6 is #2EA619. Grayscale: #8C8C8C. Windows color (decimal): -3057178 or 15096273. OLE color: 15096273.
HSL color Cylindrical-coordinate representation of color #D159E6: hue angle of 291.06º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D159E6 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 89 | 230 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.10 |
| HSL | 291.06º | 0.74% | 0.63% | - |
| HSV(B) | 291.06º | 0.61% | 0.9% | - |
| XYZ | 44.15 | 26.41 | 77.63 | - |
| YUV | 140.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 230 | 0.09 | 0.61 | 0 | 0.10 | 291.06 | 0.74 | 0.63 |
| Hex | D1 | 59 | E6 | 9 | 3D | 0 | A | 123 | 4A | 3F |
| Octal | 321 | 131 | 346 | 11 | 75 | 0 | 12 | 443 | 112 | 77 |
| Binary | 11010001 | 1011001 | 11100110 | 1001 | 111101 | 0 | 1010 | 100100011 | 1001010 | 111111 |
Color Harmonies of #D159E6
Complementary color
Monochromatic Colors of #D159E6
Black with #D159E6
Text Example
Text Example
White with #D159E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159E6; }
p { color: rgb(209,89,230); }
H1.HeaderClassName
{
color: #D159E6;
}
.AnyTagClassName
{
color: #D159E6;
}
</style>
background-color css
<style>
a { background-color: #D159E6; }
a { background-color: rgb(209,89,230); }
div.DivClassName
{
background-color: #D159E6;
}
.BgClassName
{
background-color: #D159E6;
}
</style>
border-color css
<style>
span { border-color: #D159E6; }
span { border-color: rgb(209,89,230); }
td.TdClassName
{
border-color: #D159E6;
}
.TagClassName
{
border-color: #D159E6;
}
</style>