Shades of Deep Magenta #D40CDA
Tints of Deep Magenta #D40CDA
RGB
CMYK
RGB Variations
Color information
#D40CDA (or 0xD40CDA) is known color: Deep Magenta. HEX triplet: D4, 0C and DA. RGB value is (212,12,218). Sum of RGB (Red+Green+Blue) = 212+12+218=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #D40CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CDA is #2BF325. Grayscale: #5E5E5E. Windows color (decimal): -2880294 or 14290132. OLE color: 14290132.
HSL color Cylindrical-coordinate representation of color #D40CDA: hue angle of 298.25º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40CDA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 12 | 218 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.15 |
| HSL | 298.25º | 0.9% | 0.45% | - |
| HSV(B) | 298.25º | 0.94% | 0.85% | - |
| XYZ | 39.94 | 19.32 | 67.95 | - |
| YUV | 95.28 | 197.26 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 218 | 0.03 | 0.94 | 0 | 0.15 | 298.25 | 0.9 | 0.45 |
| Hex | D4 | C | DA | 3 | 5E | 0 | F | 12A | 5A | 2D |
| Octal | 324 | 14 | 332 | 3 | 136 | 0 | 17 | 452 | 132 | 55 |
| Binary | 11010100 | 1100 | 11011010 | 11 | 1011110 | 0 | 1111 | 100101010 | 1011010 | 101101 |
Color Harmonies of #D40CDA
Complementary color
Monochromatic Colors of #D40CDA
Black with #D40CDA
Text Example
Text Example
White with #D40CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CDA; }
p { color: rgb(212,12,218); }
H1.HeaderClassName
{
color: #D40CDA;
}
.AnyTagClassName
{
color: #D40CDA;
}
</style>
background-color css
<style>
a { background-color: #D40CDA; }
a { background-color: rgb(212,12,218); }
div.DivClassName
{
background-color: #D40CDA;
}
.BgClassName
{
background-color: #D40CDA;
}
</style>
border-color css
<style>
span { border-color: #D40CDA; }
span { border-color: rgb(212,12,218); }
td.TdClassName
{
border-color: #D40CDA;
}
.TagClassName
{
border-color: #D40CDA;
}
</style>