Shades of Deep Magenta #D42BDC
Tints of Deep Magenta #D42BDC
RGB
CMYK
RGB Variations
Color information
#D42BDC (or 0xD42BDC) is known color: Deep Magenta. HEX triplet: D4, 2B and DC. RGB value is (212,43,220). Sum of RGB (Red+Green+Blue) = 212+43+220=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #D42BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BDC is #2BD423. Grayscale: #717171. Windows color (decimal): -2872356 or 14429140. OLE color: 14429140.
HSL color Cylindrical-coordinate representation of color #D42BDC: hue angle of 297.29º degrees, saturation: 0.72, 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 #D42BDC is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 43 | 220 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.14 |
| HSL | 297.29º | 0.72% | 0.52% | - |
| HSV(B) | 297.29º | 0.8% | 0.86% | - |
| XYZ | 40.93 | 20.89 | 69.59 | - |
| YUV | 113.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 220 | 0.04 | 0.80 | 0 | 0.14 | 297.29 | 0.72 | 0.52 |
| Hex | D4 | 2B | DC | 4 | 50 | 0 | E | 129 | 48 | 34 |
| Octal | 324 | 53 | 334 | 4 | 120 | 0 | 16 | 451 | 110 | 64 |
| Binary | 11010100 | 101011 | 11011100 | 100 | 1010000 | 0 | 1110 | 100101001 | 1001000 | 110100 |
Color Harmonies of #D42BDC
Complementary color
Monochromatic Colors of #D42BDC
Black with #D42BDC
Text Example
Text Example
White with #D42BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BDC; }
p { color: rgb(212,43,220); }
H1.HeaderClassName
{
color: #D42BDC;
}
.AnyTagClassName
{
color: #D42BDC;
}
</style>
background-color css
<style>
a { background-color: #D42BDC; }
a { background-color: rgb(212,43,220); }
div.DivClassName
{
background-color: #D42BDC;
}
.BgClassName
{
background-color: #D42BDC;
}
</style>
border-color css
<style>
span { border-color: #D42BDC; }
span { border-color: rgb(212,43,220); }
td.TdClassName
{
border-color: #D42BDC;
}
.TagClassName
{
border-color: #D42BDC;
}
</style>