Shades of Deep Magenta #D223E0
Tints of Deep Magenta #D223E0
RGB
CMYK
RGB Variations
Color information
#D223E0 (or 0xD223E0) is known color: Deep Magenta. HEX triplet: D2, 23 and E0. RGB value is (210,35,224). Sum of RGB (Red+Green+Blue) = 210+35+224=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #D223E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223E0 is #2DDC1F. Grayscale: #6C6C6C. Windows color (decimal): -3005472 or 14689234. OLE color: 14689234.
HSL color Cylindrical-coordinate representation of color #D223E0: hue angle of 295.56º 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 #D223E0 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 35 | 224 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.12 |
| HSL | 295.56º | 0.75% | 0.51% | - |
| HSV(B) | 295.56º | 0.84% | 0.88% | - |
| XYZ | 40.63 | 20.29 | 72.29 | - |
| YUV | 108.87 | 192.98 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 224 | 0.06 | 0.84 | 0 | 0.12 | 295.56 | 0.75 | 0.51 |
| Hex | D2 | 23 | E0 | 6 | 54 | 0 | C | 128 | 4B | 33 |
| Octal | 322 | 43 | 340 | 6 | 124 | 0 | 14 | 450 | 113 | 63 |
| Binary | 11010010 | 100011 | 11100000 | 110 | 1010100 | 0 | 1100 | 100101000 | 1001011 | 110011 |
Color Harmonies of #D223E0
Complementary color
Monochromatic Colors of #D223E0
Black with #D223E0
Text Example
Text Example
White with #D223E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223E0; }
p { color: rgb(210,35,224); }
H1.HeaderClassName
{
color: #D223E0;
}
.AnyTagClassName
{
color: #D223E0;
}
</style>
background-color css
<style>
a { background-color: #D223E0; }
a { background-color: rgb(210,35,224); }
div.DivClassName
{
background-color: #D223E0;
}
.BgClassName
{
background-color: #D223E0;
}
</style>
border-color css
<style>
span { border-color: #D223E0; }
span { border-color: rgb(210,35,224); }
td.TdClassName
{
border-color: #D223E0;
}
.TagClassName
{
border-color: #D223E0;
}
</style>