Html Css Color HEX #D856C2 Free Speech Magenta
📋 copy color: '#D856C2'red 216 ◦ green 86 ◦ blue 194
Shades of Free Speech Magenta #D856C2
Tints of Free Speech Magenta #D856C2
RGB
CMYK
RGB Variations
Color information
#D856C2 (or 0xD856C2) is known color: Free Speech Magenta. HEX triplet: D8, 56 and C2. RGB value is (216,86,194). Sum of RGB (Red+Green+Blue) = 216+86+194=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D856C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856C2 is #27A93D. Grayscale: #888888. Windows color (decimal): -2599230 or 12736216. OLE color: 12736216.
HSL color Cylindrical-coordinate representation of color #D856C2: hue angle of 310.15º 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 #D856C2 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 194 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.15 |
| HSL | 310.15º | 0.63% | 0.59% | - |
| HSV(B) | 310.15º | 0.6% | 0.85% | - |
| XYZ | 41.38 | 25.15 | 53.71 | - |
| YUV | 137.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 194 | 0 | 0.60 | 0.10 | 0.15 | 310.15 | 0.63 | 0.59 |
| Hex | D8 | 56 | C2 | 0 | 3C | A | F | 136 | 3E | 3B |
| Octal | 330 | 126 | 302 | 0 | 74 | 12 | 17 | 466 | 76 | 73 |
| Binary | 11011000 | 1010110 | 11000010 | 0 | 111100 | 1010 | 1111 | 100110110 | 111110 | 111011 |
Color Harmonies of #D856C2
Complementary color
Monochromatic Colors of #D856C2
Black with #D856C2
Text Example
Text Example
White with #D856C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856C2; }
p { color: rgb(216,86,194); }
H1.HeaderClassName
{
color: #D856C2;
}
.AnyTagClassName
{
color: #D856C2;
}
</style>
background-color css
<style>
a { background-color: #D856C2; }
a { background-color: rgb(216,86,194); }
div.DivClassName
{
background-color: #D856C2;
}
.BgClassName
{
background-color: #D856C2;
}
</style>
border-color css
<style>
span { border-color: #D856C2; }
span { border-color: rgb(216,86,194); }
td.TdClassName
{
border-color: #D856C2;
}
.TagClassName
{
border-color: #D856C2;
}
</style>