Shades of Deep Magenta #D42AD6
Tints of Deep Magenta #D42AD6
RGB
CMYK
RGB Variations
Color information
#D42AD6 (or 0xD42AD6) is known color: Deep Magenta. HEX triplet: D4, 2A and D6. RGB value is (212,42,214). Sum of RGB (Red+Green+Blue) = 212+42+214=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #D42AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42AD6 is #2BD529. Grayscale: #6F6F6F. Windows color (decimal): -2872618 or 14035668. OLE color: 14035668.
HSL color Cylindrical-coordinate representation of color #D42AD6: hue angle of 299.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42AD6 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 42 | 214 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.16 |
| HSL | 299.3º | 0.68% | 0.5% | - |
| HSV(B) | 299.3º | 0.8% | 0.84% | - |
| XYZ | 40.12 | 20.51 | 65.46 | - |
| YUV | 112.44 | 185.32 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 214 | 0.01 | 0.80 | 0 | 0.16 | 299.3 | 0.68 | 0.5 |
| Hex | D4 | 2A | D6 | 1 | 50 | 0 | 10 | 12B | 44 | 32 |
| Octal | 324 | 52 | 326 | 1 | 120 | 0 | 20 | 453 | 104 | 62 |
| Binary | 11010100 | 101010 | 11010110 | 1 | 1010000 | 0 | 10000 | 100101011 | 1000100 | 110010 |
Color Harmonies of #D42AD6
Complementary color
Monochromatic Colors of #D42AD6
Black with #D42AD6
Text Example
Text Example
White with #D42AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AD6; }
p { color: rgb(212,42,214); }
H1.HeaderClassName
{
color: #D42AD6;
}
.AnyTagClassName
{
color: #D42AD6;
}
</style>
background-color css
<style>
a { background-color: #D42AD6; }
a { background-color: rgb(212,42,214); }
div.DivClassName
{
background-color: #D42AD6;
}
.BgClassName
{
background-color: #D42AD6;
}
</style>
border-color css
<style>
span { border-color: #D42AD6; }
span { border-color: rgb(212,42,214); }
td.TdClassName
{
border-color: #D42AD6;
}
.TagClassName
{
border-color: #D42AD6;
}
</style>