Shades of Deep Magenta #D42DDC
Tints of Deep Magenta #D42DDC
RGB
CMYK
RGB Variations
Color information
#D42DDC (or 0xD42DDC) is known color: Deep Magenta. HEX triplet: D4, 2D and DC. RGB value is (212,45,220). Sum of RGB (Red+Green+Blue) = 212+45+220=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #D42DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DDC is #2BD223. Grayscale: #727272. Windows color (decimal): -2871844 or 14429652. OLE color: 14429652.
HSL color Cylindrical-coordinate representation of color #D42DDC: hue angle of 297.26º 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 #D42DDC is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 45 | 220 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.14 |
| HSL | 297.26º | 0.71% | 0.52% | - |
| HSV(B) | 297.26º | 0.8% | 0.86% | - |
| XYZ | 41.01 | 21.04 | 69.61 | - |
| YUV | 114.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 220 | 0.04 | 0.80 | 0 | 0.14 | 297.26 | 0.71 | 0.52 |
| Hex | D4 | 2D | DC | 4 | 50 | 0 | E | 129 | 47 | 34 |
| Octal | 324 | 55 | 334 | 4 | 120 | 0 | 16 | 451 | 107 | 64 |
| Binary | 11010100 | 101101 | 11011100 | 100 | 1010000 | 0 | 1110 | 100101001 | 1000111 | 110100 |
Color Harmonies of #D42DDC
Complementary color
Monochromatic Colors of #D42DDC
Black with #D42DDC
Text Example
Text Example
White with #D42DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DDC; }
p { color: rgb(212,45,220); }
H1.HeaderClassName
{
color: #D42DDC;
}
.AnyTagClassName
{
color: #D42DDC;
}
</style>
background-color css
<style>
a { background-color: #D42DDC; }
a { background-color: rgb(212,45,220); }
div.DivClassName
{
background-color: #D42DDC;
}
.BgClassName
{
background-color: #D42DDC;
}
</style>
border-color css
<style>
span { border-color: #D42DDC; }
span { border-color: rgb(212,45,220); }
td.TdClassName
{
border-color: #D42DDC;
}
.TagClassName
{
border-color: #D42DDC;
}
</style>