Shades of Deep Magenta #D428DE
Tints of Deep Magenta #D428DE
RGB
CMYK
RGB Variations
Color information
#D428DE (or 0xD428DE) is known color: Deep Magenta. HEX triplet: D4, 28 and DE. RGB value is (212,40,222). Sum of RGB (Red+Green+Blue) = 212+40+222=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #D428DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D428DE is #2BD721. Grayscale: #6F6F6F. Windows color (decimal): -2873122 or 14559444. OLE color: 14559444.
HSL color Cylindrical-coordinate representation of color #D428DE: hue angle of 296.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D428DE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 40 | 222 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.13 |
| HSL | 296.7º | 0.73% | 0.51% | - |
| HSV(B) | 296.7º | 0.82% | 0.87% | - |
| XYZ | 41.09 | 20.79 | 70.95 | - |
| YUV | 112.18 | 189.98 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 222 | 0.05 | 0.82 | 0 | 0.13 | 296.7 | 0.73 | 0.51 |
| Hex | D4 | 28 | DE | 5 | 52 | 0 | D | 129 | 49 | 33 |
| Octal | 324 | 50 | 336 | 5 | 122 | 0 | 15 | 451 | 111 | 63 |
| Binary | 11010100 | 101000 | 11011110 | 101 | 1010010 | 0 | 1101 | 100101001 | 1001001 | 110011 |
Color Harmonies of #D428DE
Complementary color
Monochromatic Colors of #D428DE
Black with #D428DE
Text Example
Text Example
White with #D428DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428DE; }
p { color: rgb(212,40,222); }
H1.HeaderClassName
{
color: #D428DE;
}
.AnyTagClassName
{
color: #D428DE;
}
</style>
background-color css
<style>
a { background-color: #D428DE; }
a { background-color: rgb(212,40,222); }
div.DivClassName
{
background-color: #D428DE;
}
.BgClassName
{
background-color: #D428DE;
}
</style>
border-color css
<style>
span { border-color: #D428DE; }
span { border-color: rgb(212,40,222); }
td.TdClassName
{
border-color: #D428DE;
}
.TagClassName
{
border-color: #D428DE;
}
</style>