Shades of Deep Magenta #DB08CB
Tints of Deep Magenta #DB08CB
RGB
CMYK
RGB Variations
Color information
#DB08CB (or 0xDB08CB) is known color: Deep Magenta. HEX triplet: DB, 08 and CB. RGB value is (219,8,203). Sum of RGB (Red+Green+Blue) = 219+8+203=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08CB is #24F734. Grayscale: #5C5C5C. Windows color (decimal): -2422581 or 13306075. OLE color: 13306075.
HSL color Cylindrical-coordinate representation of color #DB08CB: hue angle of 304.55º 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 #DB08CB is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.14 |
| HSL | 304.55º | 0.93% | 0.45% | - |
| HSV(B) | 304.55º | 0.96% | 0.86% | - |
| XYZ | 40.08 | 19.55 | 58.16 | - |
| YUV | 93.32 | 189.9 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 203 | 0 | 0.96 | 0.07 | 0.14 | 304.55 | 0.93 | 0.45 |
| Hex | DB | 8 | CB | 0 | 60 | 7 | E | 131 | 5D | 2D |
| Octal | 333 | 10 | 313 | 0 | 140 | 7 | 16 | 461 | 135 | 55 |
| Binary | 11011011 | 1000 | 11001011 | 0 | 1100000 | 111 | 1110 | 100110001 | 1011101 | 101101 |
Color Harmonies of #DB08CB
Complementary color
Monochromatic Colors of #DB08CB
Black with #DB08CB
Text Example
Text Example
White with #DB08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08CB; }
p { color: rgb(219,8,203); }
H1.HeaderClassName
{
color: #DB08CB;
}
.AnyTagClassName
{
color: #DB08CB;
}
</style>
background-color css
<style>
a { background-color: #DB08CB; }
a { background-color: rgb(219,8,203); }
div.DivClassName
{
background-color: #DB08CB;
}
.BgClassName
{
background-color: #DB08CB;
}
</style>
border-color css
<style>
span { border-color: #DB08CB; }
span { border-color: rgb(219,8,203); }
td.TdClassName
{
border-color: #DB08CB;
}
.TagClassName
{
border-color: #DB08CB;
}
</style>