Html Css Color HEX #DE4DDD Free Speech Magenta
📋 copy color: '#DE4DDD'red 222 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #DE4DDD
Tints of Free Speech Magenta #DE4DDD
RGB
CMYK
RGB Variations
Color information
#DE4DDD (or 0xDE4DDD) is known color: Free Speech Magenta. HEX triplet: DE, 4D and DD. RGB value is (222,77,221). Sum of RGB (Red+Green+Blue) = 222+77+221=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4DDD is #21B222. Grayscale: #888888. Windows color (decimal): -2208291 or 14503390. OLE color: 14503390.
HSL color Cylindrical-coordinate representation of color #DE4DDD: hue angle of 300.41º 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 #DE4DDD is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 221 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.13 |
| HSL | 300.41º | 0.69% | 0.59% | - |
| HSV(B) | 300.41º | 0.65% | 0.87% | - |
| XYZ | 45.83 | 26.06 | 71.02 | - |
| YUV | 136.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 221 | 0 | 0.65 | 0.00 | 0.13 | 300.41 | 0.69 | 0.59 |
| Hex | DE | 4D | DD | 0 | 41 | 0 | D | 12C | 45 | 3B |
| Octal | 336 | 115 | 335 | 0 | 101 | 0 | 15 | 454 | 105 | 73 |
| Binary | 11011110 | 1001101 | 11011101 | 0 | 1000001 | 0 | 1101 | 100101100 | 1000101 | 111011 |
Color Harmonies of #DE4DDD
Complementary color
Monochromatic Colors of #DE4DDD
Black with #DE4DDD
Text Example
Text Example
White with #DE4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4DDD; }
p { color: rgb(222,77,221); }
H1.HeaderClassName
{
color: #DE4DDD;
}
.AnyTagClassName
{
color: #DE4DDD;
}
</style>
background-color css
<style>
a { background-color: #DE4DDD; }
a { background-color: rgb(222,77,221); }
div.DivClassName
{
background-color: #DE4DDD;
}
.BgClassName
{
background-color: #DE4DDD;
}
</style>
border-color css
<style>
span { border-color: #DE4DDD; }
span { border-color: rgb(222,77,221); }
td.TdClassName
{
border-color: #DE4DDD;
}
.TagClassName
{
border-color: #DE4DDD;
}
</style>