Shades of Deep Magenta #D018DB
Tints of Deep Magenta #D018DB
RGB
CMYK
RGB Variations
Color information
#D018DB (or 0xD018DB) is known color: Deep Magenta. HEX triplet: D0, 18 and DB. RGB value is (208,24,219). Sum of RGB (Red+Green+Blue) = 208+24+219=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #D018DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018DB is #2FE724. Grayscale: #646464. Windows color (decimal): -3139365 or 14358736. OLE color: 14358736.
HSL color Cylindrical-coordinate representation of color #D018DB: hue angle of 296.62º 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 #D018DB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 24 | 219 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.14 |
| HSL | 296.62º | 0.8% | 0.48% | - |
| HSV(B) | 296.62º | 0.89% | 0.86% | - |
| XYZ | 39.13 | 19.18 | 68.66 | - |
| YUV | 101.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 219 | 0.05 | 0.89 | 0 | 0.14 | 296.62 | 0.8 | 0.48 |
| Hex | D0 | 18 | DB | 5 | 59 | 0 | E | 129 | 50 | 30 |
| Octal | 320 | 30 | 333 | 5 | 131 | 0 | 16 | 451 | 120 | 60 |
| Binary | 11010000 | 11000 | 11011011 | 101 | 1011001 | 0 | 1110 | 100101001 | 1010000 | 110000 |
Color Harmonies of #D018DB
Complementary color
Monochromatic Colors of #D018DB
Black with #D018DB
Text Example
Text Example
White with #D018DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018DB; }
p { color: rgb(208,24,219); }
H1.HeaderClassName
{
color: #D018DB;
}
.AnyTagClassName
{
color: #D018DB;
}
</style>
background-color css
<style>
a { background-color: #D018DB; }
a { background-color: rgb(208,24,219); }
div.DivClassName
{
background-color: #D018DB;
}
.BgClassName
{
background-color: #D018DB;
}
</style>
border-color css
<style>
span { border-color: #D018DB; }
span { border-color: rgb(208,24,219); }
td.TdClassName
{
border-color: #D018DB;
}
.TagClassName
{
border-color: #D018DB;
}
</style>