Html Css Color HEX #D85EC5 Free Speech Magenta
📋 copy color: '#D85EC5'red 216 ◦ green 94 ◦ blue 197
Shades of Free Speech Magenta #D85EC5
Tints of Free Speech Magenta #D85EC5
RGB
CMYK
RGB Variations
Color information
#D85EC5 (or 0xD85EC5) is known color: Free Speech Magenta. HEX triplet: D8, 5E and C5. RGB value is (216,94,197). Sum of RGB (Red+Green+Blue) = 216+94+197=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EC5 is #27A13A. Grayscale: #8D8D8D. Windows color (decimal): -2597179 or 12934872. OLE color: 12934872.
HSL color Cylindrical-coordinate representation of color #D85EC5: hue angle of 309.34º 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 #D85EC5 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 197 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.15 |
| HSL | 309.34º | 0.61% | 0.61% | - |
| HSV(B) | 309.34º | 0.56% | 0.85% | - |
| XYZ | 42.4 | 26.64 | 55.73 | - |
| YUV | 142.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 197 | 0 | 0.56 | 0.09 | 0.15 | 309.34 | 0.61 | 0.61 |
| Hex | D8 | 5E | C5 | 0 | 38 | 9 | F | 135 | 3D | 3D |
| Octal | 330 | 136 | 305 | 0 | 70 | 11 | 17 | 465 | 75 | 75 |
| Binary | 11011000 | 1011110 | 11000101 | 0 | 111000 | 1001 | 1111 | 100110101 | 111101 | 111101 |
Color Harmonies of #D85EC5
Complementary color
Monochromatic Colors of #D85EC5
Black with #D85EC5
Text Example
Text Example
White with #D85EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85EC5; }
p { color: rgb(216,94,197); }
H1.HeaderClassName
{
color: #D85EC5;
}
.AnyTagClassName
{
color: #D85EC5;
}
</style>
background-color css
<style>
a { background-color: #D85EC5; }
a { background-color: rgb(216,94,197); }
div.DivClassName
{
background-color: #D85EC5;
}
.BgClassName
{
background-color: #D85EC5;
}
</style>
border-color css
<style>
span { border-color: #D85EC5; }
span { border-color: rgb(216,94,197); }
td.TdClassName
{
border-color: #D85EC5;
}
.TagClassName
{
border-color: #D85EC5;
}
</style>