Html Css Color HEX #D94EC6 Free Speech Magenta
📋 copy color: '#D94EC6'red 217 ◦ green 78 ◦ blue 198
Shades of Free Speech Magenta #D94EC6
Tints of Free Speech Magenta #D94EC6
RGB
CMYK
RGB Variations
Color information
#D94EC6 (or 0xD94EC6) is known color: Free Speech Magenta. HEX triplet: D9, 4E and C6. RGB value is (217,78,198). Sum of RGB (Red+Green+Blue) = 217+78+198=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EC6 is #26B139. Grayscale: #848484. Windows color (decimal): -2535738 or 12996313. OLE color: 12996313.
HSL color Cylindrical-coordinate representation of color #D94EC6: hue angle of 308.2º 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 #D94EC6 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 198 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.15 |
| HSL | 308.2º | 0.65% | 0.58% | - |
| HSV(B) | 308.2º | 0.64% | 0.85% | - |
| XYZ | 41.53 | 24.28 | 55.92 | - |
| YUV | 133.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 198 | 0 | 0.64 | 0.09 | 0.15 | 308.2 | 0.65 | 0.58 |
| Hex | D9 | 4E | C6 | 0 | 40 | 9 | F | 134 | 41 | 3A |
| Octal | 331 | 116 | 306 | 0 | 100 | 11 | 17 | 464 | 101 | 72 |
| Binary | 11011001 | 1001110 | 11000110 | 0 | 1000000 | 1001 | 1111 | 100110100 | 1000001 | 111010 |
Color Harmonies of #D94EC6
Complementary color
Monochromatic Colors of #D94EC6
Black with #D94EC6
Text Example
Text Example
White with #D94EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EC6; }
p { color: rgb(217,78,198); }
H1.HeaderClassName
{
color: #D94EC6;
}
.AnyTagClassName
{
color: #D94EC6;
}
</style>
background-color css
<style>
a { background-color: #D94EC6; }
a { background-color: rgb(217,78,198); }
div.DivClassName
{
background-color: #D94EC6;
}
.BgClassName
{
background-color: #D94EC6;
}
</style>
border-color css
<style>
span { border-color: #D94EC6; }
span { border-color: rgb(217,78,198); }
td.TdClassName
{
border-color: #D94EC6;
}
.TagClassName
{
border-color: #D94EC6;
}
</style>