Html Css Color HEX #D856C7 Free Speech Magenta
📋 copy color: '#D856C7'red 216 ◦ green 86 ◦ blue 199
Shades of Free Speech Magenta #D856C7
Tints of Free Speech Magenta #D856C7
RGB
CMYK
RGB Variations
Color information
#D856C7 (or 0xD856C7) is known color: Free Speech Magenta. HEX triplet: D8, 56 and C7. RGB value is (216,86,199). Sum of RGB (Red+Green+Blue) = 216+86+199=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D856C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856C7 is #27A938. Grayscale: #898989. Windows color (decimal): -2599225 or 13063896. OLE color: 13063896.
HSL color Cylindrical-coordinate representation of color #D856C7: hue angle of 307.85º 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 #D856C7 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 199 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.15 |
| HSL | 307.85º | 0.63% | 0.59% | - |
| HSV(B) | 307.85º | 0.6% | 0.85% | - |
| XYZ | 41.96 | 25.38 | 56.72 | - |
| YUV | 137.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 199 | 0 | 0.60 | 0.08 | 0.15 | 307.85 | 0.63 | 0.59 |
| Hex | D8 | 56 | C7 | 0 | 3C | 8 | F | 134 | 3E | 3B |
| Octal | 330 | 126 | 307 | 0 | 74 | 10 | 17 | 464 | 76 | 73 |
| Binary | 11011000 | 1010110 | 11000111 | 0 | 111100 | 1000 | 1111 | 100110100 | 111110 | 111011 |
Color Harmonies of #D856C7
Complementary color
Monochromatic Colors of #D856C7
Black with #D856C7
Text Example
Text Example
White with #D856C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856C7; }
p { color: rgb(216,86,199); }
H1.HeaderClassName
{
color: #D856C7;
}
.AnyTagClassName
{
color: #D856C7;
}
</style>
background-color css
<style>
a { background-color: #D856C7; }
a { background-color: rgb(216,86,199); }
div.DivClassName
{
background-color: #D856C7;
}
.BgClassName
{
background-color: #D856C7;
}
</style>
border-color css
<style>
span { border-color: #D856C7; }
span { border-color: rgb(216,86,199); }
td.TdClassName
{
border-color: #D856C7;
}
.TagClassName
{
border-color: #D856C7;
}
</style>