Html Css Color HEX #DD5EC8 Free Speech Magenta
📋 copy color: '#DD5EC8'red 221 ◦ green 94 ◦ blue 200
Shades of Free Speech Magenta #DD5EC8
Tints of Free Speech Magenta #DD5EC8
RGB
CMYK
RGB Variations
Color information
#DD5EC8 (or 0xDD5EC8) is known color: Free Speech Magenta. HEX triplet: DD, 5E and C8. RGB value is (221,94,200). Sum of RGB (Red+Green+Blue) = 221+94+200=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EC8 is #22A137. Grayscale: #8F8F8F. Windows color (decimal): -2269496 or 13131485. OLE color: 13131485.
HSL color Cylindrical-coordinate representation of color #DD5EC8: hue angle of 309.92º 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 #DD5EC8 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 200 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.13 |
| HSL | 309.92º | 0.65% | 0.62% | - |
| HSV(B) | 309.92º | 0.57% | 0.87% | - |
| XYZ | 44.25 | 27.55 | 57.63 | - |
| YUV | 144.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 200 | 0 | 0.57 | 0.10 | 0.13 | 309.92 | 0.65 | 0.62 |
| Hex | DD | 5E | C8 | 0 | 39 | A | D | 136 | 41 | 3E |
| Octal | 335 | 136 | 310 | 0 | 71 | 12 | 15 | 466 | 101 | 76 |
| Binary | 11011101 | 1011110 | 11001000 | 0 | 111001 | 1010 | 1101 | 100110110 | 1000001 | 111110 |
Color Harmonies of #DD5EC8
Complementary color
Monochromatic Colors of #DD5EC8
Black with #DD5EC8
Text Example
Text Example
White with #DD5EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EC8; }
p { color: rgb(221,94,200); }
H1.HeaderClassName
{
color: #DD5EC8;
}
.AnyTagClassName
{
color: #DD5EC8;
}
</style>
background-color css
<style>
a { background-color: #DD5EC8; }
a { background-color: rgb(221,94,200); }
div.DivClassName
{
background-color: #DD5EC8;
}
.BgClassName
{
background-color: #DD5EC8;
}
</style>
border-color css
<style>
span { border-color: #DD5EC8; }
span { border-color: rgb(221,94,200); }
td.TdClassName
{
border-color: #DD5EC8;
}
.TagClassName
{
border-color: #DD5EC8;
}
</style>