Html Css Color HEX #D95EC0 Free Speech Magenta
📋 copy color: '#D95EC0'red 217 ◦ green 94 ◦ blue 192
Shades of Free Speech Magenta #D95EC0
Tints of Free Speech Magenta #D95EC0
RGB
CMYK
RGB Variations
Color information
#D95EC0 (or 0xD95EC0) is known color: Free Speech Magenta. HEX triplet: D9, 5E and C0. RGB value is (217,94,192). Sum of RGB (Red+Green+Blue) = 217+94+192=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EC0 is #26A13F. Grayscale: #8D8D8D. Windows color (decimal): -2531648 or 12607193. OLE color: 12607193.
HSL color Cylindrical-coordinate representation of color #D95EC0: hue angle of 312.2º degrees, saturation: 0.62, 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 #D95EC0 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 94 | 192 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.15 |
| HSL | 312.2º | 0.62% | 0.61% | - |
| HSV(B) | 312.2º | 0.57% | 0.85% | - |
| XYZ | 42.13 | 26.56 | 52.78 | - |
| YUV | 141.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 94 | 192 | 0 | 0.57 | 0.12 | 0.15 | 312.2 | 0.62 | 0.61 |
| Hex | D9 | 5E | C0 | 0 | 39 | C | F | 138 | 3E | 3D |
| Octal | 331 | 136 | 300 | 0 | 71 | 14 | 17 | 470 | 76 | 75 |
| Binary | 11011001 | 1011110 | 11000000 | 0 | 111001 | 1100 | 1111 | 100111000 | 111110 | 111101 |
Color Harmonies of #D95EC0
Complementary color
Monochromatic Colors of #D95EC0
Black with #D95EC0
Text Example
Text Example
White with #D95EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95EC0; }
p { color: rgb(217,94,192); }
H1.HeaderClassName
{
color: #D95EC0;
}
.AnyTagClassName
{
color: #D95EC0;
}
</style>
background-color css
<style>
a { background-color: #D95EC0; }
a { background-color: rgb(217,94,192); }
div.DivClassName
{
background-color: #D95EC0;
}
.BgClassName
{
background-color: #D95EC0;
}
</style>
border-color css
<style>
span { border-color: #D95EC0; }
span { border-color: rgb(217,94,192); }
td.TdClassName
{
border-color: #D95EC0;
}
.TagClassName
{
border-color: #D95EC0;
}
</style>