Html Css Color HEX #D85EC1 Free Speech Magenta
📋 copy color: '#D85EC1'red 216 ◦ green 94 ◦ blue 193
Shades of Free Speech Magenta #D85EC1
Tints of Free Speech Magenta #D85EC1
RGB
CMYK
RGB Variations
Color information
#D85EC1 (or 0xD85EC1) is known color: Free Speech Magenta. HEX triplet: D8, 5E and C1. RGB value is (216,94,193). Sum of RGB (Red+Green+Blue) = 216+94+193=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EC1 is #27A13E. Grayscale: #8D8D8D. Windows color (decimal): -2597183 or 12672728. OLE color: 12672728.
HSL color Cylindrical-coordinate representation of color #D85EC1: hue angle of 311.31º 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 #D85EC1 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 193 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.15 |
| HSL | 311.31º | 0.61% | 0.61% | - |
| HSV(B) | 311.31º | 0.56% | 0.85% | - |
| XYZ | 41.95 | 26.45 | 53.35 | - |
| YUV | 141.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 193 | 0 | 0.56 | 0.11 | 0.15 | 311.31 | 0.61 | 0.61 |
| Hex | D8 | 5E | C1 | 0 | 38 | B | F | 137 | 3D | 3D |
| Octal | 330 | 136 | 301 | 0 | 70 | 13 | 17 | 467 | 75 | 75 |
| Binary | 11011000 | 1011110 | 11000001 | 0 | 111000 | 1011 | 1111 | 100110111 | 111101 | 111101 |
Color Harmonies of #D85EC1
Complementary color
Monochromatic Colors of #D85EC1
Black with #D85EC1
Text Example
Text Example
White with #D85EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85EC1; }
p { color: rgb(216,94,193); }
H1.HeaderClassName
{
color: #D85EC1;
}
.AnyTagClassName
{
color: #D85EC1;
}
</style>
background-color css
<style>
a { background-color: #D85EC1; }
a { background-color: rgb(216,94,193); }
div.DivClassName
{
background-color: #D85EC1;
}
.BgClassName
{
background-color: #D85EC1;
}
</style>
border-color css
<style>
span { border-color: #D85EC1; }
span { border-color: rgb(216,94,193); }
td.TdClassName
{
border-color: #D85EC1;
}
.TagClassName
{
border-color: #D85EC1;
}
</style>