Html Css Color HEX #DD32EA Free Speech Magenta
📋 copy color: '#DD32EA'red 221 ◦ green 50 ◦ blue 234
Shades of Free Speech Magenta #DD32EA
Tints of Free Speech Magenta #DD32EA
RGB
CMYK
RGB Variations
Color information
#DD32EA (or 0xDD32EA) is known color: Free Speech Magenta. HEX triplet: DD, 32 and EA. RGB value is (221,50,234). Sum of RGB (Red+Green+Blue) = 221+50+234=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32EA is #22CD15. Grayscale: #797979. Windows color (decimal): -2280726 or 15348445. OLE color: 15348445.
HSL color Cylindrical-coordinate representation of color #DD32EA: hue angle of 295.76º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD32EA is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 50 | 234 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.08 |
| HSL | 295.76º | 0.81% | 0.56% | - |
| HSV(B) | 295.76º | 0.79% | 0.92% | - |
| XYZ | 45.81 | 23.59 | 79.98 | - |
| YUV | 122.11 | 191.15 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 234 | 0.06 | 0.79 | 0 | 0.08 | 295.76 | 0.81 | 0.56 |
| Hex | DD | 32 | EA | 6 | 4F | 0 | 8 | 128 | 51 | 38 |
| Octal | 335 | 62 | 352 | 6 | 117 | 0 | 10 | 450 | 121 | 70 |
| Binary | 11011101 | 110010 | 11101010 | 110 | 1001111 | 0 | 1000 | 100101000 | 1010001 | 111000 |
Color Harmonies of #DD32EA
Complementary color
Monochromatic Colors of #DD32EA
Black with #DD32EA
Text Example
Text Example
White with #DD32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32EA; }
p { color: rgb(221,50,234); }
H1.HeaderClassName
{
color: #DD32EA;
}
.AnyTagClassName
{
color: #DD32EA;
}
</style>
background-color css
<style>
a { background-color: #DD32EA; }
a { background-color: rgb(221,50,234); }
div.DivClassName
{
background-color: #DD32EA;
}
.BgClassName
{
background-color: #DD32EA;
}
</style>
border-color css
<style>
span { border-color: #DD32EA; }
span { border-color: rgb(221,50,234); }
td.TdClassName
{
border-color: #DD32EA;
}
.TagClassName
{
border-color: #DD32EA;
}
</style>