Html Css Color HEX #DD5ECC Free Speech Magenta
📋 copy color: '#DD5ECC'red 221 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #DD5ECC
Tints of Free Speech Magenta #DD5ECC
RGB
CMYK
RGB Variations
Color information
#DD5ECC (or 0xDD5ECC) is known color: Free Speech Magenta. HEX triplet: DD, 5E and CC. RGB value is (221,94,204). Sum of RGB (Red+Green+Blue) = 221+94+204=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ECC is #22A133. Grayscale: #909090. Windows color (decimal): -2269492 or 13393629. OLE color: 13393629.
HSL color Cylindrical-coordinate representation of color #DD5ECC: hue angle of 308.03º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5ECC is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 204 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.13 |
| HSL | 308.03º | 0.65% | 0.62% | - |
| HSV(B) | 308.03º | 0.57% | 0.87% | - |
| XYZ | 44.72 | 27.74 | 60.12 | - |
| YUV | 144.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 204 | 0 | 0.57 | 0.08 | 0.13 | 308.03 | 0.65 | 0.62 |
| Hex | DD | 5E | CC | 0 | 39 | 8 | D | 134 | 41 | 3E |
| Octal | 335 | 136 | 314 | 0 | 71 | 10 | 15 | 464 | 101 | 76 |
| Binary | 11011101 | 1011110 | 11001100 | 0 | 111001 | 1000 | 1101 | 100110100 | 1000001 | 111110 |
Color Harmonies of #DD5ECC
Complementary color
Monochromatic Colors of #DD5ECC
Black with #DD5ECC
Text Example
Text Example
White with #DD5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5ECC; }
p { color: rgb(221,94,204); }
H1.HeaderClassName
{
color: #DD5ECC;
}
.AnyTagClassName
{
color: #DD5ECC;
}
</style>
background-color css
<style>
a { background-color: #DD5ECC; }
a { background-color: rgb(221,94,204); }
div.DivClassName
{
background-color: #DD5ECC;
}
.BgClassName
{
background-color: #DD5ECC;
}
</style>
border-color css
<style>
span { border-color: #DD5ECC; }
span { border-color: rgb(221,94,204); }
td.TdClassName
{
border-color: #DD5ECC;
}
.TagClassName
{
border-color: #DD5ECC;
}
</style>