Html Css Color HEX #D856D5 Free Speech Magenta
📋 copy color: '#D856D5'red 216 ◦ green 86 ◦ blue 213
Shades of Free Speech Magenta #D856D5
Tints of Free Speech Magenta #D856D5
RGB
CMYK
RGB Variations
Color information
#D856D5 (or 0xD856D5) is known color: Free Speech Magenta. HEX triplet: D8, 56 and D5. RGB value is (216,86,213). Sum of RGB (Red+Green+Blue) = 216+86+213=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D856D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856D5 is #27A92A. Grayscale: #8A8A8A. Windows color (decimal): -2599211 or 13981400. OLE color: 13981400.
HSL color Cylindrical-coordinate representation of color #D856D5: hue angle of 301.38º 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 #D856D5 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 213 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.15 |
| HSL | 301.38º | 0.63% | 0.59% | - |
| HSV(B) | 301.38º | 0.6% | 0.85% | - |
| XYZ | 43.66 | 26.06 | 65.68 | - |
| YUV | 139.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 213 | 0 | 0.60 | 0.01 | 0.15 | 301.38 | 0.63 | 0.59 |
| Hex | D8 | 56 | D5 | 0 | 3C | 1 | F | 12D | 3E | 3B |
| Octal | 330 | 126 | 325 | 0 | 74 | 1 | 17 | 455 | 76 | 73 |
| Binary | 11011000 | 1010110 | 11010101 | 0 | 111100 | 1 | 1111 | 100101101 | 111110 | 111011 |
Color Harmonies of #D856D5
Complementary color
Monochromatic Colors of #D856D5
Black with #D856D5
Text Example
Text Example
White with #D856D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856D5; }
p { color: rgb(216,86,213); }
H1.HeaderClassName
{
color: #D856D5;
}
.AnyTagClassName
{
color: #D856D5;
}
</style>
background-color css
<style>
a { background-color: #D856D5; }
a { background-color: rgb(216,86,213); }
div.DivClassName
{
background-color: #D856D5;
}
.BgClassName
{
background-color: #D856D5;
}
</style>
border-color css
<style>
span { border-color: #D856D5; }
span { border-color: rgb(216,86,213); }
td.TdClassName
{
border-color: #D856D5;
}
.TagClassName
{
border-color: #D856D5;
}
</style>