Shades of Deep Magenta #D015DB
Tints of Deep Magenta #D015DB
RGB
CMYK
RGB Variations
Color information
#D015DB (or 0xD015DB) is known color: Deep Magenta. HEX triplet: D0, 15 and DB. RGB value is (208,21,219). Sum of RGB (Red+Green+Blue) = 208+21+219=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #D015DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015DB is #2FEA24. Grayscale: #626262. Windows color (decimal): -3140133 or 14357968. OLE color: 14357968.
HSL color Cylindrical-coordinate representation of color #D015DB: hue angle of 296.67º 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 #D015DB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 21 | 219 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.14 |
| HSL | 296.67º | 0.83% | 0.47% | - |
| HSV(B) | 296.67º | 0.9% | 0.86% | - |
| XYZ | 39.07 | 19.06 | 68.64 | - |
| YUV | 99.49 | 195.45 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 219 | 0.05 | 0.90 | 0 | 0.14 | 296.67 | 0.83 | 0.47 |
| Hex | D0 | 15 | DB | 5 | 5A | 0 | E | 129 | 52 | 2F |
| Octal | 320 | 25 | 333 | 5 | 132 | 0 | 16 | 451 | 122 | 57 |
| Binary | 11010000 | 10101 | 11011011 | 101 | 1011010 | 0 | 1110 | 100101001 | 1010010 | 101111 |
Color Harmonies of #D015DB
Complementary color
Monochromatic Colors of #D015DB
Black with #D015DB
Text Example
Text Example
White with #D015DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D015DB; }
p { color: rgb(208,21,219); }
H1.HeaderClassName
{
color: #D015DB;
}
.AnyTagClassName
{
color: #D015DB;
}
</style>
background-color css
<style>
a { background-color: #D015DB; }
a { background-color: rgb(208,21,219); }
div.DivClassName
{
background-color: #D015DB;
}
.BgClassName
{
background-color: #D015DB;
}
</style>
border-color css
<style>
span { border-color: #D015DB; }
span { border-color: rgb(208,21,219); }
td.TdClassName
{
border-color: #D015DB;
}
.TagClassName
{
border-color: #D015DB;
}
</style>