Shades of Deep Magenta #D40CDC
Tints of Deep Magenta #D40CDC
RGB
CMYK
RGB Variations
Color information
#D40CDC (or 0xD40CDC) is known color: Deep Magenta. HEX triplet: D4, 0C and DC. RGB value is (212,12,220). Sum of RGB (Red+Green+Blue) = 212+12+220=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #D40CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CDC is #2BF323. Grayscale: #5E5E5E. Windows color (decimal): -2880292 or 14421204. OLE color: 14421204.
HSL color Cylindrical-coordinate representation of color #D40CDC: hue angle of 297.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40CDC is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 12 | 220 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.14 |
| HSL | 297.69º | 0.9% | 0.45% | - |
| HSV(B) | 297.69º | 0.95% | 0.86% | - |
| XYZ | 40.2 | 19.43 | 69.34 | - |
| YUV | 95.51 | 198.26 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 220 | 0.04 | 0.95 | 0 | 0.14 | 297.69 | 0.9 | 0.45 |
| Hex | D4 | C | DC | 4 | 5F | 0 | E | 12A | 5A | 2D |
| Octal | 324 | 14 | 334 | 4 | 137 | 0 | 16 | 452 | 132 | 55 |
| Binary | 11010100 | 1100 | 11011100 | 100 | 1011111 | 0 | 1110 | 100101010 | 1011010 | 101101 |
Color Harmonies of #D40CDC
Complementary color
Monochromatic Colors of #D40CDC
Black with #D40CDC
Text Example
Text Example
White with #D40CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CDC; }
p { color: rgb(212,12,220); }
H1.HeaderClassName
{
color: #D40CDC;
}
.AnyTagClassName
{
color: #D40CDC;
}
</style>
background-color css
<style>
a { background-color: #D40CDC; }
a { background-color: rgb(212,12,220); }
div.DivClassName
{
background-color: #D40CDC;
}
.BgClassName
{
background-color: #D40CDC;
}
</style>
border-color css
<style>
span { border-color: #D40CDC; }
span { border-color: rgb(212,12,220); }
td.TdClassName
{
border-color: #D40CDC;
}
.TagClassName
{
border-color: #D40CDC;
}
</style>