Shades of Deep Magenta #DD23DE
Tints of Deep Magenta #DD23DE
RGB
CMYK
RGB Variations
Color information
#DD23DE (or 0xDD23DE) is known color: Deep Magenta. HEX triplet: DD, 23 and DE. RGB value is (221,35,222). Sum of RGB (Red+Green+Blue) = 221+35+222=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD23DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23DE is #22DC21. Grayscale: #6F6F6F. Windows color (decimal): -2284578 or 14558173. OLE color: 14558173.
HSL color Cylindrical-coordinate representation of color #DD23DE: hue angle of 299.68º degrees, saturation: 0.74, 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 #DD23DE is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 222 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.13 |
| HSL | 299.68º | 0.74% | 0.5% | - |
| HSV(B) | 299.68º | 0.84% | 0.87% | - |
| XYZ | 43.6 | 21.85 | 71.03 | - |
| YUV | 111.93 | 190.12 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 222 | 0.00 | 0.84 | 0 | 0.13 | 299.68 | 0.74 | 0.5 |
| Hex | DD | 23 | DE | 0 | 54 | 0 | D | 12C | 4A | 32 |
| Octal | 335 | 43 | 336 | 0 | 124 | 0 | 15 | 454 | 112 | 62 |
| Binary | 11011101 | 100011 | 11011110 | 0 | 1010100 | 0 | 1101 | 100101100 | 1001010 | 110010 |
Color Harmonies of #DD23DE
Complementary color
Monochromatic Colors of #DD23DE
Black with #DD23DE
Text Example
Text Example
White with #DD23DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23DE; }
p { color: rgb(221,35,222); }
H1.HeaderClassName
{
color: #DD23DE;
}
.AnyTagClassName
{
color: #DD23DE;
}
</style>
background-color css
<style>
a { background-color: #DD23DE; }
a { background-color: rgb(221,35,222); }
div.DivClassName
{
background-color: #DD23DE;
}
.BgClassName
{
background-color: #DD23DE;
}
</style>
border-color css
<style>
span { border-color: #DD23DE; }
span { border-color: rgb(221,35,222); }
td.TdClassName
{
border-color: #DD23DE;
}
.TagClassName
{
border-color: #DD23DE;
}
</style>