Shades of Deep Magenta #DD22DD
Tints of Deep Magenta #DD22DD
RGB
CMYK
RGB Variations
Color information
#DD22DD (or 0xDD22DD) is known color: Deep Magenta. HEX triplet: DD, 22 and DD. RGB value is (221,34,221). Sum of RGB (Red+Green+Blue) = 221+34+221=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD22DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22DD is #22DD22. Grayscale: #6E6E6E. Windows color (decimal): -2284835 or 14492381. OLE color: 14492381.
HSL color Cylindrical-coordinate representation of color #DD22DD: hue angle of 300º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD22DD is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 34 | 221 | - |
CMYK | 0 | 0.85 | 0 | 0.13 |
HSL | 300º | 0.73% | 0.5% | - |
HSV(B) | 300º | 0.85% | 0.87% | - |
XYZ | 43.44 | 21.74 | 70.31 | - |
YUV | 111.23 | 189.95 | 206.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 34 | 221 | 0 | 0.85 | 0 | 0.13 | 300 | 0.73 | 0.5 |
Hex | DD | 22 | DD | 0 | 55 | 0 | D | 12C | 49 | 32 |
Octal | 335 | 42 | 335 | 0 | 125 | 0 | 15 | 454 | 111 | 62 |
Binary | 11011101 | 100010 | 11011101 | 0 | 1010101 | 0 | 1101 | 100101100 | 1001001 | 110010 |
Color Harmonies of #DD22DD
Complementary color
Monochromatic Colors of #DD22DD
Black with #DD22DD
Text Example
Text Example
White with #DD22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22DD; }
p { color: rgb(221,34,221); }
H1.HeaderClassName
{
color: #DD22DD;
}
.AnyTagClassName
{
color: #DD22DD;
}
</style>
background-color css
<style>
a { background-color: #DD22DD; }
a { background-color: rgb(221,34,221); }
div.DivClassName
{
background-color: #DD22DD;
}
.BgClassName
{
background-color: #DD22DD;
}
</style>
border-color css
<style>
span { border-color: #DD22DD; }
span { border-color: rgb(221,34,221); }
td.TdClassName
{
border-color: #DD22DD;
}
.TagClassName
{
border-color: #DD22DD;
}
</style>