Shades of Deep Magenta #DB08C3
Tints of Deep Magenta #DB08C3
RGB
CMYK
RGB Variations
Color information
#DB08C3 (or 0xDB08C3) is known color: Deep Magenta. HEX triplet: DB, 08 and C3. RGB value is (219,8,195). Sum of RGB (Red+Green+Blue) = 219+8+195=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08C3 is #24F73C. Grayscale: #5B5B5B. Windows color (decimal): -2422589 or 12781787. OLE color: 12781787.
HSL color Cylindrical-coordinate representation of color #DB08C3: hue angle of 306.82º 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 #DB08C3 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 195 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.14 |
| HSL | 306.82º | 0.93% | 0.45% | - |
| HSV(B) | 306.82º | 0.96% | 0.86% | - |
| XYZ | 39.15 | 19.17 | 53.27 | - |
| YUV | 92.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 195 | 0 | 0.96 | 0.11 | 0.14 | 306.82 | 0.93 | 0.45 |
| Hex | DB | 8 | C3 | 0 | 60 | B | E | 133 | 5D | 2D |
| Octal | 333 | 10 | 303 | 0 | 140 | 13 | 16 | 463 | 135 | 55 |
| Binary | 11011011 | 1000 | 11000011 | 0 | 1100000 | 1011 | 1110 | 100110011 | 1011101 | 101101 |
Color Harmonies of #DB08C3
Complementary color
Monochromatic Colors of #DB08C3
Black with #DB08C3
Text Example
Text Example
White with #DB08C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB08C3; }
p { color: rgb(219,8,195); }
H1.HeaderClassName
{
color: #DB08C3;
}
.AnyTagClassName
{
color: #DB08C3;
}
</style>
background-color css
<style>
a { background-color: #DB08C3; }
a { background-color: rgb(219,8,195); }
div.DivClassName
{
background-color: #DB08C3;
}
.BgClassName
{
background-color: #DB08C3;
}
</style>
border-color css
<style>
span { border-color: #DB08C3; }
span { border-color: rgb(219,8,195); }
td.TdClassName
{
border-color: #DB08C3;
}
.TagClassName
{
border-color: #DB08C3;
}
</style>