Html Css Color HEX #DE4DDC Free Speech Magenta
📋 copy color: '#DE4DDC'red 222 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #DE4DDC
Tints of Free Speech Magenta #DE4DDC
RGB
CMYK
RGB Variations
Color information
#DE4DDC (or 0xDE4DDC) is known color: Free Speech Magenta. HEX triplet: DE, 4D and DC. RGB value is (222,77,220). Sum of RGB (Red+Green+Blue) = 222+77+220=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4DDC is #21B223. Grayscale: #888888. Windows color (decimal): -2208292 or 14437854. OLE color: 14437854.
HSL color Cylindrical-coordinate representation of color #DE4DDC: hue angle of 300.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4DDC is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 220 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.13 |
| HSL | 300.83º | 0.69% | 0.59% | - |
| HSV(B) | 300.83º | 0.65% | 0.87% | - |
| XYZ | 45.7 | 26 | 70.32 | - |
| YUV | 136.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 220 | 0 | 0.65 | 0.01 | 0.13 | 300.83 | 0.69 | 0.59 |
| Hex | DE | 4D | DC | 0 | 41 | 1 | D | 12D | 45 | 3B |
| Octal | 336 | 115 | 334 | 0 | 101 | 1 | 15 | 455 | 105 | 73 |
| Binary | 11011110 | 1001101 | 11011100 | 0 | 1000001 | 1 | 1101 | 100101101 | 1000101 | 111011 |
Color Harmonies of #DE4DDC
Complementary color
Monochromatic Colors of #DE4DDC
Black with #DE4DDC
Text Example
Text Example
White with #DE4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DDC; }
p { color: rgb(222,77,220); }
H1.HeaderClassName
{
color: #DE4DDC;
}
.AnyTagClassName
{
color: #DE4DDC;
}
</style>
background-color css
<style>
a { background-color: #DE4DDC; }
a { background-color: rgb(222,77,220); }
div.DivClassName
{
background-color: #DE4DDC;
}
.BgClassName
{
background-color: #DE4DDC;
}
</style>
border-color css
<style>
span { border-color: #DE4DDC; }
span { border-color: rgb(222,77,220); }
td.TdClassName
{
border-color: #DE4DDC;
}
.TagClassName
{
border-color: #DE4DDC;
}
</style>