Html Css Color HEX #DD33E0 Free Speech Magenta
📋 copy color: '#DD33E0'red 221 ◦ green 51 ◦ blue 224
Shades of Free Speech Magenta #DD33E0
Tints of Free Speech Magenta #DD33E0
RGB
CMYK
RGB Variations
Color information
#DD33E0 (or 0xDD33E0) is known color: Free Speech Magenta. HEX triplet: DD, 33 and E0. RGB value is (221,51,224). Sum of RGB (Red+Green+Blue) = 221+51+224=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD33E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33E0 is #22CC1F. Grayscale: #797979. Windows color (decimal): -2280480 or 14693341. OLE color: 14693341.
HSL color Cylindrical-coordinate representation of color #DD33E0: hue angle of 298.96º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33E0 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 51 | 224 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.12 |
| HSL | 298.96º | 0.74% | 0.54% | - |
| HSV(B) | 298.96º | 0.77% | 0.88% | - |
| XYZ | 44.46 | 23.12 | 72.64 | - |
| YUV | 121.55 | 185.82 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 224 | 0.01 | 0.77 | 0 | 0.12 | 298.96 | 0.74 | 0.54 |
| Hex | DD | 33 | E0 | 1 | 4D | 0 | C | 12B | 4A | 36 |
| Octal | 335 | 63 | 340 | 1 | 115 | 0 | 14 | 453 | 112 | 66 |
| Binary | 11011101 | 110011 | 11100000 | 1 | 1001101 | 0 | 1100 | 100101011 | 1001010 | 110110 |
Color Harmonies of #DD33E0
Complementary color
Monochromatic Colors of #DD33E0
Black with #DD33E0
Text Example
Text Example
White with #DD33E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33E0; }
p { color: rgb(221,51,224); }
H1.HeaderClassName
{
color: #DD33E0;
}
.AnyTagClassName
{
color: #DD33E0;
}
</style>
background-color css
<style>
a { background-color: #DD33E0; }
a { background-color: rgb(221,51,224); }
div.DivClassName
{
background-color: #DD33E0;
}
.BgClassName
{
background-color: #DD33E0;
}
</style>
border-color css
<style>
span { border-color: #DD33E0; }
span { border-color: rgb(221,51,224); }
td.TdClassName
{
border-color: #DD33E0;
}
.TagClassName
{
border-color: #DD33E0;
}
</style>