Shades of Deep Magenta #D828DB
Tints of Deep Magenta #D828DB
RGB
CMYK
RGB Variations
Color information
#D828DB (or 0xD828DB) is known color: Deep Magenta. HEX triplet: D8, 28 and DB. RGB value is (216,40,219). Sum of RGB (Red+Green+Blue) = 216+40+219=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D828DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828DB is #27D724. Grayscale: #707070. Windows color (decimal): -2610981 or 14362840. OLE color: 14362840.
HSL color Cylindrical-coordinate representation of color #D828DB: hue angle of 298.99º degrees, saturation: 0.71, 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 #D828DB is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 40 | 219 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.14 |
| HSL | 298.99º | 0.71% | 0.51% | - |
| HSV(B) | 298.99º | 0.82% | 0.86% | - |
| XYZ | 41.86 | 21.23 | 68.91 | - |
| YUV | 113.03 | 187.81 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 219 | 0.01 | 0.82 | 0 | 0.14 | 298.99 | 0.71 | 0.51 |
| Hex | D8 | 28 | DB | 1 | 52 | 0 | E | 12B | 47 | 33 |
| Octal | 330 | 50 | 333 | 1 | 122 | 0 | 16 | 453 | 107 | 63 |
| Binary | 11011000 | 101000 | 11011011 | 1 | 1010010 | 0 | 1110 | 100101011 | 1000111 | 110011 |
Color Harmonies of #D828DB
Complementary color
Monochromatic Colors of #D828DB
Black with #D828DB
Text Example
Text Example
White with #D828DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828DB; }
p { color: rgb(216,40,219); }
H1.HeaderClassName
{
color: #D828DB;
}
.AnyTagClassName
{
color: #D828DB;
}
</style>
background-color css
<style>
a { background-color: #D828DB; }
a { background-color: rgb(216,40,219); }
div.DivClassName
{
background-color: #D828DB;
}
.BgClassName
{
background-color: #D828DB;
}
</style>
border-color css
<style>
span { border-color: #D828DB; }
span { border-color: rgb(216,40,219); }
td.TdClassName
{
border-color: #D828DB;
}
.TagClassName
{
border-color: #D828DB;
}
</style>