Shades of Deep Magenta #D224C0
Tints of Deep Magenta #D224C0
RGB
CMYK
RGB Variations
Color information
#D224C0 (or 0xD224C0) is known color: Deep Magenta. HEX triplet: D2, 24 and C0. RGB value is (210,36,192). Sum of RGB (Red+Green+Blue) = 210+36+192=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D224C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224C0 is #2DDB3F. Grayscale: #696969. Windows color (decimal): -3005248 or 12592338. OLE color: 12592338.
HSL color Cylindrical-coordinate representation of color #D224C0: hue angle of 306.21º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D224C0 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 192 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.18 |
| HSL | 306.21º | 0.71% | 0.48% | - |
| HSV(B) | 306.21º | 0.83% | 0.82% | - |
| XYZ | 36.72 | 18.77 | 51.56 | - |
| YUV | 105.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 192 | 0 | 0.83 | 0.09 | 0.18 | 306.21 | 0.71 | 0.48 |
| Hex | D2 | 24 | C0 | 0 | 53 | 9 | 12 | 132 | 47 | 30 |
| Octal | 322 | 44 | 300 | 0 | 123 | 11 | 22 | 462 | 107 | 60 |
| Binary | 11010010 | 100100 | 11000000 | 0 | 1010011 | 1001 | 10010 | 100110010 | 1000111 | 110000 |
Color Harmonies of #D224C0
Complementary color
Monochromatic Colors of #D224C0
Black with #D224C0
Text Example
Text Example
White with #D224C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224C0; }
p { color: rgb(210,36,192); }
H1.HeaderClassName
{
color: #D224C0;
}
.AnyTagClassName
{
color: #D224C0;
}
</style>
background-color css
<style>
a { background-color: #D224C0; }
a { background-color: rgb(210,36,192); }
div.DivClassName
{
background-color: #D224C0;
}
.BgClassName
{
background-color: #D224C0;
}
</style>
border-color css
<style>
span { border-color: #D224C0; }
span { border-color: rgb(210,36,192); }
td.TdClassName
{
border-color: #D224C0;
}
.TagClassName
{
border-color: #D224C0;
}
</style>