Shades of Deep Magenta #D224C8
Tints of Deep Magenta #D224C8
RGB
CMYK
RGB Variations
Color information
#D224C8 (or 0xD224C8) is known color: Deep Magenta. HEX triplet: D2, 24 and C8. RGB value is (210,36,200). Sum of RGB (Red+Green+Blue) = 210+36+200=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D224C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224C8 is #2DDB37. Grayscale: #6A6A6A. Windows color (decimal): -3005240 or 13116626. OLE color: 13116626.
HSL color Cylindrical-coordinate representation of color #D224C8: hue angle of 303.45º 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 #D224C8 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 200 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.18 |
| HSL | 303.45º | 0.71% | 0.48% | - |
| HSV(B) | 303.45º | 0.83% | 0.82% | - |
| XYZ | 37.63 | 19.13 | 56.35 | - |
| YUV | 106.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 200 | 0 | 0.83 | 0.05 | 0.18 | 303.45 | 0.71 | 0.48 |
| Hex | D2 | 24 | C8 | 0 | 53 | 5 | 12 | 12F | 47 | 30 |
| Octal | 322 | 44 | 310 | 0 | 123 | 5 | 22 | 457 | 107 | 60 |
| Binary | 11010010 | 100100 | 11001000 | 0 | 1010011 | 101 | 10010 | 100101111 | 1000111 | 110000 |
Color Harmonies of #D224C8
Complementary color
Monochromatic Colors of #D224C8
Black with #D224C8
Text Example
Text Example
White with #D224C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224C8; }
p { color: rgb(210,36,200); }
H1.HeaderClassName
{
color: #D224C8;
}
.AnyTagClassName
{
color: #D224C8;
}
</style>
background-color css
<style>
a { background-color: #D224C8; }
a { background-color: rgb(210,36,200); }
div.DivClassName
{
background-color: #D224C8;
}
.BgClassName
{
background-color: #D224C8;
}
</style>
border-color css
<style>
span { border-color: #D224C8; }
span { border-color: rgb(210,36,200); }
td.TdClassName
{
border-color: #D224C8;
}
.TagClassName
{
border-color: #D224C8;
}
</style>