Shades of Deep Magenta #DB08C7
Tints of Deep Magenta #DB08C7
RGB
CMYK
RGB Variations
Color information
#DB08C7 (or 0xDB08C7) is known color: Deep Magenta. HEX triplet: DB, 08 and C7. RGB value is (219,8,199). Sum of RGB (Red+Green+Blue) = 219+8+199=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08C7 is #24F738. Grayscale: #5C5C5C. Windows color (decimal): -2422585 or 13043931. OLE color: 13043931.
HSL color Cylindrical-coordinate representation of color #DB08C7: hue angle of 305.69º 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 #DB08C7 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 199 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.14 |
| HSL | 305.69º | 0.93% | 0.45% | - |
| HSV(B) | 305.69º | 0.96% | 0.86% | - |
| XYZ | 39.61 | 19.36 | 55.68 | - |
| YUV | 92.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 199 | 0 | 0.96 | 0.09 | 0.14 | 305.69 | 0.93 | 0.45 |
| Hex | DB | 8 | C7 | 0 | 60 | 9 | E | 132 | 5D | 2D |
| Octal | 333 | 10 | 307 | 0 | 140 | 11 | 16 | 462 | 135 | 55 |
| Binary | 11011011 | 1000 | 11000111 | 0 | 1100000 | 1001 | 1110 | 100110010 | 1011101 | 101101 |
Color Harmonies of #DB08C7
Complementary color
Monochromatic Colors of #DB08C7
Black with #DB08C7
Text Example
Text Example
White with #DB08C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08C7; }
p { color: rgb(219,8,199); }
H1.HeaderClassName
{
color: #DB08C7;
}
.AnyTagClassName
{
color: #DB08C7;
}
</style>
background-color css
<style>
a { background-color: #DB08C7; }
a { background-color: rgb(219,8,199); }
div.DivClassName
{
background-color: #DB08C7;
}
.BgClassName
{
background-color: #DB08C7;
}
</style>
border-color css
<style>
span { border-color: #DB08C7; }
span { border-color: rgb(219,8,199); }
td.TdClassName
{
border-color: #DB08C7;
}
.TagClassName
{
border-color: #DB08C7;
}
</style>