Shades of Deep Magenta #D411DA
Tints of Deep Magenta #D411DA
RGB
CMYK
RGB Variations
Color information
#D411DA (or 0xD411DA) is known color: Deep Magenta. HEX triplet: D4, 11 and DA. RGB value is (212,17,218). Sum of RGB (Red+Green+Blue) = 212+17+218=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #D411DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411DA is #2BEE25. Grayscale: #616161. Windows color (decimal): -2879014 or 14291412. OLE color: 14291412.
HSL color Cylindrical-coordinate representation of color #D411DA: hue angle of 298.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D411DA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 17 | 218 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.15 |
| HSL | 298.21º | 0.86% | 0.46% | - |
| HSV(B) | 298.21º | 0.92% | 0.85% | - |
| XYZ | 40.01 | 19.46 | 67.98 | - |
| YUV | 98.22 | 195.6 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 218 | 0.03 | 0.92 | 0 | 0.15 | 298.21 | 0.86 | 0.46 |
| Hex | D4 | 11 | DA | 3 | 5C | 0 | F | 12A | 56 | 2E |
| Octal | 324 | 21 | 332 | 3 | 134 | 0 | 17 | 452 | 126 | 56 |
| Binary | 11010100 | 10001 | 11011010 | 11 | 1011100 | 0 | 1111 | 100101010 | 1010110 | 101110 |
Color Harmonies of #D411DA
Complementary color
Monochromatic Colors of #D411DA
Black with #D411DA
Text Example
Text Example
White with #D411DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411DA; }
p { color: rgb(212,17,218); }
H1.HeaderClassName
{
color: #D411DA;
}
.AnyTagClassName
{
color: #D411DA;
}
</style>
background-color css
<style>
a { background-color: #D411DA; }
a { background-color: rgb(212,17,218); }
div.DivClassName
{
background-color: #D411DA;
}
.BgClassName
{
background-color: #D411DA;
}
</style>
border-color css
<style>
span { border-color: #D411DA; }
span { border-color: rgb(212,17,218); }
td.TdClassName
{
border-color: #D411DA;
}
.TagClassName
{
border-color: #D411DA;
}
</style>