Shades of Deep Magenta #DB08D5
Tints of Deep Magenta #DB08D5
RGB
CMYK
RGB Variations
Color information
#DB08D5 (or 0xDB08D5) is known color: Deep Magenta. HEX triplet: DB, 08 and D5. RGB value is (219,8,213). Sum of RGB (Red+Green+Blue) = 219+8+213=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08D5 is #24F72A. Grayscale: #5D5D5D. Windows color (decimal): -2422571 or 13961435. OLE color: 13961435.
HSL color Cylindrical-coordinate representation of color #DB08D5: hue angle of 301.71º 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 #DB08D5 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 213 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.14 |
| HSL | 301.71º | 0.93% | 0.45% | - |
| HSV(B) | 301.71º | 0.96% | 0.86% | - |
| XYZ | 41.31 | 20.04 | 64.64 | - |
| YUV | 94.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 213 | 0 | 0.96 | 0.03 | 0.14 | 301.71 | 0.93 | 0.45 |
| Hex | DB | 8 | D5 | 0 | 60 | 3 | E | 12E | 5D | 2D |
| Octal | 333 | 10 | 325 | 0 | 140 | 3 | 16 | 456 | 135 | 55 |
| Binary | 11011011 | 1000 | 11010101 | 0 | 1100000 | 11 | 1110 | 100101110 | 1011101 | 101101 |
Color Harmonies of #DB08D5
Complementary color
Monochromatic Colors of #DB08D5
Black with #DB08D5
Text Example
Text Example
White with #DB08D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08D5; }
p { color: rgb(219,8,213); }
H1.HeaderClassName
{
color: #DB08D5;
}
.AnyTagClassName
{
color: #DB08D5;
}
</style>
background-color css
<style>
a { background-color: #DB08D5; }
a { background-color: rgb(219,8,213); }
div.DivClassName
{
background-color: #DB08D5;
}
.BgClassName
{
background-color: #DB08D5;
}
</style>
border-color css
<style>
span { border-color: #DB08D5; }
span { border-color: rgb(219,8,213); }
td.TdClassName
{
border-color: #DB08D5;
}
.TagClassName
{
border-color: #DB08D5;
}
</style>