Shades of Deep Magenta #D918DB
Tints of Deep Magenta #D918DB
RGB
CMYK
RGB Variations
Color information
#D918DB (or 0xD918DB) is known color: Deep Magenta. HEX triplet: D9, 18 and DB. RGB value is (217,24,219). Sum of RGB (Red+Green+Blue) = 217+24+219=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #D918DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918DB is #26E724. Grayscale: #676767. Windows color (decimal): -2549541 or 14358745. OLE color: 14358745.
HSL color Cylindrical-coordinate representation of color #D918DB: hue angle of 299.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D918DB is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 24 | 219 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.14 |
| HSL | 299.38º | 0.8% | 0.48% | - |
| HSV(B) | 299.38º | 0.89% | 0.86% | - |
| XYZ | 41.73 | 20.52 | 68.78 | - |
| YUV | 103.94 | 192.94 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 219 | 0.01 | 0.89 | 0 | 0.14 | 299.38 | 0.8 | 0.48 |
| Hex | D9 | 18 | DB | 1 | 59 | 0 | E | 12B | 50 | 30 |
| Octal | 331 | 30 | 333 | 1 | 131 | 0 | 16 | 453 | 120 | 60 |
| Binary | 11011001 | 11000 | 11011011 | 1 | 1011001 | 0 | 1110 | 100101011 | 1010000 | 110000 |
Color Harmonies of #D918DB
Complementary color
Monochromatic Colors of #D918DB
Black with #D918DB
Text Example
Text Example
White with #D918DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918DB; }
p { color: rgb(217,24,219); }
H1.HeaderClassName
{
color: #D918DB;
}
.AnyTagClassName
{
color: #D918DB;
}
</style>
background-color css
<style>
a { background-color: #D918DB; }
a { background-color: rgb(217,24,219); }
div.DivClassName
{
background-color: #D918DB;
}
.BgClassName
{
background-color: #D918DB;
}
</style>
border-color css
<style>
span { border-color: #D918DB; }
span { border-color: rgb(217,24,219); }
td.TdClassName
{
border-color: #D918DB;
}
.TagClassName
{
border-color: #D918DB;
}
</style>