Html Css Color HEX #D85ED2 Free Speech Magenta
📋 copy color: '#D85ED2'red 216 ◦ green 94 ◦ blue 210
Shades of Free Speech Magenta #D85ED2
Tints of Free Speech Magenta #D85ED2
RGB
CMYK
RGB Variations
Color information
#D85ED2 (or 0xD85ED2) is known color: Free Speech Magenta. HEX triplet: D8, 5E and D2. RGB value is (216,94,210). Sum of RGB (Red+Green+Blue) = 216+94+210=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ED2 is #27A12D. Grayscale: #8F8F8F. Windows color (decimal): -2597166 or 13786840. OLE color: 13786840.
HSL color Cylindrical-coordinate representation of color #D85ED2: hue angle of 302.95º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85ED2 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 210 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.15 |
| HSL | 302.95º | 0.61% | 0.61% | - |
| HSV(B) | 302.95º | 0.56% | 0.85% | - |
| XYZ | 43.95 | 27.26 | 63.92 | - |
| YUV | 143.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 210 | 0 | 0.56 | 0.03 | 0.15 | 302.95 | 0.61 | 0.61 |
| Hex | D8 | 5E | D2 | 0 | 38 | 3 | F | 12F | 3D | 3D |
| Octal | 330 | 136 | 322 | 0 | 70 | 3 | 17 | 457 | 75 | 75 |
| Binary | 11011000 | 1011110 | 11010010 | 0 | 111000 | 11 | 1111 | 100101111 | 111101 | 111101 |
Color Harmonies of #D85ED2
Complementary color
Monochromatic Colors of #D85ED2
Black with #D85ED2
Text Example
Text Example
White with #D85ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85ED2; }
p { color: rgb(216,94,210); }
H1.HeaderClassName
{
color: #D85ED2;
}
.AnyTagClassName
{
color: #D85ED2;
}
</style>
background-color css
<style>
a { background-color: #D85ED2; }
a { background-color: rgb(216,94,210); }
div.DivClassName
{
background-color: #D85ED2;
}
.BgClassName
{
background-color: #D85ED2;
}
</style>
border-color css
<style>
span { border-color: #D85ED2; }
span { border-color: rgb(216,94,210); }
td.TdClassName
{
border-color: #D85ED2;
}
.TagClassName
{
border-color: #D85ED2;
}
</style>