Shades of Deep Magenta #D42AD2
Tints of Deep Magenta #D42AD2
RGB
CMYK
RGB Variations
Color information
#D42AD2 (or 0xD42AD2) is known color: Deep Magenta. HEX triplet: D4, 2A and D2. RGB value is (212,42,210). Sum of RGB (Red+Green+Blue) = 212+42+210=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D42AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42AD2 is #2BD52D. Grayscale: #6F6F6F. Windows color (decimal): -2872622 or 13773524. OLE color: 13773524.
HSL color Cylindrical-coordinate representation of color #D42AD2: hue angle of 300.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42AD2 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 210 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.17 |
| HSL | 300.71º | 0.67% | 0.5% | - |
| HSV(B) | 300.71º | 0.8% | 0.83% | - |
| XYZ | 39.61 | 20.31 | 62.8 | - |
| YUV | 111.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 210 | 0 | 0.80 | 0.01 | 0.17 | 300.71 | 0.67 | 0.5 |
| Hex | D4 | 2A | D2 | 0 | 50 | 1 | 11 | 12D | 43 | 32 |
| Octal | 324 | 52 | 322 | 0 | 120 | 1 | 21 | 455 | 103 | 62 |
| Binary | 11010100 | 101010 | 11010010 | 0 | 1010000 | 1 | 10001 | 100101101 | 1000011 | 110010 |
Color Harmonies of #D42AD2
Complementary color
Monochromatic Colors of #D42AD2
Black with #D42AD2
Text Example
Text Example
White with #D42AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AD2; }
p { color: rgb(212,42,210); }
H1.HeaderClassName
{
color: #D42AD2;
}
.AnyTagClassName
{
color: #D42AD2;
}
</style>
background-color css
<style>
a { background-color: #D42AD2; }
a { background-color: rgb(212,42,210); }
div.DivClassName
{
background-color: #D42AD2;
}
.BgClassName
{
background-color: #D42AD2;
}
</style>
border-color css
<style>
span { border-color: #D42AD2; }
span { border-color: rgb(212,42,210); }
td.TdClassName
{
border-color: #D42AD2;
}
.TagClassName
{
border-color: #D42AD2;
}
</style>