Shades of Deep Magenta #D218DB
Tints of Deep Magenta #D218DB
RGB
CMYK
RGB Variations
Color information
#D218DB (or 0xD218DB) is known color: Deep Magenta. HEX triplet: D2, 18 and DB. RGB value is (210,24,219). Sum of RGB (Red+Green+Blue) = 210+24+219=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #D218DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218DB is #2DE724. Grayscale: #656565. Windows color (decimal): -3008293 or 14358738. OLE color: 14358738.
HSL color Cylindrical-coordinate representation of color #D218DB: hue angle of 297.23º 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 #D218DB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 24 | 219 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.14 |
| HSL | 297.23º | 0.8% | 0.48% | - |
| HSV(B) | 297.23º | 0.89% | 0.86% | - |
| XYZ | 39.69 | 19.47 | 68.68 | - |
| YUV | 101.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 219 | 0.04 | 0.89 | 0 | 0.14 | 297.23 | 0.8 | 0.48 |
| Hex | D2 | 18 | DB | 4 | 59 | 0 | E | 129 | 50 | 30 |
| Octal | 322 | 30 | 333 | 4 | 131 | 0 | 16 | 451 | 120 | 60 |
| Binary | 11010010 | 11000 | 11011011 | 100 | 1011001 | 0 | 1110 | 100101001 | 1010000 | 110000 |
Color Harmonies of #D218DB
Complementary color
Monochromatic Colors of #D218DB
Black with #D218DB
Text Example
Text Example
White with #D218DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218DB; }
p { color: rgb(210,24,219); }
H1.HeaderClassName
{
color: #D218DB;
}
.AnyTagClassName
{
color: #D218DB;
}
</style>
background-color css
<style>
a { background-color: #D218DB; }
a { background-color: rgb(210,24,219); }
div.DivClassName
{
background-color: #D218DB;
}
.BgClassName
{
background-color: #D218DB;
}
</style>
border-color css
<style>
span { border-color: #D218DB; }
span { border-color: rgb(210,24,219); }
td.TdClassName
{
border-color: #D218DB;
}
.TagClassName
{
border-color: #D218DB;
}
</style>