Html Css Color HEX #D85EC9 Free Speech Magenta
📋 copy color: '#D85EC9'red 216 ◦ green 94 ◦ blue 201
Shades of Free Speech Magenta #D85EC9
Tints of Free Speech Magenta #D85EC9
RGB
CMYK
RGB Variations
Color information
#D85EC9 (or 0xD85EC9) is known color: Free Speech Magenta. HEX triplet: D8, 5E and C9. RGB value is (216,94,201). Sum of RGB (Red+Green+Blue) = 216+94+201=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EC9 is #27A136. Grayscale: #8E8E8E. Windows color (decimal): -2597175 or 13197016. OLE color: 13197016.
HSL color Cylindrical-coordinate representation of color #D85EC9: hue angle of 307.38º 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 #D85EC9 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 201 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.15 |
| HSL | 307.38º | 0.61% | 0.61% | - |
| HSV(B) | 307.38º | 0.56% | 0.85% | - |
| XYZ | 42.86 | 26.82 | 58.18 | - |
| YUV | 142.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 201 | 0 | 0.56 | 0.07 | 0.15 | 307.38 | 0.61 | 0.61 |
| Hex | D8 | 5E | C9 | 0 | 38 | 7 | F | 133 | 3D | 3D |
| Octal | 330 | 136 | 311 | 0 | 70 | 7 | 17 | 463 | 75 | 75 |
| Binary | 11011000 | 1011110 | 11001001 | 0 | 111000 | 111 | 1111 | 100110011 | 111101 | 111101 |
Color Harmonies of #D85EC9
Complementary color
Monochromatic Colors of #D85EC9
Black with #D85EC9
Text Example
Text Example
White with #D85EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85EC9; }
p { color: rgb(216,94,201); }
H1.HeaderClassName
{
color: #D85EC9;
}
.AnyTagClassName
{
color: #D85EC9;
}
</style>
background-color css
<style>
a { background-color: #D85EC9; }
a { background-color: rgb(216,94,201); }
div.DivClassName
{
background-color: #D85EC9;
}
.BgClassName
{
background-color: #D85EC9;
}
</style>
border-color css
<style>
span { border-color: #D85EC9; }
span { border-color: rgb(216,94,201); }
td.TdClassName
{
border-color: #D85EC9;
}
.TagClassName
{
border-color: #D85EC9;
}
</style>