Html Css Color HEX #D856C9 Free Speech Magenta
📋 copy color: '#D856C9'red 216 ◦ green 86 ◦ blue 201
Shades of Free Speech Magenta #D856C9
Tints of Free Speech Magenta #D856C9
RGB
CMYK
RGB Variations
Color information
#D856C9 (or 0xD856C9) is known color: Free Speech Magenta. HEX triplet: D8, 56 and C9. RGB value is (216,86,201). Sum of RGB (Red+Green+Blue) = 216+86+201=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D856C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856C9 is #27A936. Grayscale: #898989. Windows color (decimal): -2599223 or 13194968. OLE color: 13194968.
HSL color Cylindrical-coordinate representation of color #D856C9: hue angle of 306.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D856C9 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 201 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.15 |
| HSL | 306.92º | 0.63% | 0.59% | - |
| HSV(B) | 306.92º | 0.6% | 0.85% | - |
| XYZ | 42.19 | 25.47 | 57.95 | - |
| YUV | 137.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 201 | 0 | 0.60 | 0.07 | 0.15 | 306.92 | 0.63 | 0.59 |
| Hex | D8 | 56 | C9 | 0 | 3C | 7 | F | 133 | 3E | 3B |
| Octal | 330 | 126 | 311 | 0 | 74 | 7 | 17 | 463 | 76 | 73 |
| Binary | 11011000 | 1010110 | 11001001 | 0 | 111100 | 111 | 1111 | 100110011 | 111110 | 111011 |
Color Harmonies of #D856C9
Complementary color
Monochromatic Colors of #D856C9
Black with #D856C9
Text Example
Text Example
White with #D856C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856C9; }
p { color: rgb(216,86,201); }
H1.HeaderClassName
{
color: #D856C9;
}
.AnyTagClassName
{
color: #D856C9;
}
</style>
background-color css
<style>
a { background-color: #D856C9; }
a { background-color: rgb(216,86,201); }
div.DivClassName
{
background-color: #D856C9;
}
.BgClassName
{
background-color: #D856C9;
}
</style>
border-color css
<style>
span { border-color: #D856C9; }
span { border-color: rgb(216,86,201); }
td.TdClassName
{
border-color: #D856C9;
}
.TagClassName
{
border-color: #D856C9;
}
</style>