Html Css Color HEX #DD4EDE Free Speech Magenta
📋 copy color: '#DD4EDE'red 221 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #DD4EDE
Tints of Free Speech Magenta #DD4EDE
RGB
CMYK
RGB Variations
Color information
#DD4EDE (or 0xDD4EDE) is known color: Free Speech Magenta. HEX triplet: DD, 4E and DE. RGB value is (221,78,222). Sum of RGB (Red+Green+Blue) = 221+78+222=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4EDE is #22B121. Grayscale: #888888. Windows color (decimal): -2273570 or 14569181. OLE color: 14569181.
HSL color Cylindrical-coordinate representation of color #DD4EDE: hue angle of 299.58º 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 #DD4EDE is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 222 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.13 |
| HSL | 299.58º | 0.69% | 0.59% | - |
| HSV(B) | 299.58º | 0.65% | 0.87% | - |
| XYZ | 45.73 | 26.09 | 71.73 | - |
| YUV | 137.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 222 | 0.00 | 0.65 | 0 | 0.13 | 299.58 | 0.69 | 0.59 |
| Hex | DD | 4E | DE | 0 | 41 | 0 | D | 12C | 45 | 3B |
| Octal | 335 | 116 | 336 | 0 | 101 | 0 | 15 | 454 | 105 | 73 |
| Binary | 11011101 | 1001110 | 11011110 | 0 | 1000001 | 0 | 1101 | 100101100 | 1000101 | 111011 |
Color Harmonies of #DD4EDE
Complementary color
Monochromatic Colors of #DD4EDE
Black with #DD4EDE
Text Example
Text Example
White with #DD4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4EDE; }
p { color: rgb(221,78,222); }
H1.HeaderClassName
{
color: #DD4EDE;
}
.AnyTagClassName
{
color: #DD4EDE;
}
</style>
background-color css
<style>
a { background-color: #DD4EDE; }
a { background-color: rgb(221,78,222); }
div.DivClassName
{
background-color: #DD4EDE;
}
.BgClassName
{
background-color: #DD4EDE;
}
</style>
border-color css
<style>
span { border-color: #DD4EDE; }
span { border-color: rgb(221,78,222); }
td.TdClassName
{
border-color: #DD4EDE;
}
.TagClassName
{
border-color: #DD4EDE;
}
</style>