Shades of Deep Magenta #D224CD
Tints of Deep Magenta #D224CD
RGB
CMYK
RGB Variations
Color information
#D224CD (or 0xD224CD) is known color: Deep Magenta. HEX triplet: D2, 24 and CD. RGB value is (210,36,205). Sum of RGB (Red+Green+Blue) = 210+36+205=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D224CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224CD is #2DDB32. Grayscale: #6A6A6A. Windows color (decimal): -3005235 or 13444306. OLE color: 13444306.
HSL color Cylindrical-coordinate representation of color #D224CD: hue angle of 301.72º 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 #D224CD is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 205 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.18 |
| HSL | 301.72º | 0.71% | 0.48% | - |
| HSV(B) | 301.72º | 0.83% | 0.82% | - |
| XYZ | 38.23 | 19.37 | 59.48 | - |
| YUV | 107.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 205 | 0 | 0.83 | 0.02 | 0.18 | 301.72 | 0.71 | 0.48 |
| Hex | D2 | 24 | CD | 0 | 53 | 2 | 12 | 12E | 47 | 30 |
| Octal | 322 | 44 | 315 | 0 | 123 | 2 | 22 | 456 | 107 | 60 |
| Binary | 11010010 | 100100 | 11001101 | 0 | 1010011 | 10 | 10010 | 100101110 | 1000111 | 110000 |
Color Harmonies of #D224CD
Complementary color
Monochromatic Colors of #D224CD
Black with #D224CD
Text Example
Text Example
White with #D224CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224CD; }
p { color: rgb(210,36,205); }
H1.HeaderClassName
{
color: #D224CD;
}
.AnyTagClassName
{
color: #D224CD;
}
</style>
background-color css
<style>
a { background-color: #D224CD; }
a { background-color: rgb(210,36,205); }
div.DivClassName
{
background-color: #D224CD;
}
.BgClassName
{
background-color: #D224CD;
}
</style>
border-color css
<style>
span { border-color: #D224CD; }
span { border-color: rgb(210,36,205); }
td.TdClassName
{
border-color: #D224CD;
}
.TagClassName
{
border-color: #D224CD;
}
</style>