Shades of Deep Magenta #DD23E0
Tints of Deep Magenta #DD23E0
RGB
CMYK
RGB Variations
Color information
#DD23E0 (or 0xDD23E0) is known color: Deep Magenta. HEX triplet: DD, 23 and E0. RGB value is (221,35,224). Sum of RGB (Red+Green+Blue) = 221+35+224=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 35 (14.06% from 255 or 7.29% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD23E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23E0 is #22DC1F. Grayscale: #6F6F6F. Windows color (decimal): -2284576 or 14689245. OLE color: 14689245.
HSL color Cylindrical-coordinate representation of color #DD23E0: hue angle of 299.05º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD23E0 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 35 | 224 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.12 |
| HSL | 299.05º | 0.75% | 0.51% | - |
| HSV(B) | 299.05º | 0.84% | 0.88% | - |
| XYZ | 43.87 | 21.96 | 72.45 | - |
| YUV | 112.16 | 191.12 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 224 | 0.01 | 0.84 | 0 | 0.12 | 299.05 | 0.75 | 0.51 |
| Hex | DD | 23 | E0 | 1 | 54 | 0 | C | 12B | 4B | 33 |
| Octal | 335 | 43 | 340 | 1 | 124 | 0 | 14 | 453 | 113 | 63 |
| Binary | 11011101 | 100011 | 11100000 | 1 | 1010100 | 0 | 1100 | 100101011 | 1001011 | 110011 |
Color Harmonies of #DD23E0
Complementary color
Monochromatic Colors of #DD23E0
Black with #DD23E0
Text Example
Text Example
White with #DD23E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23E0; }
p { color: rgb(221,35,224); }
H1.HeaderClassName
{
color: #DD23E0;
}
.AnyTagClassName
{
color: #DD23E0;
}
</style>
background-color css
<style>
a { background-color: #DD23E0; }
a { background-color: rgb(221,35,224); }
div.DivClassName
{
background-color: #DD23E0;
}
.BgClassName
{
background-color: #DD23E0;
}
</style>
border-color css
<style>
span { border-color: #DD23E0; }
span { border-color: rgb(221,35,224); }
td.TdClassName
{
border-color: #DD23E0;
}
.TagClassName
{
border-color: #DD23E0;
}
</style>