Shades of Deep Magenta #D413CE
Tints of Deep Magenta #D413CE
RGB
CMYK
RGB Variations
Color information
#D413CE (or 0xD413CE) is known color: Deep Magenta. HEX triplet: D4, 13 and CE. RGB value is (212,19,206). Sum of RGB (Red+Green+Blue) = 212+19+206=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D413CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413CE is #2BEC31. Grayscale: #616161. Windows color (decimal): -2878514 or 13505492. OLE color: 13505492.
HSL color Cylindrical-coordinate representation of color #D413CE: hue angle of 301.87º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D413CE is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 206 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.17 |
| HSL | 301.87º | 0.84% | 0.45% | - |
| HSV(B) | 301.87º | 0.91% | 0.83% | - |
| XYZ | 38.52 | 18.92 | 60.01 | - |
| YUV | 98.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 206 | 0 | 0.91 | 0.03 | 0.17 | 301.87 | 0.84 | 0.45 |
| Hex | D4 | 13 | CE | 0 | 5B | 3 | 11 | 12E | 54 | 2D |
| Octal | 324 | 23 | 316 | 0 | 133 | 3 | 21 | 456 | 124 | 55 |
| Binary | 11010100 | 10011 | 11001110 | 0 | 1011011 | 11 | 10001 | 100101110 | 1010100 | 101101 |
Color Harmonies of #D413CE
Complementary color
Monochromatic Colors of #D413CE
Black with #D413CE
Text Example
Text Example
White with #D413CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413CE; }
p { color: rgb(212,19,206); }
H1.HeaderClassName
{
color: #D413CE;
}
.AnyTagClassName
{
color: #D413CE;
}
</style>
background-color css
<style>
a { background-color: #D413CE; }
a { background-color: rgb(212,19,206); }
div.DivClassName
{
background-color: #D413CE;
}
.BgClassName
{
background-color: #D413CE;
}
</style>
border-color css
<style>
span { border-color: #D413CE; }
span { border-color: rgb(212,19,206); }
td.TdClassName
{
border-color: #D413CE;
}
.TagClassName
{
border-color: #D413CE;
}
</style>