Html Css Color HEX #D85ECD Free Speech Magenta
📋 copy color: '#D85ECD'red 216 ◦ green 94 ◦ blue 205
Shades of Free Speech Magenta #D85ECD
Tints of Free Speech Magenta #D85ECD
RGB
CMYK
RGB Variations
Color information
#D85ECD (or 0xD85ECD) is known color: Free Speech Magenta. HEX triplet: D8, 5E and CD. RGB value is (216,94,205). Sum of RGB (Red+Green+Blue) = 216+94+205=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ECD is #27A132. Grayscale: #8E8E8E. Windows color (decimal): -2597171 or 13459160. OLE color: 13459160.
HSL color Cylindrical-coordinate representation of color #D85ECD: hue angle of 305.41º 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 #D85ECD is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 205 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.15 |
| HSL | 305.41º | 0.61% | 0.61% | - |
| HSV(B) | 305.41º | 0.56% | 0.85% | - |
| XYZ | 43.34 | 27.01 | 60.69 | - |
| YUV | 143.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 205 | 0 | 0.56 | 0.05 | 0.15 | 305.41 | 0.61 | 0.61 |
| Hex | D8 | 5E | CD | 0 | 38 | 5 | F | 131 | 3D | 3D |
| Octal | 330 | 136 | 315 | 0 | 70 | 5 | 17 | 461 | 75 | 75 |
| Binary | 11011000 | 1011110 | 11001101 | 0 | 111000 | 101 | 1111 | 100110001 | 111101 | 111101 |
Color Harmonies of #D85ECD
Complementary color
Monochromatic Colors of #D85ECD
Black with #D85ECD
Text Example
Text Example
White with #D85ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85ECD; }
p { color: rgb(216,94,205); }
H1.HeaderClassName
{
color: #D85ECD;
}
.AnyTagClassName
{
color: #D85ECD;
}
</style>
background-color css
<style>
a { background-color: #D85ECD; }
a { background-color: rgb(216,94,205); }
div.DivClassName
{
background-color: #D85ECD;
}
.BgClassName
{
background-color: #D85ECD;
}
</style>
border-color css
<style>
span { border-color: #D85ECD; }
span { border-color: rgb(216,94,205); }
td.TdClassName
{
border-color: #D85ECD;
}
.TagClassName
{
border-color: #D85ECD;
}
</style>