Shades of Deep Magenta #D413DC
Tints of Deep Magenta #D413DC
RGB
CMYK
RGB Variations
Color information
#D413DC (or 0xD413DC) is known color: Deep Magenta. HEX triplet: D4, 13 and DC. RGB value is (212,19,220). Sum of RGB (Red+Green+Blue) = 212+19+220=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #D413DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413DC is #2BEC23. Grayscale: #636363. Windows color (decimal): -2878500 or 14422996. OLE color: 14422996.
HSL color Cylindrical-coordinate representation of color #D413DC: hue angle of 297.61º 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 #D413DC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 19 | 220 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.14 |
| HSL | 297.61º | 0.84% | 0.47% | - |
| HSV(B) | 297.61º | 0.91% | 0.86% | - |
| XYZ | 40.3 | 19.63 | 69.37 | - |
| YUV | 99.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 220 | 0.04 | 0.91 | 0 | 0.14 | 297.61 | 0.84 | 0.47 |
| Hex | D4 | 13 | DC | 4 | 5B | 0 | E | 12A | 54 | 2F |
| Octal | 324 | 23 | 334 | 4 | 133 | 0 | 16 | 452 | 124 | 57 |
| Binary | 11010100 | 10011 | 11011100 | 100 | 1011011 | 0 | 1110 | 100101010 | 1010100 | 101111 |
Color Harmonies of #D413DC
Complementary color
Monochromatic Colors of #D413DC
Black with #D413DC
Text Example
Text Example
White with #D413DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413DC; }
p { color: rgb(212,19,220); }
H1.HeaderClassName
{
color: #D413DC;
}
.AnyTagClassName
{
color: #D413DC;
}
</style>
background-color css
<style>
a { background-color: #D413DC; }
a { background-color: rgb(212,19,220); }
div.DivClassName
{
background-color: #D413DC;
}
.BgClassName
{
background-color: #D413DC;
}
</style>
border-color css
<style>
span { border-color: #D413DC; }
span { border-color: rgb(212,19,220); }
td.TdClassName
{
border-color: #D413DC;
}
.TagClassName
{
border-color: #D413DC;
}
</style>