Shades of Deep Magenta #D413DA
Tints of Deep Magenta #D413DA
RGB
CMYK
RGB Variations
Color information
#D413DA (or 0xD413DA) is known color: Deep Magenta. HEX triplet: D4, 13 and DA. RGB value is (212,19,218). Sum of RGB (Red+Green+Blue) = 212+19+218=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #D413DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413DA is #2BEC25. Grayscale: #626262. Windows color (decimal): -2878502 or 14291924. OLE color: 14291924.
HSL color Cylindrical-coordinate representation of color #D413DA: hue angle of 298.19º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D413DA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 19 | 218 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.15 |
| HSL | 298.19º | 0.84% | 0.46% | - |
| HSV(B) | 298.19º | 0.91% | 0.85% | - |
| XYZ | 40.04 | 19.52 | 67.99 | - |
| YUV | 99.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 218 | 0.03 | 0.91 | 0 | 0.15 | 298.19 | 0.84 | 0.46 |
| Hex | D4 | 13 | DA | 3 | 5B | 0 | F | 12A | 54 | 2E |
| Octal | 324 | 23 | 332 | 3 | 133 | 0 | 17 | 452 | 124 | 56 |
| Binary | 11010100 | 10011 | 11011010 | 11 | 1011011 | 0 | 1111 | 100101010 | 1010100 | 101110 |
Color Harmonies of #D413DA
Complementary color
Monochromatic Colors of #D413DA
Black with #D413DA
Text Example
Text Example
White with #D413DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413DA; }
p { color: rgb(212,19,218); }
H1.HeaderClassName
{
color: #D413DA;
}
.AnyTagClassName
{
color: #D413DA;
}
</style>
background-color css
<style>
a { background-color: #D413DA; }
a { background-color: rgb(212,19,218); }
div.DivClassName
{
background-color: #D413DA;
}
.BgClassName
{
background-color: #D413DA;
}
</style>
border-color css
<style>
span { border-color: #D413DA; }
span { border-color: rgb(212,19,218); }
td.TdClassName
{
border-color: #D413DA;
}
.TagClassName
{
border-color: #D413DA;
}
</style>