Shades of Deep Magenta #D42ADB
Tints of Deep Magenta #D42ADB
RGB
CMYK
RGB Variations
Color information
#D42ADB (or 0xD42ADB) is known color: Deep Magenta. HEX triplet: D4, 2A and DB. RGB value is (212,42,219). Sum of RGB (Red+Green+Blue) = 212+42+219=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #D42ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ADB is #2BD524. Grayscale: #707070. Windows color (decimal): -2872613 or 14363348. OLE color: 14363348.
HSL color Cylindrical-coordinate representation of color #D42ADB: hue angle of 297.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42ADB is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 42 | 219 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.14 |
| HSL | 297.63º | 0.71% | 0.51% | - |
| HSV(B) | 297.63º | 0.81% | 0.86% | - |
| XYZ | 40.77 | 20.77 | 68.88 | - |
| YUV | 113.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 219 | 0.03 | 0.81 | 0 | 0.14 | 297.63 | 0.71 | 0.51 |
| Hex | D4 | 2A | DB | 3 | 51 | 0 | E | 12A | 47 | 33 |
| Octal | 324 | 52 | 333 | 3 | 121 | 0 | 16 | 452 | 107 | 63 |
| Binary | 11010100 | 101010 | 11011011 | 11 | 1010001 | 0 | 1110 | 100101010 | 1000111 | 110011 |
Color Harmonies of #D42ADB
Complementary color
Monochromatic Colors of #D42ADB
Black with #D42ADB
Text Example
Text Example
White with #D42ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42ADB; }
p { color: rgb(212,42,219); }
H1.HeaderClassName
{
color: #D42ADB;
}
.AnyTagClassName
{
color: #D42ADB;
}
</style>
background-color css
<style>
a { background-color: #D42ADB; }
a { background-color: rgb(212,42,219); }
div.DivClassName
{
background-color: #D42ADB;
}
.BgClassName
{
background-color: #D42ADB;
}
</style>
border-color css
<style>
span { border-color: #D42ADB; }
span { border-color: rgb(212,42,219); }
td.TdClassName
{
border-color: #D42ADB;
}
.TagClassName
{
border-color: #D42ADB;
}
</style>