Html Css Color HEX #DD4ECC Free Speech Magenta
📋 copy color: '#DD4ECC'red 221 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #DD4ECC
Tints of Free Speech Magenta #DD4ECC
RGB
CMYK
RGB Variations
Color information
#DD4ECC (or 0xDD4ECC) is known color: Free Speech Magenta. HEX triplet: DD, 4E and CC. RGB value is (221,78,204). Sum of RGB (Red+Green+Blue) = 221+78+204=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4ECC is #22B133. Grayscale: #868686. Windows color (decimal): -2273588 or 13389533. OLE color: 13389533.
HSL color Cylindrical-coordinate representation of color #DD4ECC: hue angle of 307.13º degrees, saturation: 0.68, 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 #DD4ECC is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 204 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.13 |
| HSL | 307.13º | 0.68% | 0.59% | - |
| HSV(B) | 307.13º | 0.65% | 0.87% | - |
| XYZ | 43.44 | 25.18 | 59.7 | - |
| YUV | 135.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 204 | 0 | 0.65 | 0.08 | 0.13 | 307.13 | 0.68 | 0.59 |
| Hex | DD | 4E | CC | 0 | 41 | 8 | D | 133 | 44 | 3B |
| Octal | 335 | 116 | 314 | 0 | 101 | 10 | 15 | 463 | 104 | 73 |
| Binary | 11011101 | 1001110 | 11001100 | 0 | 1000001 | 1000 | 1101 | 100110011 | 1000100 | 111011 |
Color Harmonies of #DD4ECC
Complementary color
Monochromatic Colors of #DD4ECC
Black with #DD4ECC
Text Example
Text Example
White with #DD4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4ECC; }
p { color: rgb(221,78,204); }
H1.HeaderClassName
{
color: #DD4ECC;
}
.AnyTagClassName
{
color: #DD4ECC;
}
</style>
background-color css
<style>
a { background-color: #DD4ECC; }
a { background-color: rgb(221,78,204); }
div.DivClassName
{
background-color: #DD4ECC;
}
.BgClassName
{
background-color: #DD4ECC;
}
</style>
border-color css
<style>
span { border-color: #DD4ECC; }
span { border-color: rgb(221,78,204); }
td.TdClassName
{
border-color: #DD4ECC;
}
.TagClassName
{
border-color: #DD4ECC;
}
</style>