Html Css Color HEX #D94EC4 Free Speech Magenta
📋 copy color: '#D94EC4'red 217 ◦ green 78 ◦ blue 196
Shades of Free Speech Magenta #D94EC4
Tints of Free Speech Magenta #D94EC4
RGB
CMYK
RGB Variations
Color information
#D94EC4 (or 0xD94EC4) is known color: Free Speech Magenta. HEX triplet: D9, 4E and C4. RGB value is (217,78,196). Sum of RGB (Red+Green+Blue) = 217+78+196=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EC4 is #26B13B. Grayscale: #848484. Windows color (decimal): -2535740 or 12865241. OLE color: 12865241.
HSL color Cylindrical-coordinate representation of color #D94EC4: hue angle of 309.06º 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 #D94EC4 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 196 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.15 |
| HSL | 309.06º | 0.65% | 0.58% | - |
| HSV(B) | 309.06º | 0.64% | 0.85% | - |
| XYZ | 41.3 | 24.19 | 54.72 | - |
| YUV | 133.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 196 | 0 | 0.64 | 0.10 | 0.15 | 309.06 | 0.65 | 0.58 |
| Hex | D9 | 4E | C4 | 0 | 40 | A | F | 135 | 41 | 3A |
| Octal | 331 | 116 | 304 | 0 | 100 | 12 | 17 | 465 | 101 | 72 |
| Binary | 11011001 | 1001110 | 11000100 | 0 | 1000000 | 1010 | 1111 | 100110101 | 1000001 | 111010 |
Color Harmonies of #D94EC4
Complementary color
Monochromatic Colors of #D94EC4
Black with #D94EC4
Text Example
Text Example
White with #D94EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EC4; }
p { color: rgb(217,78,196); }
H1.HeaderClassName
{
color: #D94EC4;
}
.AnyTagClassName
{
color: #D94EC4;
}
</style>
background-color css
<style>
a { background-color: #D94EC4; }
a { background-color: rgb(217,78,196); }
div.DivClassName
{
background-color: #D94EC4;
}
.BgClassName
{
background-color: #D94EC4;
}
</style>
border-color css
<style>
span { border-color: #D94EC4; }
span { border-color: rgb(217,78,196); }
td.TdClassName
{
border-color: #D94EC4;
}
.TagClassName
{
border-color: #D94EC4;
}
</style>