Shades of Deep Magenta #D917DB
Tints of Deep Magenta #D917DB
RGB
CMYK
RGB Variations
Color information
#D917DB (or 0xD917DB) is known color: Deep Magenta. HEX triplet: D9, 17 and DB. RGB value is (217,23,219). Sum of RGB (Red+Green+Blue) = 217+23+219=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #D917DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917DB is #26E824. Grayscale: #666666. Windows color (decimal): -2549797 or 14358489. OLE color: 14358489.
HSL color Cylindrical-coordinate representation of color #D917DB: hue angle of 299.39º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D917DB is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 23 | 219 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.14 |
| HSL | 299.39º | 0.81% | 0.47% | - |
| HSV(B) | 299.39º | 0.89% | 0.86% | - |
| XYZ | 41.71 | 20.48 | 68.77 | - |
| YUV | 103.35 | 193.27 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 219 | 0.01 | 0.89 | 0 | 0.14 | 299.39 | 0.81 | 0.47 |
| Hex | D9 | 17 | DB | 1 | 59 | 0 | E | 12B | 51 | 2F |
| Octal | 331 | 27 | 333 | 1 | 131 | 0 | 16 | 453 | 121 | 57 |
| Binary | 11011001 | 10111 | 11011011 | 1 | 1011001 | 0 | 1110 | 100101011 | 1010001 | 101111 |
Color Harmonies of #D917DB
Complementary color
Monochromatic Colors of #D917DB
Black with #D917DB
Text Example
Text Example
White with #D917DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917DB; }
p { color: rgb(217,23,219); }
H1.HeaderClassName
{
color: #D917DB;
}
.AnyTagClassName
{
color: #D917DB;
}
</style>
background-color css
<style>
a { background-color: #D917DB; }
a { background-color: rgb(217,23,219); }
div.DivClassName
{
background-color: #D917DB;
}
.BgClassName
{
background-color: #D917DB;
}
</style>
border-color css
<style>
span { border-color: #D917DB; }
span { border-color: rgb(217,23,219); }
td.TdClassName
{
border-color: #D917DB;
}
.TagClassName
{
border-color: #D917DB;
}
</style>