Shades of Deep Magenta #D828DC
Tints of Deep Magenta #D828DC
RGB
CMYK
RGB Variations
Color information
#D828DC (or 0xD828DC) is known color: Deep Magenta. HEX triplet: D8, 28 and DC. RGB value is (216,40,220). Sum of RGB (Red+Green+Blue) = 216+40+220=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #D828DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828DC is #27D723. Grayscale: #707070. Windows color (decimal): -2610980 or 14428376. OLE color: 14428376.
HSL color Cylindrical-coordinate representation of color #D828DC: hue angle of 298.67º 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 #D828DC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 40 | 220 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.14 |
| HSL | 298.67º | 0.72% | 0.51% | - |
| HSV(B) | 298.67º | 0.82% | 0.86% | - |
| XYZ | 42 | 21.28 | 69.6 | - |
| YUV | 113.14 | 188.31 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 220 | 0.02 | 0.82 | 0 | 0.14 | 298.67 | 0.72 | 0.51 |
| Hex | D8 | 28 | DC | 2 | 52 | 0 | E | 12B | 48 | 33 |
| Octal | 330 | 50 | 334 | 2 | 122 | 0 | 16 | 453 | 110 | 63 |
| Binary | 11011000 | 101000 | 11011100 | 10 | 1010010 | 0 | 1110 | 100101011 | 1001000 | 110011 |
Color Harmonies of #D828DC
Complementary color
Monochromatic Colors of #D828DC
Black with #D828DC
Text Example
Text Example
White with #D828DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828DC; }
p { color: rgb(216,40,220); }
H1.HeaderClassName
{
color: #D828DC;
}
.AnyTagClassName
{
color: #D828DC;
}
</style>
background-color css
<style>
a { background-color: #D828DC; }
a { background-color: rgb(216,40,220); }
div.DivClassName
{
background-color: #D828DC;
}
.BgClassName
{
background-color: #D828DC;
}
</style>
border-color css
<style>
span { border-color: #D828DC; }
span { border-color: rgb(216,40,220); }
td.TdClassName
{
border-color: #D828DC;
}
.TagClassName
{
border-color: #D828DC;
}
</style>