Shades of Deep Magenta #D42CDF
Tints of Deep Magenta #D42CDF
RGB
CMYK
RGB Variations
Color information
#D42CDF (or 0xD42CDF) is known color: Deep Magenta. HEX triplet: D4, 2C and DF. RGB value is (212,44,223). Sum of RGB (Red+Green+Blue) = 212+44+223=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #D42CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CDF is #2BD320. Grayscale: #727272. Windows color (decimal): -2872097 or 14626004. OLE color: 14626004.
HSL color Cylindrical-coordinate representation of color #D42CDF: hue angle of 296.31º degrees, saturation: 0.74, 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 #D42CDF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 44 | 223 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.13 |
| HSL | 296.31º | 0.74% | 0.52% | - |
| HSV(B) | 296.31º | 0.8% | 0.87% | - |
| XYZ | 41.37 | 21.13 | 71.71 | - |
| YUV | 114.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 223 | 0.05 | 0.80 | 0 | 0.13 | 296.31 | 0.74 | 0.52 |
| Hex | D4 | 2C | DF | 5 | 50 | 0 | D | 128 | 4A | 34 |
| Octal | 324 | 54 | 337 | 5 | 120 | 0 | 15 | 450 | 112 | 64 |
| Binary | 11010100 | 101100 | 11011111 | 101 | 1010000 | 0 | 1101 | 100101000 | 1001010 | 110100 |
Color Harmonies of #D42CDF
Complementary color
Monochromatic Colors of #D42CDF
Black with #D42CDF
Text Example
Text Example
White with #D42CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CDF; }
p { color: rgb(212,44,223); }
H1.HeaderClassName
{
color: #D42CDF;
}
.AnyTagClassName
{
color: #D42CDF;
}
</style>
background-color css
<style>
a { background-color: #D42CDF; }
a { background-color: rgb(212,44,223); }
div.DivClassName
{
background-color: #D42CDF;
}
.BgClassName
{
background-color: #D42CDF;
}
</style>
border-color css
<style>
span { border-color: #D42CDF; }
span { border-color: rgb(212,44,223); }
td.TdClassName
{
border-color: #D42CDF;
}
.TagClassName
{
border-color: #D42CDF;
}
</style>