Shades of Deep Magenta #D224DF
Tints of Deep Magenta #D224DF
RGB
CMYK
RGB Variations
Color information
#D224DF (or 0xD224DF) is known color: Deep Magenta. HEX triplet: D2, 24 and DF. RGB value is (210,36,223). Sum of RGB (Red+Green+Blue) = 210+36+223=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #D224DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224DF is #2DDB20. Grayscale: #6C6C6C. Windows color (decimal): -3005217 or 14623954. OLE color: 14623954.
HSL color Cylindrical-coordinate representation of color #D224DF: hue angle of 295.83º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D224DF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 36 | 223 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.13 |
| HSL | 295.83º | 0.75% | 0.51% | - |
| HSV(B) | 295.83º | 0.84% | 0.87% | - |
| XYZ | 40.53 | 20.29 | 71.59 | - |
| YUV | 109.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 223 | 0.06 | 0.84 | 0 | 0.13 | 295.83 | 0.75 | 0.51 |
| Hex | D2 | 24 | DF | 6 | 54 | 0 | D | 128 | 4B | 33 |
| Octal | 322 | 44 | 337 | 6 | 124 | 0 | 15 | 450 | 113 | 63 |
| Binary | 11010010 | 100100 | 11011111 | 110 | 1010100 | 0 | 1101 | 100101000 | 1001011 | 110011 |
Color Harmonies of #D224DF
Complementary color
Monochromatic Colors of #D224DF
Black with #D224DF
Text Example
Text Example
White with #D224DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224DF; }
p { color: rgb(210,36,223); }
H1.HeaderClassName
{
color: #D224DF;
}
.AnyTagClassName
{
color: #D224DF;
}
</style>
background-color css
<style>
a { background-color: #D224DF; }
a { background-color: rgb(210,36,223); }
div.DivClassName
{
background-color: #D224DF;
}
.BgClassName
{
background-color: #D224DF;
}
</style>
border-color css
<style>
span { border-color: #D224DF; }
span { border-color: rgb(210,36,223); }
td.TdClassName
{
border-color: #D224DF;
}
.TagClassName
{
border-color: #D224DF;
}
</style>