Shades of Deep Magenta #D916DB
Tints of Deep Magenta #D916DB
RGB
CMYK
RGB Variations
Color information
#D916DB (or 0xD916DB) is known color: Deep Magenta. HEX triplet: D9, 16 and DB. RGB value is (217,22,219). Sum of RGB (Red+Green+Blue) = 217+22+219=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #D916DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916DB is #26E924. Grayscale: #666666. Windows color (decimal): -2550053 or 14358233. OLE color: 14358233.
HSL color Cylindrical-coordinate representation of color #D916DB: hue angle of 299.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916DB is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 22 | 219 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.14 |
| HSL | 299.39º | 0.82% | 0.47% | - |
| HSV(B) | 299.39º | 0.9% | 0.86% | - |
| XYZ | 41.69 | 20.44 | 68.77 | - |
| YUV | 102.76 | 193.6 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 219 | 0.01 | 0.90 | 0 | 0.14 | 299.39 | 0.82 | 0.47 |
| Hex | D9 | 16 | DB | 1 | 5A | 0 | E | 12B | 52 | 2F |
| Octal | 331 | 26 | 333 | 1 | 132 | 0 | 16 | 453 | 122 | 57 |
| Binary | 11011001 | 10110 | 11011011 | 1 | 1011010 | 0 | 1110 | 100101011 | 1010010 | 101111 |
Color Harmonies of #D916DB
Complementary color
Monochromatic Colors of #D916DB
Black with #D916DB
Text Example
Text Example
White with #D916DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916DB; }
p { color: rgb(217,22,219); }
H1.HeaderClassName
{
color: #D916DB;
}
.AnyTagClassName
{
color: #D916DB;
}
</style>
background-color css
<style>
a { background-color: #D916DB; }
a { background-color: rgb(217,22,219); }
div.DivClassName
{
background-color: #D916DB;
}
.BgClassName
{
background-color: #D916DB;
}
</style>
border-color css
<style>
span { border-color: #D916DB; }
span { border-color: rgb(217,22,219); }
td.TdClassName
{
border-color: #D916DB;
}
.TagClassName
{
border-color: #D916DB;
}
</style>