Shades of Deep Magenta #D224D7
Tints of Deep Magenta #D224D7
RGB
CMYK
RGB Variations
Color information
#D224D7 (or 0xD224D7) is known color: Deep Magenta. HEX triplet: D2, 24 and D7. RGB value is (210,36,215). Sum of RGB (Red+Green+Blue) = 210+36+215=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #D224D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224D7 is #2DDB28. Grayscale: #6B6B6B. Windows color (decimal): -3005225 or 14099666. OLE color: 14099666.
HSL color Cylindrical-coordinate representation of color #D224D7: hue angle of 298.32º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D224D7 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 36 | 215 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.16 |
| HSL | 298.32º | 0.71% | 0.49% | - |
| HSV(B) | 298.32º | 0.83% | 0.84% | - |
| XYZ | 39.47 | 19.87 | 66.04 | - |
| YUV | 108.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 215 | 0.02 | 0.83 | 0 | 0.16 | 298.32 | 0.71 | 0.49 |
| Hex | D2 | 24 | D7 | 2 | 53 | 0 | 10 | 12A | 47 | 31 |
| Octal | 322 | 44 | 327 | 2 | 123 | 0 | 20 | 452 | 107 | 61 |
| Binary | 11010010 | 100100 | 11010111 | 10 | 1010011 | 0 | 10000 | 100101010 | 1000111 | 110001 |
Color Harmonies of #D224D7
Complementary color
Monochromatic Colors of #D224D7
Black with #D224D7
Text Example
Text Example
White with #D224D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224D7; }
p { color: rgb(210,36,215); }
H1.HeaderClassName
{
color: #D224D7;
}
.AnyTagClassName
{
color: #D224D7;
}
</style>
background-color css
<style>
a { background-color: #D224D7; }
a { background-color: rgb(210,36,215); }
div.DivClassName
{
background-color: #D224D7;
}
.BgClassName
{
background-color: #D224D7;
}
</style>
border-color css
<style>
span { border-color: #D224D7; }
span { border-color: rgb(210,36,215); }
td.TdClassName
{
border-color: #D224D7;
}
.TagClassName
{
border-color: #D224D7;
}
</style>