Shades of Deep Magenta #DD23DC
Tints of Deep Magenta #DD23DC
RGB
CMYK
RGB Variations
Color information
#DD23DC (or 0xDD23DC) is known color: Deep Magenta. HEX triplet: DD, 23 and DC. RGB value is (221,35,220). Sum of RGB (Red+Green+Blue) = 221+35+220=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23DC is #22DC23. Grayscale: #6F6F6F. Windows color (decimal): -2284580 or 14427101. OLE color: 14427101.
HSL color Cylindrical-coordinate representation of color #DD23DC: hue angle of 300.32º 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 #DD23DC is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 220 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.13 |
| HSL | 300.32º | 0.73% | 0.5% | - |
| HSV(B) | 300.32º | 0.84% | 0.87% | - |
| XYZ | 43.34 | 21.74 | 69.62 | - |
| YUV | 111.7 | 189.12 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 220 | 0 | 0.84 | 0.00 | 0.13 | 300.32 | 0.73 | 0.5 |
| Hex | DD | 23 | DC | 0 | 54 | 0 | D | 12C | 49 | 32 |
| Octal | 335 | 43 | 334 | 0 | 124 | 0 | 15 | 454 | 111 | 62 |
| Binary | 11011101 | 100011 | 11011100 | 0 | 1010100 | 0 | 1101 | 100101100 | 1001001 | 110010 |
Color Harmonies of #DD23DC
Complementary color
Monochromatic Colors of #DD23DC
Black with #DD23DC
Text Example
Text Example
White with #DD23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23DC; }
p { color: rgb(221,35,220); }
H1.HeaderClassName
{
color: #DD23DC;
}
.AnyTagClassName
{
color: #DD23DC;
}
</style>
background-color css
<style>
a { background-color: #DD23DC; }
a { background-color: rgb(221,35,220); }
div.DivClassName
{
background-color: #DD23DC;
}
.BgClassName
{
background-color: #DD23DC;
}
</style>
border-color css
<style>
span { border-color: #DD23DC; }
span { border-color: rgb(221,35,220); }
td.TdClassName
{
border-color: #DD23DC;
}
.TagClassName
{
border-color: #DD23DC;
}
</style>