Html Css Color HEX #DD32EC Free Speech Magenta
📋 copy color: '#DD32EC'red 221 ◦ green 50 ◦ blue 236
Shades of Free Speech Magenta #DD32EC
Tints of Free Speech Magenta #DD32EC
RGB
CMYK
RGB Variations
Color information
#DD32EC (or 0xDD32EC) is known color: Free Speech Magenta. HEX triplet: DD, 32 and EC. RGB value is (221,50,236). Sum of RGB (Red+Green+Blue) = 221+50+236=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 50 (19.92% from 255 or 9.86% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32EC is #22CD13. Grayscale: #797979. Windows color (decimal): -2280724 or 15479517. OLE color: 15479517.
HSL color Cylindrical-coordinate representation of color #DD32EC: hue angle of 295.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD32EC is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 50 | 236 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.07 |
| HSL | 295.16º | 0.83% | 0.56% | - |
| HSV(B) | 295.16º | 0.79% | 0.93% | - |
| XYZ | 46.1 | 23.71 | 81.5 | - |
| YUV | 122.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 236 | 0.06 | 0.79 | 0 | 0.07 | 295.16 | 0.83 | 0.56 |
| Hex | DD | 32 | EC | 6 | 4F | 0 | 7 | 127 | 53 | 38 |
| Octal | 335 | 62 | 354 | 6 | 117 | 0 | 7 | 447 | 123 | 70 |
| Binary | 11011101 | 110010 | 11101100 | 110 | 1001111 | 0 | 111 | 100100111 | 1010011 | 111000 |
Color Harmonies of #DD32EC
Complementary color
Monochromatic Colors of #DD32EC
Black with #DD32EC
Text Example
Text Example
White with #DD32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32EC; }
p { color: rgb(221,50,236); }
H1.HeaderClassName
{
color: #DD32EC;
}
.AnyTagClassName
{
color: #DD32EC;
}
</style>
background-color css
<style>
a { background-color: #DD32EC; }
a { background-color: rgb(221,50,236); }
div.DivClassName
{
background-color: #DD32EC;
}
.BgClassName
{
background-color: #DD32EC;
}
</style>
border-color css
<style>
span { border-color: #DD32EC; }
span { border-color: rgb(221,50,236); }
td.TdClassName
{
border-color: #DD32EC;
}
.TagClassName
{
border-color: #DD32EC;
}
</style>