Shades of Deep Magenta #D803DB
Tints of Deep Magenta #D803DB
RGB
CMYK
RGB Variations
Color information
#D803DB (or 0xD803DB) is known color: Deep Magenta. HEX triplet: D8, 03 and DB. RGB value is (216,3,219). Sum of RGB (Red+Green+Blue) = 216+3+219=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #D803DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D803DB is #27FC24. Grayscale: #5A5A5A. Windows color (decimal): -2620453 or 14353368. OLE color: 14353368.
HSL color Cylindrical-coordinate representation of color #D803DB: hue angle of 299.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D803DB is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 3 | 219 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.14 |
| HSL | 299.17º | 0.97% | 0.44% | - |
| HSV(B) | 299.17º | 0.99% | 0.86% | - |
| XYZ | 41.14 | 19.78 | 68.67 | - |
| YUV | 91.31 | 200.07 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 219 | 0.01 | 0.99 | 0 | 0.14 | 299.17 | 0.97 | 0.44 |
| Hex | D8 | 3 | DB | 1 | 63 | 0 | E | 12B | 61 | 2C |
| Octal | 330 | 3 | 333 | 1 | 143 | 0 | 16 | 453 | 141 | 54 |
| Binary | 11011000 | 11 | 11011011 | 1 | 1100011 | 0 | 1110 | 100101011 | 1100001 | 101100 |
Color Harmonies of #D803DB
Complementary color
Monochromatic Colors of #D803DB
Black with #D803DB
Text Example
Text Example
White with #D803DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803DB; }
p { color: rgb(216,3,219); }
H1.HeaderClassName
{
color: #D803DB;
}
.AnyTagClassName
{
color: #D803DB;
}
</style>
background-color css
<style>
a { background-color: #D803DB; }
a { background-color: rgb(216,3,219); }
div.DivClassName
{
background-color: #D803DB;
}
.BgClassName
{
background-color: #D803DB;
}
</style>
border-color css
<style>
span { border-color: #D803DB; }
span { border-color: rgb(216,3,219); }
td.TdClassName
{
border-color: #D803DB;
}
.TagClassName
{
border-color: #D803DB;
}
</style>