Shades of Deep Magenta #D728DB
Tints of Deep Magenta #D728DB
RGB
CMYK
RGB Variations
Color information
#D728DB (or 0xD728DB) is known color: Deep Magenta. HEX triplet: D7, 28 and DB. RGB value is (215,40,219). Sum of RGB (Red+Green+Blue) = 215+40+219=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #D728DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728DB is #28D724. Grayscale: #707070. Windows color (decimal): -2676517 or 14362839. OLE color: 14362839.
HSL color Cylindrical-coordinate representation of color #D728DB: hue angle of 298.66º 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 #D728DB is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 40 | 219 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.14 |
| HSL | 298.66º | 0.71% | 0.51% | - |
| HSV(B) | 298.66º | 0.82% | 0.86% | - |
| XYZ | 41.57 | 21.08 | 68.9 | - |
| YUV | 112.73 | 187.98 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 219 | 0.02 | 0.82 | 0 | 0.14 | 298.66 | 0.71 | 0.51 |
| Hex | D7 | 28 | DB | 2 | 52 | 0 | E | 12B | 47 | 33 |
| Octal | 327 | 50 | 333 | 2 | 122 | 0 | 16 | 453 | 107 | 63 |
| Binary | 11010111 | 101000 | 11011011 | 10 | 1010010 | 0 | 1110 | 100101011 | 1000111 | 110011 |
Color Harmonies of #D728DB
Complementary color
Monochromatic Colors of #D728DB
Black with #D728DB
Text Example
Text Example
White with #D728DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728DB; }
p { color: rgb(215,40,219); }
H1.HeaderClassName
{
color: #D728DB;
}
.AnyTagClassName
{
color: #D728DB;
}
</style>
background-color css
<style>
a { background-color: #D728DB; }
a { background-color: rgb(215,40,219); }
div.DivClassName
{
background-color: #D728DB;
}
.BgClassName
{
background-color: #D728DB;
}
</style>
border-color css
<style>
span { border-color: #D728DB; }
span { border-color: rgb(215,40,219); }
td.TdClassName
{
border-color: #D728DB;
}
.TagClassName
{
border-color: #D728DB;
}
</style>