Html Css Color HEX #D859D1 Free Speech Magenta
📋 copy color: '#D859D1'red 216 ◦ green 89 ◦ blue 209
Shades of Free Speech Magenta #D859D1
Tints of Free Speech Magenta #D859D1
RGB
CMYK
RGB Variations
Color information
#D859D1 (or 0xD859D1) is known color: Free Speech Magenta. HEX triplet: D8, 59 and D1. RGB value is (216,89,209). Sum of RGB (Red+Green+Blue) = 216+89+209=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D859D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859D1 is #27A62E. Grayscale: #8C8C8C. Windows color (decimal): -2598447 or 13720024. OLE color: 13720024.
HSL color Cylindrical-coordinate representation of color #D859D1: hue angle of 303.31º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D859D1 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 209 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.15 |
| HSL | 303.31º | 0.62% | 0.6% | - |
| HSV(B) | 303.31º | 0.59% | 0.85% | - |
| XYZ | 43.4 | 26.35 | 63.12 | - |
| YUV | 140.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 209 | 0 | 0.59 | 0.03 | 0.15 | 303.31 | 0.62 | 0.6 |
| Hex | D8 | 59 | D1 | 0 | 3B | 3 | F | 12F | 3E | 3C |
| Octal | 330 | 131 | 321 | 0 | 73 | 3 | 17 | 457 | 76 | 74 |
| Binary | 11011000 | 1011001 | 11010001 | 0 | 111011 | 11 | 1111 | 100101111 | 111110 | 111100 |
Color Harmonies of #D859D1
Complementary color
Monochromatic Colors of #D859D1
Black with #D859D1
Text Example
Text Example
White with #D859D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859D1; }
p { color: rgb(216,89,209); }
H1.HeaderClassName
{
color: #D859D1;
}
.AnyTagClassName
{
color: #D859D1;
}
</style>
background-color css
<style>
a { background-color: #D859D1; }
a { background-color: rgb(216,89,209); }
div.DivClassName
{
background-color: #D859D1;
}
.BgClassName
{
background-color: #D859D1;
}
</style>
border-color css
<style>
span { border-color: #D859D1; }
span { border-color: rgb(216,89,209); }
td.TdClassName
{
border-color: #D859D1;
}
.TagClassName
{
border-color: #D859D1;
}
</style>