Shades of Deep Magenta #D224DE
Tints of Deep Magenta #D224DE
RGB
CMYK
RGB Variations
Color information
#D224DE (or 0xD224DE) is known color: Deep Magenta. HEX triplet: D2, 24 and DE. RGB value is (210,36,222). Sum of RGB (Red+Green+Blue) = 210+36+222=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #D224DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224DE is #2DDB21. Grayscale: #6C6C6C. Windows color (decimal): -3005218 or 14558418. OLE color: 14558418.
HSL color Cylindrical-coordinate representation of color #D224DE: hue angle of 296.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D224DE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 36 | 222 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.13 |
| HSL | 296.13º | 0.74% | 0.51% | - |
| HSV(B) | 296.13º | 0.84% | 0.87% | - |
| XYZ | 40.39 | 20.24 | 70.88 | - |
| YUV | 109.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 222 | 0.05 | 0.84 | 0 | 0.13 | 296.13 | 0.74 | 0.51 |
| Hex | D2 | 24 | DE | 5 | 54 | 0 | D | 128 | 4A | 33 |
| Octal | 322 | 44 | 336 | 5 | 124 | 0 | 15 | 450 | 112 | 63 |
| Binary | 11010010 | 100100 | 11011110 | 101 | 1010100 | 0 | 1101 | 100101000 | 1001010 | 110011 |
Color Harmonies of #D224DE
Complementary color
Monochromatic Colors of #D224DE
Black with #D224DE
Text Example
Text Example
White with #D224DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224DE; }
p { color: rgb(210,36,222); }
H1.HeaderClassName
{
color: #D224DE;
}
.AnyTagClassName
{
color: #D224DE;
}
</style>
background-color css
<style>
a { background-color: #D224DE; }
a { background-color: rgb(210,36,222); }
div.DivClassName
{
background-color: #D224DE;
}
.BgClassName
{
background-color: #D224DE;
}
</style>
border-color css
<style>
span { border-color: #D224DE; }
span { border-color: rgb(210,36,222); }
td.TdClassName
{
border-color: #D224DE;
}
.TagClassName
{
border-color: #D224DE;
}
</style>