Html Css Color HEX #DD5EC2 Free Speech Magenta
📋 copy color: '#DD5EC2'red 221 ◦ green 94 ◦ blue 194
Shades of Free Speech Magenta #DD5EC2
Tints of Free Speech Magenta #DD5EC2
RGB
CMYK
RGB Variations
Color information
#DD5EC2 (or 0xDD5EC2) is known color: Free Speech Magenta. HEX triplet: DD, 5E and C2. RGB value is (221,94,194). Sum of RGB (Red+Green+Blue) = 221+94+194=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EC2 is #22A13D. Grayscale: #8F8F8F. Windows color (decimal): -2269502 or 12738269. OLE color: 12738269.
HSL color Cylindrical-coordinate representation of color #DD5EC2: hue angle of 312.76º 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 #DD5EC2 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 194 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.13 |
| HSL | 312.76º | 0.65% | 0.62% | - |
| HSV(B) | 312.76º | 0.57% | 0.87% | - |
| XYZ | 43.56 | 27.27 | 54.01 | - |
| YUV | 143.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 194 | 0 | 0.57 | 0.12 | 0.13 | 312.76 | 0.65 | 0.62 |
| Hex | DD | 5E | C2 | 0 | 39 | C | D | 139 | 41 | 3E |
| Octal | 335 | 136 | 302 | 0 | 71 | 14 | 15 | 471 | 101 | 76 |
| Binary | 11011101 | 1011110 | 11000010 | 0 | 111001 | 1100 | 1101 | 100111001 | 1000001 | 111110 |
Color Harmonies of #DD5EC2
Complementary color
Monochromatic Colors of #DD5EC2
Black with #DD5EC2
Text Example
Text Example
White with #DD5EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EC2; }
p { color: rgb(221,94,194); }
H1.HeaderClassName
{
color: #DD5EC2;
}
.AnyTagClassName
{
color: #DD5EC2;
}
</style>
background-color css
<style>
a { background-color: #DD5EC2; }
a { background-color: rgb(221,94,194); }
div.DivClassName
{
background-color: #DD5EC2;
}
.BgClassName
{
background-color: #DD5EC2;
}
</style>
border-color css
<style>
span { border-color: #DD5EC2; }
span { border-color: rgb(221,94,194); }
td.TdClassName
{
border-color: #DD5EC2;
}
.TagClassName
{
border-color: #DD5EC2;
}
</style>