Html Css Color HEX #D859D5 Free Speech Magenta
📋 copy color: '#D859D5'red 216 ◦ green 89 ◦ blue 213
Shades of Free Speech Magenta #D859D5
Tints of Free Speech Magenta #D859D5
RGB
CMYK
RGB Variations
Color information
#D859D5 (or 0xD859D5) is known color: Free Speech Magenta. HEX triplet: D8, 59 and D5. RGB value is (216,89,213). Sum of RGB (Red+Green+Blue) = 216+89+213=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D859D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859D5 is #27A62A. Grayscale: #8C8C8C. Windows color (decimal): -2598443 or 13982168. OLE color: 13982168.
HSL color Cylindrical-coordinate representation of color #D859D5: hue angle of 301.42º 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 #D859D5 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 213 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.15 |
| HSL | 301.42º | 0.62% | 0.6% | - |
| HSV(B) | 301.42º | 0.59% | 0.85% | - |
| XYZ | 43.9 | 26.55 | 65.76 | - |
| YUV | 141.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 213 | 0 | 0.59 | 0.01 | 0.15 | 301.42 | 0.62 | 0.6 |
| Hex | D8 | 59 | D5 | 0 | 3B | 1 | F | 12D | 3E | 3C |
| Octal | 330 | 131 | 325 | 0 | 73 | 1 | 17 | 455 | 76 | 74 |
| Binary | 11011000 | 1011001 | 11010101 | 0 | 111011 | 1 | 1111 | 100101101 | 111110 | 111100 |
Color Harmonies of #D859D5
Complementary color
Monochromatic Colors of #D859D5
Black with #D859D5
Text Example
Text Example
White with #D859D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859D5; }
p { color: rgb(216,89,213); }
H1.HeaderClassName
{
color: #D859D5;
}
.AnyTagClassName
{
color: #D859D5;
}
</style>
background-color css
<style>
a { background-color: #D859D5; }
a { background-color: rgb(216,89,213); }
div.DivClassName
{
background-color: #D859D5;
}
.BgClassName
{
background-color: #D859D5;
}
</style>
border-color css
<style>
span { border-color: #D859D5; }
span { border-color: rgb(216,89,213); }
td.TdClassName
{
border-color: #D859D5;
}
.TagClassName
{
border-color: #D859D5;
}
</style>