Shades of Deep Magenta #D42CDB
Tints of Deep Magenta #D42CDB
RGB
CMYK
RGB Variations
Color information
#D42CDB (or 0xD42CDB) is known color: Deep Magenta. HEX triplet: D4, 2C and DB. RGB value is (212,44,219). Sum of RGB (Red+Green+Blue) = 212+44+219=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D42CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CDB is #2BD324. Grayscale: #717171. Windows color (decimal): -2872101 or 14363860. OLE color: 14363860.
HSL color Cylindrical-coordinate representation of color #D42CDB: hue angle of 297.6º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42CDB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 44 | 219 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.14 |
| HSL | 297.6º | 0.71% | 0.52% | - |
| HSV(B) | 297.6º | 0.8% | 0.86% | - |
| XYZ | 40.84 | 20.91 | 68.9 | - |
| YUV | 114.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 219 | 0.03 | 0.80 | 0 | 0.14 | 297.6 | 0.71 | 0.52 |
| Hex | D4 | 2C | DB | 3 | 50 | 0 | E | 12A | 47 | 34 |
| Octal | 324 | 54 | 333 | 3 | 120 | 0 | 16 | 452 | 107 | 64 |
| Binary | 11010100 | 101100 | 11011011 | 11 | 1010000 | 0 | 1110 | 100101010 | 1000111 | 110100 |
Color Harmonies of #D42CDB
Complementary color
Monochromatic Colors of #D42CDB
Black with #D42CDB
Text Example
Text Example
White with #D42CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CDB; }
p { color: rgb(212,44,219); }
H1.HeaderClassName
{
color: #D42CDB;
}
.AnyTagClassName
{
color: #D42CDB;
}
</style>
background-color css
<style>
a { background-color: #D42CDB; }
a { background-color: rgb(212,44,219); }
div.DivClassName
{
background-color: #D42CDB;
}
.BgClassName
{
background-color: #D42CDB;
}
</style>
border-color css
<style>
span { border-color: #D42CDB; }
span { border-color: rgb(212,44,219); }
td.TdClassName
{
border-color: #D42CDB;
}
.TagClassName
{
border-color: #D42CDB;
}
</style>