Html Css Color HEX #DD32E0 Free Speech Magenta
📋 copy color: '#DD32E0'red 221 ◦ green 50 ◦ blue 224
Shades of Free Speech Magenta #DD32E0
Tints of Free Speech Magenta #DD32E0
RGB
CMYK
RGB Variations
Color information
#DD32E0 (or 0xDD32E0) is known color: Free Speech Magenta. HEX triplet: DD, 32 and E0. RGB value is (221,50,224). Sum of RGB (Red+Green+Blue) = 221+50+224=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD32E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32E0 is #22CD1F. Grayscale: #787878. Windows color (decimal): -2280736 or 14693085. OLE color: 14693085.
HSL color Cylindrical-coordinate representation of color #DD32E0: hue angle of 298.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD32E0 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 50 | 224 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.12 |
| HSL | 298.97º | 0.74% | 0.54% | - |
| HSV(B) | 298.97º | 0.78% | 0.88% | - |
| XYZ | 44.41 | 23.04 | 72.63 | - |
| YUV | 120.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 224 | 0.01 | 0.78 | 0 | 0.12 | 298.97 | 0.74 | 0.54 |
| Hex | DD | 32 | E0 | 1 | 4E | 0 | C | 12B | 4A | 36 |
| Octal | 335 | 62 | 340 | 1 | 116 | 0 | 14 | 453 | 112 | 66 |
| Binary | 11011101 | 110010 | 11100000 | 1 | 1001110 | 0 | 1100 | 100101011 | 1001010 | 110110 |
Color Harmonies of #DD32E0
Complementary color
Monochromatic Colors of #DD32E0
Black with #DD32E0
Text Example
Text Example
White with #DD32E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32E0; }
p { color: rgb(221,50,224); }
H1.HeaderClassName
{
color: #DD32E0;
}
.AnyTagClassName
{
color: #DD32E0;
}
</style>
background-color css
<style>
a { background-color: #DD32E0; }
a { background-color: rgb(221,50,224); }
div.DivClassName
{
background-color: #DD32E0;
}
.BgClassName
{
background-color: #DD32E0;
}
</style>
border-color css
<style>
span { border-color: #DD32E0; }
span { border-color: rgb(221,50,224); }
td.TdClassName
{
border-color: #DD32E0;
}
.TagClassName
{
border-color: #DD32E0;
}
</style>