Html Css Color HEX #DD32DD Free Speech Magenta
📋 copy color: '#DD32DD'red 221 ◦ green 50 ◦ blue 221
Shades of Free Speech Magenta #DD32DD
Tints of Free Speech Magenta #DD32DD
RGB
CMYK
RGB Variations
Color information
#DD32DD (or 0xDD32DD) is known color: Free Speech Magenta. HEX triplet: DD, 32 and DD. RGB value is (221,50,221). Sum of RGB (Red+Green+Blue) = 221+50+221=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32DD is #22CD22. Grayscale: #787878. Windows color (decimal): -2280739 or 14496477. OLE color: 14496477.
HSL color Cylindrical-coordinate representation of color #DD32DD: hue angle of 300º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD32DD is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 221 | - |
| CMYK | 0 | 0.77 | 0 | 0.13 |
| HSL | 300º | 0.72% | 0.53% | - |
| HSV(B) | 300º | 0.77% | 0.87% | - |
| XYZ | 44.01 | 22.87 | 70.5 | - |
| YUV | 120.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 221 | 0 | 0.77 | 0 | 0.13 | 300 | 0.72 | 0.53 |
| Hex | DD | 32 | DD | 0 | 4D | 0 | D | 12C | 48 | 35 |
| Octal | 335 | 62 | 335 | 0 | 115 | 0 | 15 | 454 | 110 | 65 |
| Binary | 11011101 | 110010 | 11011101 | 0 | 1001101 | 0 | 1101 | 100101100 | 1001000 | 110101 |
Color Harmonies of #DD32DD
Complementary color
Monochromatic Colors of #DD32DD
Black with #DD32DD
Text Example
Text Example
White with #DD32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32DD; }
p { color: rgb(221,50,221); }
H1.HeaderClassName
{
color: #DD32DD;
}
.AnyTagClassName
{
color: #DD32DD;
}
</style>
background-color css
<style>
a { background-color: #DD32DD; }
a { background-color: rgb(221,50,221); }
div.DivClassName
{
background-color: #DD32DD;
}
.BgClassName
{
background-color: #DD32DD;
}
</style>
border-color css
<style>
span { border-color: #DD32DD; }
span { border-color: rgb(221,50,221); }
td.TdClassName
{
border-color: #DD32DD;
}
.TagClassName
{
border-color: #DD32DD;
}
</style>