Html Css Color HEX #DD32E9 Free Speech Magenta
📋 copy color: '#DD32E9'red 221 ◦ green 50 ◦ blue 233
Shades of Free Speech Magenta #DD32E9
Tints of Free Speech Magenta #DD32E9
RGB
CMYK
RGB Variations
Color information
#DD32E9 (or 0xDD32E9) is known color: Free Speech Magenta. HEX triplet: DD, 32 and E9. RGB value is (221,50,233). Sum of RGB (Red+Green+Blue) = 221+50+233=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD32E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32E9 is #22CD16. Grayscale: #797979. Windows color (decimal): -2280727 or 15282909. OLE color: 15282909.
HSL color Cylindrical-coordinate representation of color #DD32E9: hue angle of 296.07º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD32E9 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 50 | 233 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.09 |
| HSL | 296.07º | 0.81% | 0.55% | - |
| HSV(B) | 296.07º | 0.79% | 0.91% | - |
| XYZ | 45.67 | 23.54 | 79.23 | - |
| YUV | 121.99 | 190.65 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 233 | 0.05 | 0.79 | 0 | 0.09 | 296.07 | 0.81 | 0.55 |
| Hex | DD | 32 | E9 | 5 | 4F | 0 | 9 | 128 | 51 | 37 |
| Octal | 335 | 62 | 351 | 5 | 117 | 0 | 11 | 450 | 121 | 67 |
| Binary | 11011101 | 110010 | 11101001 | 101 | 1001111 | 0 | 1001 | 100101000 | 1010001 | 110111 |
Color Harmonies of #DD32E9
Complementary color
Monochromatic Colors of #DD32E9
Black with #DD32E9
Text Example
Text Example
White with #DD32E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32E9; }
p { color: rgb(221,50,233); }
H1.HeaderClassName
{
color: #DD32E9;
}
.AnyTagClassName
{
color: #DD32E9;
}
</style>
background-color css
<style>
a { background-color: #DD32E9; }
a { background-color: rgb(221,50,233); }
div.DivClassName
{
background-color: #DD32E9;
}
.BgClassName
{
background-color: #DD32E9;
}
</style>
border-color css
<style>
span { border-color: #DD32E9; }
span { border-color: rgb(221,50,233); }
td.TdClassName
{
border-color: #DD32E9;
}
.TagClassName
{
border-color: #DD32E9;
}
</style>