Shades of Deep Magenta #D42CD4
Tints of Deep Magenta #D42CD4
RGB
CMYK
RGB Variations
Color information
#D42CD4 (or 0xD42CD4) is known color: Deep Magenta. HEX triplet: D4, 2C and D4. RGB value is (212,44,212). Sum of RGB (Red+Green+Blue) = 212+44+212=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D42CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CD4 is #2BD32B. Grayscale: #707070. Windows color (decimal): -2872108 or 13905108. OLE color: 13905108.
HSL color Cylindrical-coordinate representation of color #D42CD4: hue angle of 300º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42CD4 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 44 | 212 | - |
| CMYK | 0 | 0.79 | 0 | 0.17 |
| HSL | 300º | 0.66% | 0.5% | - |
| HSV(B) | 300º | 0.79% | 0.83% | - |
| XYZ | 39.94 | 20.55 | 64.15 | - |
| YUV | 113.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 212 | 0 | 0.79 | 0 | 0.17 | 300 | 0.66 | 0.5 |
| Hex | D4 | 2C | D4 | 0 | 4F | 0 | 11 | 12C | 42 | 32 |
| Octal | 324 | 54 | 324 | 0 | 117 | 0 | 21 | 454 | 102 | 62 |
| Binary | 11010100 | 101100 | 11010100 | 0 | 1001111 | 0 | 10001 | 100101100 | 1000010 | 110010 |
Color Harmonies of #D42CD4
Complementary color
Monochromatic Colors of #D42CD4
Black with #D42CD4
Text Example
Text Example
White with #D42CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CD4; }
p { color: rgb(212,44,212); }
H1.HeaderClassName
{
color: #D42CD4;
}
.AnyTagClassName
{
color: #D42CD4;
}
</style>
background-color css
<style>
a { background-color: #D42CD4; }
a { background-color: rgb(212,44,212); }
div.DivClassName
{
background-color: #D42CD4;
}
.BgClassName
{
background-color: #D42CD4;
}
</style>
border-color css
<style>
span { border-color: #D42CD4; }
span { border-color: rgb(212,44,212); }
td.TdClassName
{
border-color: #D42CD4;
}
.TagClassName
{
border-color: #D42CD4;
}
</style>