Shades of Deep Magenta #DB15DB
Tints of Deep Magenta #DB15DB
RGB
CMYK
RGB Variations
Color information
#DB15DB (or 0xDB15DB) is known color: Deep Magenta. HEX triplet: DB, 15 and DB. RGB value is (219,21,219). Sum of RGB (Red+Green+Blue) = 219+21+219=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB15DB is #24EA24. Grayscale: #666666. Windows color (decimal): -2419237 or 14357979. OLE color: 14357979.
HSL color Cylindrical-coordinate representation of color #DB15DB: hue angle of 300º 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 #DB15DB is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 21 | 219 | - |
CMYK | 0 | 0.90 | 0 | 0.14 |
HSL | 300º | 0.83% | 0.47% | - |
HSV(B) | 300º | 0.9% | 0.86% | - |
XYZ | 42.27 | 20.71 | 68.79 | - |
YUV | 102.77 | 193.6 | 210.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 21 | 219 | 0 | 0.90 | 0 | 0.14 | 300 | 0.83 | 0.47 |
Hex | DB | 15 | DB | 0 | 5A | 0 | E | 12C | 52 | 2F |
Octal | 333 | 25 | 333 | 0 | 132 | 0 | 16 | 454 | 122 | 57 |
Binary | 11011011 | 10101 | 11011011 | 0 | 1011010 | 0 | 1110 | 100101100 | 1010010 | 101111 |
Color Harmonies of #DB15DB
Complementary color
Monochromatic Colors of #DB15DB
Black with #DB15DB
Text Example
Text Example
White with #DB15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15DB; }
p { color: rgb(219,21,219); }
H1.HeaderClassName
{
color: #DB15DB;
}
.AnyTagClassName
{
color: #DB15DB;
}
</style>
background-color css
<style>
a { background-color: #DB15DB; }
a { background-color: rgb(219,21,219); }
div.DivClassName
{
background-color: #DB15DB;
}
.BgClassName
{
background-color: #DB15DB;
}
</style>
border-color css
<style>
span { border-color: #DB15DB; }
span { border-color: rgb(219,21,219); }
td.TdClassName
{
border-color: #DB15DB;
}
.TagClassName
{
border-color: #DB15DB;
}
</style>