Shades of Deep Magenta #D224DC
Tints of Deep Magenta #D224DC
RGB
CMYK
RGB Variations
Color information
#D224DC (or 0xD224DC) is known color: Deep Magenta. HEX triplet: D2, 24 and DC. RGB value is (210,36,220). Sum of RGB (Red+Green+Blue) = 210+36+220=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #D224DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224DC is #2DDB23. Grayscale: #6C6C6C. Windows color (decimal): -3005220 or 14427346. OLE color: 14427346.
HSL color Cylindrical-coordinate representation of color #D224DC: hue angle of 296.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D224DC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 36 | 220 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.14 |
| HSL | 296.74º | 0.72% | 0.5% | - |
| HSV(B) | 296.74º | 0.84% | 0.86% | - |
| XYZ | 40.13 | 20.13 | 69.48 | - |
| YUV | 109 | 190.65 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 220 | 0.05 | 0.84 | 0 | 0.14 | 296.74 | 0.72 | 0.5 |
| Hex | D2 | 24 | DC | 5 | 54 | 0 | E | 129 | 48 | 32 |
| Octal | 322 | 44 | 334 | 5 | 124 | 0 | 16 | 451 | 110 | 62 |
| Binary | 11010010 | 100100 | 11011100 | 101 | 1010100 | 0 | 1110 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D224DC
Complementary color
Monochromatic Colors of #D224DC
Black with #D224DC
Text Example
Text Example
White with #D224DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224DC; }
p { color: rgb(210,36,220); }
H1.HeaderClassName
{
color: #D224DC;
}
.AnyTagClassName
{
color: #D224DC;
}
</style>
background-color css
<style>
a { background-color: #D224DC; }
a { background-color: rgb(210,36,220); }
div.DivClassName
{
background-color: #D224DC;
}
.BgClassName
{
background-color: #D224DC;
}
</style>
border-color css
<style>
span { border-color: #D224DC; }
span { border-color: rgb(210,36,220); }
td.TdClassName
{
border-color: #D224DC;
}
.TagClassName
{
border-color: #D224DC;
}
</style>