Shades of Deep Magenta #DB08C9
Tints of Deep Magenta #DB08C9
RGB
CMYK
RGB Variations
Color information
#DB08C9 (or 0xDB08C9) is known color: Deep Magenta. HEX triplet: DB, 08 and C9. RGB value is (219,8,201). Sum of RGB (Red+Green+Blue) = 219+8+201=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08C9 is #24F736. Grayscale: #5C5C5C. Windows color (decimal): -2422583 or 13175003. OLE color: 13175003.
HSL color Cylindrical-coordinate representation of color #DB08C9: hue angle of 305.12º 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 #DB08C9 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 201 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.14 |
| HSL | 305.12º | 0.93% | 0.45% | - |
| HSV(B) | 305.12º | 0.96% | 0.86% | - |
| XYZ | 39.84 | 19.45 | 56.91 | - |
| YUV | 93.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 201 | 0 | 0.96 | 0.08 | 0.14 | 305.12 | 0.93 | 0.45 |
| Hex | DB | 8 | C9 | 0 | 60 | 8 | E | 131 | 5D | 2D |
| Octal | 333 | 10 | 311 | 0 | 140 | 10 | 16 | 461 | 135 | 55 |
| Binary | 11011011 | 1000 | 11001001 | 0 | 1100000 | 1000 | 1110 | 100110001 | 1011101 | 101101 |
Color Harmonies of #DB08C9
Complementary color
Monochromatic Colors of #DB08C9
Black with #DB08C9
Text Example
Text Example
White with #DB08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08C9; }
p { color: rgb(219,8,201); }
H1.HeaderClassName
{
color: #DB08C9;
}
.AnyTagClassName
{
color: #DB08C9;
}
</style>
background-color css
<style>
a { background-color: #DB08C9; }
a { background-color: rgb(219,8,201); }
div.DivClassName
{
background-color: #DB08C9;
}
.BgClassName
{
background-color: #DB08C9;
}
</style>
border-color css
<style>
span { border-color: #DB08C9; }
span { border-color: rgb(219,8,201); }
td.TdClassName
{
border-color: #DB08C9;
}
.TagClassName
{
border-color: #DB08C9;
}
</style>