Html Css Color HEX #D85FCD Free Speech Magenta
📋 copy color: '#D85FCD'red 216 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #D85FCD
Tints of Free Speech Magenta #D85FCD
RGB
CMYK
RGB Variations
Color information
#D85FCD (or 0xD85FCD) is known color: Free Speech Magenta. HEX triplet: D8, 5F and CD. RGB value is (216,95,205). Sum of RGB (Red+Green+Blue) = 216+95+205=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D85FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85FCD is #27A032. Grayscale: #8F8F8F. Windows color (decimal): -2596915 or 13459416. OLE color: 13459416.
HSL color Cylindrical-coordinate representation of color #D85FCD: hue angle of 305.45º 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 #D85FCD is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 205 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.15 |
| HSL | 305.45º | 0.61% | 0.61% | - |
| HSV(B) | 305.45º | 0.56% | 0.85% | - |
| XYZ | 43.43 | 27.19 | 60.72 | - |
| YUV | 143.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 205 | 0 | 0.56 | 0.05 | 0.15 | 305.45 | 0.61 | 0.61 |
| Hex | D8 | 5F | CD | 0 | 38 | 5 | F | 131 | 3D | 3D |
| Octal | 330 | 137 | 315 | 0 | 70 | 5 | 17 | 461 | 75 | 75 |
| Binary | 11011000 | 1011111 | 11001101 | 0 | 111000 | 101 | 1111 | 100110001 | 111101 | 111101 |
Color Harmonies of #D85FCD
Complementary color
Monochromatic Colors of #D85FCD
Black with #D85FCD
Text Example
Text Example
White with #D85FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FCD; }
p { color: rgb(216,95,205); }
H1.HeaderClassName
{
color: #D85FCD;
}
.AnyTagClassName
{
color: #D85FCD;
}
</style>
background-color css
<style>
a { background-color: #D85FCD; }
a { background-color: rgb(216,95,205); }
div.DivClassName
{
background-color: #D85FCD;
}
.BgClassName
{
background-color: #D85FCD;
}
</style>
border-color css
<style>
span { border-color: #D85FCD; }
span { border-color: rgb(216,95,205); }
td.TdClassName
{
border-color: #D85FCD;
}
.TagClassName
{
border-color: #D85FCD;
}
</style>