Html Css Color HEX #DD5ECD Free Speech Magenta
📋 copy color: '#DD5ECD'red 221 ◦ green 94 ◦ blue 205
Shades of Free Speech Magenta #DD5ECD
Tints of Free Speech Magenta #DD5ECD
RGB
CMYK
RGB Variations
Color information
#DD5ECD (or 0xDD5ECD) is known color: Free Speech Magenta. HEX triplet: DD, 5E and CD. RGB value is (221,94,205). Sum of RGB (Red+Green+Blue) = 221+94+205=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ECD is #22A132. Grayscale: #909090. Windows color (decimal): -2269491 or 13459165. OLE color: 13459165.
HSL color Cylindrical-coordinate representation of color #DD5ECD: hue angle of 307.56º 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 #DD5ECD is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 205 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.13 |
| HSL | 307.56º | 0.65% | 0.62% | - |
| HSV(B) | 307.56º | 0.57% | 0.87% | - |
| XYZ | 44.84 | 27.79 | 60.76 | - |
| YUV | 144.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 205 | 0 | 0.57 | 0.07 | 0.13 | 307.56 | 0.65 | 0.62 |
| Hex | DD | 5E | CD | 0 | 39 | 7 | D | 134 | 41 | 3E |
| Octal | 335 | 136 | 315 | 0 | 71 | 7 | 15 | 464 | 101 | 76 |
| Binary | 11011101 | 1011110 | 11001101 | 0 | 111001 | 111 | 1101 | 100110100 | 1000001 | 111110 |
Color Harmonies of #DD5ECD
Complementary color
Monochromatic Colors of #DD5ECD
Black with #DD5ECD
Text Example
Text Example
White with #DD5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5ECD; }
p { color: rgb(221,94,205); }
H1.HeaderClassName
{
color: #DD5ECD;
}
.AnyTagClassName
{
color: #DD5ECD;
}
</style>
background-color css
<style>
a { background-color: #DD5ECD; }
a { background-color: rgb(221,94,205); }
div.DivClassName
{
background-color: #DD5ECD;
}
.BgClassName
{
background-color: #DD5ECD;
}
</style>
border-color css
<style>
span { border-color: #DD5ECD; }
span { border-color: rgb(221,94,205); }
td.TdClassName
{
border-color: #DD5ECD;
}
.TagClassName
{
border-color: #DD5ECD;
}
</style>