Shades of Deep Magenta #D42DDD
Tints of Deep Magenta #D42DDD
RGB
CMYK
RGB Variations
Color information
#D42DDD (or 0xD42DDD) is known color: Deep Magenta. HEX triplet: D4, 2D and DD. RGB value is (212,45,221). Sum of RGB (Red+Green+Blue) = 212+45+221=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #D42DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DDD is #2BD222. Grayscale: #727272. Windows color (decimal): -2871843 or 14495188. OLE color: 14495188.
HSL color Cylindrical-coordinate representation of color #D42DDD: hue angle of 296.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42DDD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 45 | 221 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.13 |
| HSL | 296.93º | 0.72% | 0.52% | - |
| HSV(B) | 296.93º | 0.8% | 0.87% | - |
| XYZ | 41.14 | 21.09 | 70.31 | - |
| YUV | 115 | 187.83 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 221 | 0.04 | 0.80 | 0 | 0.13 | 296.93 | 0.72 | 0.52 |
| Hex | D4 | 2D | DD | 4 | 50 | 0 | D | 129 | 48 | 34 |
| Octal | 324 | 55 | 335 | 4 | 120 | 0 | 15 | 451 | 110 | 64 |
| Binary | 11010100 | 101101 | 11011101 | 100 | 1010000 | 0 | 1101 | 100101001 | 1001000 | 110100 |
Color Harmonies of #D42DDD
Complementary color
Monochromatic Colors of #D42DDD
Black with #D42DDD
Text Example
Text Example
White with #D42DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DDD; }
p { color: rgb(212,45,221); }
H1.HeaderClassName
{
color: #D42DDD;
}
.AnyTagClassName
{
color: #D42DDD;
}
</style>
background-color css
<style>
a { background-color: #D42DDD; }
a { background-color: rgb(212,45,221); }
div.DivClassName
{
background-color: #D42DDD;
}
.BgClassName
{
background-color: #D42DDD;
}
</style>
border-color css
<style>
span { border-color: #D42DDD; }
span { border-color: rgb(212,45,221); }
td.TdClassName
{
border-color: #D42DDD;
}
.TagClassName
{
border-color: #D42DDD;
}
</style>