Html Css Color HEX #D94EC5 Free Speech Magenta
📋 copy color: '#D94EC5'red 217 ◦ green 78 ◦ blue 197
Shades of Free Speech Magenta #D94EC5
Tints of Free Speech Magenta #D94EC5
RGB
CMYK
RGB Variations
Color information
#D94EC5 (or 0xD94EC5) is known color: Free Speech Magenta. HEX triplet: D9, 4E and C5. RGB value is (217,78,197). Sum of RGB (Red+Green+Blue) = 217+78+197=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EC5 is #26B13A. Grayscale: #848484. Windows color (decimal): -2535739 or 12930777. OLE color: 12930777.
HSL color Cylindrical-coordinate representation of color #D94EC5: hue angle of 308.63º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94EC5 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 197 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.15 |
| HSL | 308.63º | 0.65% | 0.58% | - |
| HSV(B) | 308.63º | 0.64% | 0.85% | - |
| XYZ | 41.42 | 24.23 | 55.32 | - |
| YUV | 133.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 197 | 0 | 0.64 | 0.09 | 0.15 | 308.63 | 0.65 | 0.58 |
| Hex | D9 | 4E | C5 | 0 | 40 | 9 | F | 135 | 41 | 3A |
| Octal | 331 | 116 | 305 | 0 | 100 | 11 | 17 | 465 | 101 | 72 |
| Binary | 11011001 | 1001110 | 11000101 | 0 | 1000000 | 1001 | 1111 | 100110101 | 1000001 | 111010 |
Color Harmonies of #D94EC5
Complementary color
Monochromatic Colors of #D94EC5
Black with #D94EC5
Text Example
Text Example
White with #D94EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EC5; }
p { color: rgb(217,78,197); }
H1.HeaderClassName
{
color: #D94EC5;
}
.AnyTagClassName
{
color: #D94EC5;
}
</style>
background-color css
<style>
a { background-color: #D94EC5; }
a { background-color: rgb(217,78,197); }
div.DivClassName
{
background-color: #D94EC5;
}
.BgClassName
{
background-color: #D94EC5;
}
</style>
border-color css
<style>
span { border-color: #D94EC5; }
span { border-color: rgb(217,78,197); }
td.TdClassName
{
border-color: #D94EC5;
}
.TagClassName
{
border-color: #D94EC5;
}
</style>