Shades of Deep Magenta #DB15C3
Tints of Deep Magenta #DB15C3
RGB
CMYK
RGB Variations
Color information
#DB15C3 (or 0xDB15C3) is known color: Deep Magenta. HEX triplet: DB, 15 and C3. RGB value is (219,21,195). Sum of RGB (Red+Green+Blue) = 219+21+195=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB15C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB15C3 is #24EA3C. Grayscale: #636363. Windows color (decimal): -2419261 or 12785115. OLE color: 12785115.
HSL color Cylindrical-coordinate representation of color #DB15C3: hue angle of 307.27º 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 #DB15C3 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 195 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.14 |
| HSL | 307.27º | 0.83% | 0.47% | - |
| HSV(B) | 307.27º | 0.9% | 0.86% | - |
| XYZ | 39.33 | 19.54 | 53.33 | - |
| YUV | 100.04 | 181.6 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 195 | 0 | 0.90 | 0.11 | 0.14 | 307.27 | 0.83 | 0.47 |
| Hex | DB | 15 | C3 | 0 | 5A | B | E | 133 | 52 | 2F |
| Octal | 333 | 25 | 303 | 0 | 132 | 13 | 16 | 463 | 122 | 57 |
| Binary | 11011011 | 10101 | 11000011 | 0 | 1011010 | 1011 | 1110 | 100110011 | 1010010 | 101111 |
Color Harmonies of #DB15C3
Complementary color
Monochromatic Colors of #DB15C3
Black with #DB15C3
Text Example
Text Example
White with #DB15C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15C3; }
p { color: rgb(219,21,195); }
H1.HeaderClassName
{
color: #DB15C3;
}
.AnyTagClassName
{
color: #DB15C3;
}
</style>
background-color css
<style>
a { background-color: #DB15C3; }
a { background-color: rgb(219,21,195); }
div.DivClassName
{
background-color: #DB15C3;
}
.BgClassName
{
background-color: #DB15C3;
}
</style>
border-color css
<style>
span { border-color: #DB15C3; }
span { border-color: rgb(219,21,195); }
td.TdClassName
{
border-color: #DB15C3;
}
.TagClassName
{
border-color: #DB15C3;
}
</style>