Html Css Color HEX #D85DC1 Free Speech Magenta
📋 copy color: '#D85DC1'red 216 ◦ green 93 ◦ blue 193
Shades of Free Speech Magenta #D85DC1
Tints of Free Speech Magenta #D85DC1
RGB
CMYK
RGB Variations
Color information
#D85DC1 (or 0xD85DC1) is known color: Free Speech Magenta. HEX triplet: D8, 5D and C1. RGB value is (216,93,193). Sum of RGB (Red+Green+Blue) = 216+93+193=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DC1 is #27A23E. Grayscale: #8C8C8C. Windows color (decimal): -2597439 or 12672472. OLE color: 12672472.
HSL color Cylindrical-coordinate representation of color #D85DC1: hue angle of 311.22º 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 #D85DC1 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 193 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.15 |
| HSL | 311.22º | 0.61% | 0.61% | - |
| HSV(B) | 311.22º | 0.57% | 0.85% | - |
| XYZ | 41.86 | 26.28 | 53.32 | - |
| YUV | 141.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 193 | 0 | 0.57 | 0.11 | 0.15 | 311.22 | 0.61 | 0.61 |
| Hex | D8 | 5D | C1 | 0 | 39 | B | F | 137 | 3D | 3D |
| Octal | 330 | 135 | 301 | 0 | 71 | 13 | 17 | 467 | 75 | 75 |
| Binary | 11011000 | 1011101 | 11000001 | 0 | 111001 | 1011 | 1111 | 100110111 | 111101 | 111101 |
Color Harmonies of #D85DC1
Complementary color
Monochromatic Colors of #D85DC1
Black with #D85DC1
Text Example
Text Example
White with #D85DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DC1; }
p { color: rgb(216,93,193); }
H1.HeaderClassName
{
color: #D85DC1;
}
.AnyTagClassName
{
color: #D85DC1;
}
</style>
background-color css
<style>
a { background-color: #D85DC1; }
a { background-color: rgb(216,93,193); }
div.DivClassName
{
background-color: #D85DC1;
}
.BgClassName
{
background-color: #D85DC1;
}
</style>
border-color css
<style>
span { border-color: #D85DC1; }
span { border-color: rgb(216,93,193); }
td.TdClassName
{
border-color: #D85DC1;
}
.TagClassName
{
border-color: #D85DC1;
}
</style>