Shades of Deep Magenta #DB05DB
Tints of Deep Magenta #DB05DB
RGB
CMYK
RGB Variations
Color information
#DB05DB (or 0xDB05DB) is known color: Deep Magenta. HEX triplet: DB, 05 and DB. RGB value is (219,5,219). Sum of RGB (Red+Green+Blue) = 219+5+219=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05DB is #24FA24. Grayscale: #5C5C5C. Windows color (decimal): -2423333 or 14353883. OLE color: 14353883.
HSL color Cylindrical-coordinate representation of color #DB05DB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05DB is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 5 | 219 | - |
CMYK | 0 | 0.98 | 0 | 0.14 |
HSL | 300º | 0.96% | 0.44% | - |
HSV(B) | 300º | 0.98% | 0.86% | - |
XYZ | 42.05 | 20.28 | 68.72 | - |
YUV | 93.38 | 198.9 | 217.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 5 | 219 | 0 | 0.98 | 0 | 0.14 | 300 | 0.96 | 0.44 |
Hex | DB | 5 | DB | 0 | 62 | 0 | E | 12C | 60 | 2C |
Octal | 333 | 5 | 333 | 0 | 142 | 0 | 16 | 454 | 140 | 54 |
Binary | 11011011 | 101 | 11011011 | 0 | 1100010 | 0 | 1110 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DB05DB
Complementary color
Monochromatic Colors of #DB05DB
Black with #DB05DB
Text Example
Text Example
White with #DB05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05DB; }
p { color: rgb(219,5,219); }
H1.HeaderClassName
{
color: #DB05DB;
}
.AnyTagClassName
{
color: #DB05DB;
}
</style>
background-color css
<style>
a { background-color: #DB05DB; }
a { background-color: rgb(219,5,219); }
div.DivClassName
{
background-color: #DB05DB;
}
.BgClassName
{
background-color: #DB05DB;
}
</style>
border-color css
<style>
span { border-color: #DB05DB; }
span { border-color: rgb(219,5,219); }
td.TdClassName
{
border-color: #DB05DB;
}
.TagClassName
{
border-color: #DB05DB;
}
</style>