Html Css Color HEX #D859C0 Free Speech Magenta
📋 copy color: '#D859C0'red 216 ◦ green 89 ◦ blue 192
Shades of Free Speech Magenta #D859C0
Tints of Free Speech Magenta #D859C0
RGB
CMYK
RGB Variations
Color information
#D859C0 (or 0xD859C0) is known color: Free Speech Magenta. HEX triplet: D8, 59 and C0. RGB value is (216,89,192). Sum of RGB (Red+Green+Blue) = 216+89+192=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D859C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859C0 is #27A63F. Grayscale: #8A8A8A. Windows color (decimal): -2598464 or 12605912. OLE color: 12605912.
HSL color Cylindrical-coordinate representation of color #D859C0: hue angle of 311.34º 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 #D859C0 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 192 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.15 |
| HSL | 311.34º | 0.62% | 0.6% | - |
| HSV(B) | 311.34º | 0.59% | 0.85% | - |
| XYZ | 41.41 | 25.55 | 52.62 | - |
| YUV | 138.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 192 | 0 | 0.59 | 0.11 | 0.15 | 311.34 | 0.62 | 0.6 |
| Hex | D8 | 59 | C0 | 0 | 3B | B | F | 137 | 3E | 3C |
| Octal | 330 | 131 | 300 | 0 | 73 | 13 | 17 | 467 | 76 | 74 |
| Binary | 11011000 | 1011001 | 11000000 | 0 | 111011 | 1011 | 1111 | 100110111 | 111110 | 111100 |
Color Harmonies of #D859C0
Complementary color
Monochromatic Colors of #D859C0
Black with #D859C0
Text Example
Text Example
White with #D859C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859C0; }
p { color: rgb(216,89,192); }
H1.HeaderClassName
{
color: #D859C0;
}
.AnyTagClassName
{
color: #D859C0;
}
</style>
background-color css
<style>
a { background-color: #D859C0; }
a { background-color: rgb(216,89,192); }
div.DivClassName
{
background-color: #D859C0;
}
.BgClassName
{
background-color: #D859C0;
}
</style>
border-color css
<style>
span { border-color: #D859C0; }
span { border-color: rgb(216,89,192); }
td.TdClassName
{
border-color: #D859C0;
}
.TagClassName
{
border-color: #D859C0;
}
</style>