Html Css Color HEX #D85DC2 Free Speech Magenta
📋 copy color: '#D85DC2'red 216 ◦ green 93 ◦ blue 194
Shades of Free Speech Magenta #D85DC2
Tints of Free Speech Magenta #D85DC2
RGB
CMYK
RGB Variations
Color information
#D85DC2 (or 0xD85DC2) is known color: Free Speech Magenta. HEX triplet: D8, 5D and C2. RGB value is (216,93,194). Sum of RGB (Red+Green+Blue) = 216+93+194=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DC2 is #27A23D. Grayscale: #8D8D8D. Windows color (decimal): -2597438 or 12738008. OLE color: 12738008.
HSL color Cylindrical-coordinate representation of color #D85DC2: hue angle of 310.73º 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 #D85DC2 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 194 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.15 |
| HSL | 310.73º | 0.61% | 0.61% | - |
| HSV(B) | 310.73º | 0.57% | 0.85% | - |
| XYZ | 41.97 | 26.32 | 53.91 | - |
| YUV | 141.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 194 | 0 | 0.57 | 0.10 | 0.15 | 310.73 | 0.61 | 0.61 |
| Hex | D8 | 5D | C2 | 0 | 39 | A | F | 137 | 3D | 3D |
| Octal | 330 | 135 | 302 | 0 | 71 | 12 | 17 | 467 | 75 | 75 |
| Binary | 11011000 | 1011101 | 11000010 | 0 | 111001 | 1010 | 1111 | 100110111 | 111101 | 111101 |
Color Harmonies of #D85DC2
Complementary color
Monochromatic Colors of #D85DC2
Black with #D85DC2
Text Example
Text Example
White with #D85DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DC2; }
p { color: rgb(216,93,194); }
H1.HeaderClassName
{
color: #D85DC2;
}
.AnyTagClassName
{
color: #D85DC2;
}
</style>
background-color css
<style>
a { background-color: #D85DC2; }
a { background-color: rgb(216,93,194); }
div.DivClassName
{
background-color: #D85DC2;
}
.BgClassName
{
background-color: #D85DC2;
}
</style>
border-color css
<style>
span { border-color: #D85DC2; }
span { border-color: rgb(216,93,194); }
td.TdClassName
{
border-color: #D85DC2;
}
.TagClassName
{
border-color: #D85DC2;
}
</style>