Shades of Deep Magenta #D428DC
Tints of Deep Magenta #D428DC
RGB
CMYK
RGB Variations
Color information
#D428DC (or 0xD428DC) is known color: Deep Magenta. HEX triplet: D4, 28 and DC. RGB value is (212,40,220). Sum of RGB (Red+Green+Blue) = 212+40+220=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #D428DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D428DC is #2BD723. Grayscale: #6F6F6F. Windows color (decimal): -2873124 or 14428372. OLE color: 14428372.
HSL color Cylindrical-coordinate representation of color #D428DC: hue angle of 297.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D428DC is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 40 | 220 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.14 |
| HSL | 297.33º | 0.72% | 0.51% | - |
| HSV(B) | 297.33º | 0.82% | 0.86% | - |
| XYZ | 40.83 | 20.68 | 69.55 | - |
| YUV | 111.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 220 | 0.04 | 0.82 | 0 | 0.14 | 297.33 | 0.72 | 0.51 |
| Hex | D4 | 28 | DC | 4 | 52 | 0 | E | 129 | 48 | 33 |
| Octal | 324 | 50 | 334 | 4 | 122 | 0 | 16 | 451 | 110 | 63 |
| Binary | 11010100 | 101000 | 11011100 | 100 | 1010010 | 0 | 1110 | 100101001 | 1001000 | 110011 |
Color Harmonies of #D428DC
Complementary color
Monochromatic Colors of #D428DC
Black with #D428DC
Text Example
Text Example
White with #D428DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428DC; }
p { color: rgb(212,40,220); }
H1.HeaderClassName
{
color: #D428DC;
}
.AnyTagClassName
{
color: #D428DC;
}
</style>
background-color css
<style>
a { background-color: #D428DC; }
a { background-color: rgb(212,40,220); }
div.DivClassName
{
background-color: #D428DC;
}
.BgClassName
{
background-color: #D428DC;
}
</style>
border-color css
<style>
span { border-color: #D428DC; }
span { border-color: rgb(212,40,220); }
td.TdClassName
{
border-color: #D428DC;
}
.TagClassName
{
border-color: #D428DC;
}
</style>