Html Css Color HEX #DD55EC Free Speech Magenta
📋 copy color: '#DD55EC'red 221 ◦ green 85 ◦ blue 236
Shades of Free Speech Magenta #DD55EC
Tints of Free Speech Magenta #DD55EC
RGB
CMYK
RGB Variations
Color information
#DD55EC (or 0xDD55EC) is known color: Free Speech Magenta. HEX triplet: DD, 55 and EC. RGB value is (221,85,236). Sum of RGB (Red+Green+Blue) = 221+85+236=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD55EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55EC is #22AA13. Grayscale: #8E8E8E. Windows color (decimal): -2271764 or 15488477. OLE color: 15488477.
HSL color Cylindrical-coordinate representation of color #DD55EC: hue angle of 294.04º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD55EC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 85 | 236 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.07 |
| HSL | 294.04º | 0.8% | 0.63% | - |
| HSV(B) | 294.04º | 0.64% | 0.93% | - |
| XYZ | 48.21 | 27.93 | 82.21 | - |
| YUV | 142.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 236 | 0.06 | 0.64 | 0 | 0.07 | 294.04 | 0.8 | 0.63 |
| Hex | DD | 55 | EC | 6 | 40 | 0 | 7 | 126 | 50 | 3F |
| Octal | 335 | 125 | 354 | 6 | 100 | 0 | 7 | 446 | 120 | 77 |
| Binary | 11011101 | 1010101 | 11101100 | 110 | 1000000 | 0 | 111 | 100100110 | 1010000 | 111111 |
Color Harmonies of #DD55EC
Complementary color
Monochromatic Colors of #DD55EC
Black with #DD55EC
Text Example
Text Example
White with #DD55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55EC; }
p { color: rgb(221,85,236); }
H1.HeaderClassName
{
color: #DD55EC;
}
.AnyTagClassName
{
color: #DD55EC;
}
</style>
background-color css
<style>
a { background-color: #DD55EC; }
a { background-color: rgb(221,85,236); }
div.DivClassName
{
background-color: #DD55EC;
}
.BgClassName
{
background-color: #DD55EC;
}
</style>
border-color css
<style>
span { border-color: #DD55EC; }
span { border-color: rgb(221,85,236); }
td.TdClassName
{
border-color: #DD55EC;
}
.TagClassName
{
border-color: #DD55EC;
}
</style>