Shades of Deep Magenta #D40CDB
Tints of Deep Magenta #D40CDB
RGB
CMYK
RGB Variations
Color information
#D40CDB (or 0xD40CDB) is known color: Deep Magenta. HEX triplet: D4, 0C and DB. RGB value is (212,12,219). Sum of RGB (Red+Green+Blue) = 212+12+219=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D40CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CDB is #2BF324. Grayscale: #5E5E5E. Windows color (decimal): -2880293 or 14355668. OLE color: 14355668.
HSL color Cylindrical-coordinate representation of color #D40CDB: hue angle of 297.97º 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 #D40CDB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 12 | 219 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.14 |
| HSL | 297.97º | 0.9% | 0.45% | - |
| HSV(B) | 297.97º | 0.95% | 0.86% | - |
| XYZ | 40.07 | 19.37 | 68.65 | - |
| YUV | 95.4 | 197.76 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 219 | 0.03 | 0.95 | 0 | 0.14 | 297.97 | 0.9 | 0.45 |
| Hex | D4 | C | DB | 3 | 5F | 0 | E | 12A | 5A | 2D |
| Octal | 324 | 14 | 333 | 3 | 137 | 0 | 16 | 452 | 132 | 55 |
| Binary | 11010100 | 1100 | 11011011 | 11 | 1011111 | 0 | 1110 | 100101010 | 1011010 | 101101 |
Color Harmonies of #D40CDB
Complementary color
Monochromatic Colors of #D40CDB
Black with #D40CDB
Text Example
Text Example
White with #D40CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CDB; }
p { color: rgb(212,12,219); }
H1.HeaderClassName
{
color: #D40CDB;
}
.AnyTagClassName
{
color: #D40CDB;
}
</style>
background-color css
<style>
a { background-color: #D40CDB; }
a { background-color: rgb(212,12,219); }
div.DivClassName
{
background-color: #D40CDB;
}
.BgClassName
{
background-color: #D40CDB;
}
</style>
border-color css
<style>
span { border-color: #D40CDB; }
span { border-color: rgb(212,12,219); }
td.TdClassName
{
border-color: #D40CDB;
}
.TagClassName
{
border-color: #D40CDB;
}
</style>