Shades of Deep Magenta #D224C9
Tints of Deep Magenta #D224C9
RGB
CMYK
RGB Variations
Color information
#D224C9 (or 0xD224C9) is known color: Deep Magenta. HEX triplet: D2, 24 and C9. RGB value is (210,36,201). Sum of RGB (Red+Green+Blue) = 210+36+201=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D224C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224C9 is #2DDB36. Grayscale: #6A6A6A. Windows color (decimal): -3005239 or 13182162. OLE color: 13182162.
HSL color Cylindrical-coordinate representation of color #D224C9: hue angle of 303.1º 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 #D224C9 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 201 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.18 |
| HSL | 303.1º | 0.71% | 0.48% | - |
| HSV(B) | 303.1º | 0.83% | 0.82% | - |
| XYZ | 37.75 | 19.18 | 56.97 | - |
| YUV | 106.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 201 | 0 | 0.83 | 0.04 | 0.18 | 303.1 | 0.71 | 0.48 |
| Hex | D2 | 24 | C9 | 0 | 53 | 4 | 12 | 12F | 47 | 30 |
| Octal | 322 | 44 | 311 | 0 | 123 | 4 | 22 | 457 | 107 | 60 |
| Binary | 11010010 | 100100 | 11001001 | 0 | 1010011 | 100 | 10010 | 100101111 | 1000111 | 110000 |
Color Harmonies of #D224C9
Complementary color
Monochromatic Colors of #D224C9
Black with #D224C9
Text Example
Text Example
White with #D224C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224C9; }
p { color: rgb(210,36,201); }
H1.HeaderClassName
{
color: #D224C9;
}
.AnyTagClassName
{
color: #D224C9;
}
</style>
background-color css
<style>
a { background-color: #D224C9; }
a { background-color: rgb(210,36,201); }
div.DivClassName
{
background-color: #D224C9;
}
.BgClassName
{
background-color: #D224C9;
}
</style>
border-color css
<style>
span { border-color: #D224C9; }
span { border-color: rgb(210,36,201); }
td.TdClassName
{
border-color: #D224C9;
}
.TagClassName
{
border-color: #D224C9;
}
</style>