Shades of Deep Magenta #DD23DD
Tints of Deep Magenta #DD23DD
RGB
CMYK
RGB Variations
Color information
#DD23DD (or 0xDD23DD) is known color: Deep Magenta. HEX triplet: DD, 23 and DD. RGB value is (221,35,221). Sum of RGB (Red+Green+Blue) = 221+35+221=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 35 (14.06% from 255 or 7.34% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23DD is #22DC22. Grayscale: #6F6F6F. Windows color (decimal): -2284579 or 14492637. OLE color: 14492637.
HSL color Cylindrical-coordinate representation of color #DD23DD: 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.84%. Process color model (Four color, CMYK) of #DD23DD is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 221 | - |
| CMYK | 0 | 0.84 | 0 | 0.13 |
| HSL | 300º | 0.73% | 0.5% | - |
| HSV(B) | 300º | 0.84% | 0.87% | - |
| XYZ | 43.47 | 21.79 | 70.32 | - |
| YUV | 111.82 | 189.62 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 221 | 0 | 0.84 | 0 | 0.13 | 300 | 0.73 | 0.5 |
| Hex | DD | 23 | DD | 0 | 54 | 0 | D | 12C | 49 | 32 |
| Octal | 335 | 43 | 335 | 0 | 124 | 0 | 15 | 454 | 111 | 62 |
| Binary | 11011101 | 100011 | 11011101 | 0 | 1010100 | 0 | 1101 | 100101100 | 1001001 | 110010 |
Color Harmonies of #DD23DD
Complementary color
Monochromatic Colors of #DD23DD
Black with #DD23DD
Text Example
Text Example
White with #DD23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23DD; }
p { color: rgb(221,35,221); }
H1.HeaderClassName
{
color: #DD23DD;
}
.AnyTagClassName
{
color: #DD23DD;
}
</style>
background-color css
<style>
a { background-color: #DD23DD; }
a { background-color: rgb(221,35,221); }
div.DivClassName
{
background-color: #DD23DD;
}
.BgClassName
{
background-color: #DD23DD;
}
</style>
border-color css
<style>
span { border-color: #DD23DD; }
span { border-color: rgb(221,35,221); }
td.TdClassName
{
border-color: #DD23DD;
}
.TagClassName
{
border-color: #DD23DD;
}
</style>