Shades of Deep Magenta #D42DD8
Tints of Deep Magenta #D42DD8
RGB
CMYK
RGB Variations
Color information
#D42DD8 (or 0xD42DD8) is known color: Deep Magenta. HEX triplet: D4, 2D and D8. RGB value is (212,45,216). Sum of RGB (Red+Green+Blue) = 212+45+216=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #D42DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DD8 is #2BD227. Grayscale: #717171. Windows color (decimal): -2871848 or 14167508. OLE color: 14167508.
HSL color Cylindrical-coordinate representation of color #D42DD8: hue angle of 298.6º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42DD8 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 45 | 216 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.15 |
| HSL | 298.6º | 0.69% | 0.51% | - |
| HSV(B) | 298.6º | 0.79% | 0.85% | - |
| XYZ | 40.48 | 20.83 | 66.85 | - |
| YUV | 114.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 216 | 0.02 | 0.79 | 0 | 0.15 | 298.6 | 0.69 | 0.51 |
| Hex | D4 | 2D | D8 | 2 | 4F | 0 | F | 12B | 45 | 33 |
| Octal | 324 | 55 | 330 | 2 | 117 | 0 | 17 | 453 | 105 | 63 |
| Binary | 11010100 | 101101 | 11011000 | 10 | 1001111 | 0 | 1111 | 100101011 | 1000101 | 110011 |
Color Harmonies of #D42DD8
Complementary color
Monochromatic Colors of #D42DD8
Black with #D42DD8
Text Example
Text Example
White with #D42DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DD8; }
p { color: rgb(212,45,216); }
H1.HeaderClassName
{
color: #D42DD8;
}
.AnyTagClassName
{
color: #D42DD8;
}
</style>
background-color css
<style>
a { background-color: #D42DD8; }
a { background-color: rgb(212,45,216); }
div.DivClassName
{
background-color: #D42DD8;
}
.BgClassName
{
background-color: #D42DD8;
}
</style>
border-color css
<style>
span { border-color: #D42DD8; }
span { border-color: rgb(212,45,216); }
td.TdClassName
{
border-color: #D42DD8;
}
.TagClassName
{
border-color: #D42DD8;
}
</style>