Shades of Deep Magenta #D213DC
Tints of Deep Magenta #D213DC
RGB
CMYK
RGB Variations
Color information
#D213DC (or 0xD213DC) is known color: Deep Magenta. HEX triplet: D2, 13 and DC. RGB value is (210,19,220). Sum of RGB (Red+Green+Blue) = 210+19+220=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #D213DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D213DC is #2DEC23. Grayscale: #626262. Windows color (decimal): -3009572 or 14422994. OLE color: 14422994.
HSL color Cylindrical-coordinate representation of color #D213DC: hue angle of 297.01º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D213DC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 19 | 220 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.14 |
| HSL | 297.01º | 0.84% | 0.47% | - |
| HSV(B) | 297.01º | 0.91% | 0.86% | - |
| XYZ | 39.73 | 19.33 | 69.35 | - |
| YUV | 99.02 | 196.28 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 220 | 0.05 | 0.91 | 0 | 0.14 | 297.01 | 0.84 | 0.47 |
| Hex | D2 | 13 | DC | 5 | 5B | 0 | E | 129 | 54 | 2F |
| Octal | 322 | 23 | 334 | 5 | 133 | 0 | 16 | 451 | 124 | 57 |
| Binary | 11010010 | 10011 | 11011100 | 101 | 1011011 | 0 | 1110 | 100101001 | 1010100 | 101111 |
Color Harmonies of #D213DC
Complementary color
Monochromatic Colors of #D213DC
Black with #D213DC
Text Example
Text Example
White with #D213DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D213DC; }
p { color: rgb(210,19,220); }
H1.HeaderClassName
{
color: #D213DC;
}
.AnyTagClassName
{
color: #D213DC;
}
</style>
background-color css
<style>
a { background-color: #D213DC; }
a { background-color: rgb(210,19,220); }
div.DivClassName
{
background-color: #D213DC;
}
.BgClassName
{
background-color: #D213DC;
}
</style>
border-color css
<style>
span { border-color: #D213DC; }
span { border-color: rgb(210,19,220); }
td.TdClassName
{
border-color: #D213DC;
}
.TagClassName
{
border-color: #D213DC;
}
</style>