Html Css Color HEX #D94CE2 Free Speech Magenta
📋 copy color: '#D94CE2'red 217 ◦ green 76 ◦ blue 226
Shades of Free Speech Magenta #D94CE2
Tints of Free Speech Magenta #D94CE2
RGB
CMYK
RGB Variations
Color information
#D94CE2 (or 0xD94CE2) is known color: Free Speech Magenta. HEX triplet: D9, 4C and E2. RGB value is (217,76,226). Sum of RGB (Red+Green+Blue) = 217+76+226=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 226 (88.67% from 255 or 43.55% from 519); Max value from RGB is 226 - color contains mainly: blue. Hex color #D94CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CE2 is #26B31D. Grayscale: #868686. Windows color (decimal): -2536222 or 14830809. OLE color: 14830809.
HSL color Cylindrical-coordinate representation of color #D94CE2: hue angle of 296.4º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94CE2 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 76 | 226 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.11 |
| HSL | 296.4º | 0.72% | 0.59% | - |
| HSV(B) | 296.4º | 0.66% | 0.89% | - |
| XYZ | 44.93 | 25.41 | 74.49 | - |
| YUV | 135.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 226 | 0.04 | 0.66 | 0 | 0.11 | 296.4 | 0.72 | 0.59 |
| Hex | D9 | 4C | E2 | 4 | 42 | 0 | B | 128 | 48 | 3B |
| Octal | 331 | 114 | 342 | 4 | 102 | 0 | 13 | 450 | 110 | 73 |
| Binary | 11011001 | 1001100 | 11100010 | 100 | 1000010 | 0 | 1011 | 100101000 | 1001000 | 111011 |
Color Harmonies of #D94CE2
Complementary color
Monochromatic Colors of #D94CE2
Black with #D94CE2
Text Example
Text Example
White with #D94CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94CE2; }
p { color: rgb(217,76,226); }
H1.HeaderClassName
{
color: #D94CE2;
}
.AnyTagClassName
{
color: #D94CE2;
}
</style>
background-color css
<style>
a { background-color: #D94CE2; }
a { background-color: rgb(217,76,226); }
div.DivClassName
{
background-color: #D94CE2;
}
.BgClassName
{
background-color: #D94CE2;
}
</style>
border-color css
<style>
span { border-color: #D94CE2; }
span { border-color: rgb(217,76,226); }
td.TdClassName
{
border-color: #D94CE2;
}
.TagClassName
{
border-color: #D94CE2;
}
</style>