Shades of Deep Magenta #D028DC
Tints of Deep Magenta #D028DC
RGB
CMYK
RGB Variations
Color information
#D028DC (or 0xD028DC) is known color: Deep Magenta. HEX triplet: D0, 28 and DC. RGB value is (208,40,220). Sum of RGB (Red+Green+Blue) = 208+40+220=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #D028DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028DC is #2FD723. Grayscale: #6E6E6E. Windows color (decimal): -3135268 or 14428368. OLE color: 14428368.
HSL color Cylindrical-coordinate representation of color #D028DC: hue angle of 296º 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 #D028DC is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 40 | 220 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.14 |
| HSL | 296º | 0.72% | 0.51% | - |
| HSV(B) | 296º | 0.82% | 0.86% | - |
| XYZ | 39.69 | 20.09 | 69.5 | - |
| YUV | 110.75 | 189.66 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 220 | 0.05 | 0.82 | 0 | 0.14 | 296 | 0.72 | 0.51 |
| Hex | D0 | 28 | DC | 5 | 52 | 0 | E | 128 | 48 | 33 |
| Octal | 320 | 50 | 334 | 5 | 122 | 0 | 16 | 450 | 110 | 63 |
| Binary | 11010000 | 101000 | 11011100 | 101 | 1010010 | 0 | 1110 | 100101000 | 1001000 | 110011 |
Color Harmonies of #D028DC
Complementary color
Monochromatic Colors of #D028DC
Black with #D028DC
Text Example
Text Example
White with #D028DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028DC; }
p { color: rgb(208,40,220); }
H1.HeaderClassName
{
color: #D028DC;
}
.AnyTagClassName
{
color: #D028DC;
}
</style>
background-color css
<style>
a { background-color: #D028DC; }
a { background-color: rgb(208,40,220); }
div.DivClassName
{
background-color: #D028DC;
}
.BgClassName
{
background-color: #D028DC;
}
</style>
border-color css
<style>
span { border-color: #D028DC; }
span { border-color: rgb(208,40,220); }
td.TdClassName
{
border-color: #D028DC;
}
.TagClassName
{
border-color: #D028DC;
}
</style>