Html Css Color HEX #D85DC0 Free Speech Magenta
📋 copy color: '#D85DC0'red 216 ◦ green 93 ◦ blue 192
Shades of Free Speech Magenta #D85DC0
Tints of Free Speech Magenta #D85DC0
RGB
CMYK
RGB Variations
Color information
#D85DC0 (or 0xD85DC0) is known color: Free Speech Magenta. HEX triplet: D8, 5D and C0. RGB value is (216,93,192). Sum of RGB (Red+Green+Blue) = 216+93+192=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DC0 is #27A23F. Grayscale: #8C8C8C. Windows color (decimal): -2597440 or 12606936. OLE color: 12606936.
HSL color Cylindrical-coordinate representation of color #D85DC0: hue angle of 311.71º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85DC0 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 192 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.15 |
| HSL | 311.71º | 0.61% | 0.61% | - |
| HSV(B) | 311.71º | 0.57% | 0.85% | - |
| XYZ | 41.75 | 26.23 | 52.73 | - |
| YUV | 141.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 192 | 0 | 0.57 | 0.11 | 0.15 | 311.71 | 0.61 | 0.61 |
| Hex | D8 | 5D | C0 | 0 | 39 | B | F | 138 | 3D | 3D |
| Octal | 330 | 135 | 300 | 0 | 71 | 13 | 17 | 470 | 75 | 75 |
| Binary | 11011000 | 1011101 | 11000000 | 0 | 111001 | 1011 | 1111 | 100111000 | 111101 | 111101 |
Color Harmonies of #D85DC0
Complementary color
Monochromatic Colors of #D85DC0
Black with #D85DC0
Text Example
Text Example
White with #D85DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DC0; }
p { color: rgb(216,93,192); }
H1.HeaderClassName
{
color: #D85DC0;
}
.AnyTagClassName
{
color: #D85DC0;
}
</style>
background-color css
<style>
a { background-color: #D85DC0; }
a { background-color: rgb(216,93,192); }
div.DivClassName
{
background-color: #D85DC0;
}
.BgClassName
{
background-color: #D85DC0;
}
</style>
border-color css
<style>
span { border-color: #D85DC0; }
span { border-color: rgb(216,93,192); }
td.TdClassName
{
border-color: #D85DC0;
}
.TagClassName
{
border-color: #D85DC0;
}
</style>