Shades of Deep Magenta #D42BCD
Tints of Deep Magenta #D42BCD
RGB
CMYK
RGB Variations
Color information
#D42BCD (or 0xD42BCD) is known color: Deep Magenta. HEX triplet: D4, 2B and CD. RGB value is (212,43,205). Sum of RGB (Red+Green+Blue) = 212+43+205=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BCD is #2BD432. Grayscale: #6F6F6F. Windows color (decimal): -2872371 or 13446100. OLE color: 13446100.
HSL color Cylindrical-coordinate representation of color #D42BCD: hue angle of 302.49º degrees, saturation: 0.66, 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 #D42BCD is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 205 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.17 |
| HSL | 302.49º | 0.66% | 0.5% | - |
| HSV(B) | 302.49º | 0.8% | 0.83% | - |
| XYZ | 39.03 | 20.13 | 59.59 | - |
| YUV | 112 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 205 | 0 | 0.80 | 0.03 | 0.17 | 302.49 | 0.66 | 0.5 |
| Hex | D4 | 2B | CD | 0 | 50 | 3 | 11 | 12E | 42 | 32 |
| Octal | 324 | 53 | 315 | 0 | 120 | 3 | 21 | 456 | 102 | 62 |
| Binary | 11010100 | 101011 | 11001101 | 0 | 1010000 | 11 | 10001 | 100101110 | 1000010 | 110010 |
Color Harmonies of #D42BCD
Complementary color
Monochromatic Colors of #D42BCD
Black with #D42BCD
Text Example
Text Example
White with #D42BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BCD; }
p { color: rgb(212,43,205); }
H1.HeaderClassName
{
color: #D42BCD;
}
.AnyTagClassName
{
color: #D42BCD;
}
</style>
background-color css
<style>
a { background-color: #D42BCD; }
a { background-color: rgb(212,43,205); }
div.DivClassName
{
background-color: #D42BCD;
}
.BgClassName
{
background-color: #D42BCD;
}
</style>
border-color css
<style>
span { border-color: #D42BCD; }
span { border-color: rgb(212,43,205); }
td.TdClassName
{
border-color: #D42BCD;
}
.TagClassName
{
border-color: #D42BCD;
}
</style>