Shades of Deep Magenta #DB08DA
Tints of Deep Magenta #DB08DA
RGB
CMYK
RGB Variations
Color information
#DB08DA (or 0xDB08DA) is known color: Deep Magenta. HEX triplet: DB, 08 and DA. RGB value is (219,8,218). Sum of RGB (Red+Green+Blue) = 219+8+218=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 8 (3.52% from 255 or 1.80% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08DA is #24F725. Grayscale: #5E5E5E. Windows color (decimal): -2422566 or 14289115. OLE color: 14289115.
HSL color Cylindrical-coordinate representation of color #DB08DA: hue angle of 300.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB08DA is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 218 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.14 |
| HSL | 300.28º | 0.93% | 0.45% | - |
| HSV(B) | 300.28º | 0.96% | 0.86% | - |
| XYZ | 41.96 | 20.3 | 68.04 | - |
| YUV | 95.03 | 197.4 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 218 | 0 | 0.96 | 0.00 | 0.14 | 300.28 | 0.93 | 0.45 |
| Hex | DB | 8 | DA | 0 | 60 | 0 | E | 12C | 5D | 2D |
| Octal | 333 | 10 | 332 | 0 | 140 | 0 | 16 | 454 | 135 | 55 |
| Binary | 11011011 | 1000 | 11011010 | 0 | 1100000 | 0 | 1110 | 100101100 | 1011101 | 101101 |
Color Harmonies of #DB08DA
Complementary color
Monochromatic Colors of #DB08DA
Black with #DB08DA
Text Example
Text Example
White with #DB08DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08DA; }
p { color: rgb(219,8,218); }
H1.HeaderClassName
{
color: #DB08DA;
}
.AnyTagClassName
{
color: #DB08DA;
}
</style>
background-color css
<style>
a { background-color: #DB08DA; }
a { background-color: rgb(219,8,218); }
div.DivClassName
{
background-color: #DB08DA;
}
.BgClassName
{
background-color: #DB08DA;
}
</style>
border-color css
<style>
span { border-color: #DB08DA; }
span { border-color: rgb(219,8,218); }
td.TdClassName
{
border-color: #DB08DA;
}
.TagClassName
{
border-color: #DB08DA;
}
</style>