Shades of Deep Magenta #DB08CC
Tints of Deep Magenta #DB08CC
RGB
CMYK
RGB Variations
Color information
#DB08CC (or 0xDB08CC) is known color: Deep Magenta. HEX triplet: DB, 08 and CC. RGB value is (219,8,204). Sum of RGB (Red+Green+Blue) = 219+8+204=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08CC is #24F733. Grayscale: #5C5C5C. Windows color (decimal): -2422580 or 13371611. OLE color: 13371611.
HSL color Cylindrical-coordinate representation of color #DB08CC: hue angle of 304.27º 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 #DB08CC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 204 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.14 |
| HSL | 304.27º | 0.93% | 0.45% | - |
| HSV(B) | 304.27º | 0.96% | 0.86% | - |
| XYZ | 40.2 | 19.59 | 58.79 | - |
| YUV | 93.43 | 190.4 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 204 | 0 | 0.96 | 0.07 | 0.14 | 304.27 | 0.93 | 0.45 |
| Hex | DB | 8 | CC | 0 | 60 | 7 | E | 130 | 5D | 2D |
| Octal | 333 | 10 | 314 | 0 | 140 | 7 | 16 | 460 | 135 | 55 |
| Binary | 11011011 | 1000 | 11001100 | 0 | 1100000 | 111 | 1110 | 100110000 | 1011101 | 101101 |
Color Harmonies of #DB08CC
Complementary color
Monochromatic Colors of #DB08CC
Black with #DB08CC
Text Example
Text Example
White with #DB08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08CC; }
p { color: rgb(219,8,204); }
H1.HeaderClassName
{
color: #DB08CC;
}
.AnyTagClassName
{
color: #DB08CC;
}
</style>
background-color css
<style>
a { background-color: #DB08CC; }
a { background-color: rgb(219,8,204); }
div.DivClassName
{
background-color: #DB08CC;
}
.BgClassName
{
background-color: #DB08CC;
}
</style>
border-color css
<style>
span { border-color: #DB08CC; }
span { border-color: rgb(219,8,204); }
td.TdClassName
{
border-color: #DB08CC;
}
.TagClassName
{
border-color: #DB08CC;
}
</style>