Shades of Deep Magenta #DB0CC5
Tints of Deep Magenta #DB0CC5
RGB
CMYK
RGB Variations
Color information
#DB0CC5 (or 0xDB0CC5) is known color: Deep Magenta. HEX triplet: DB, 0C and C5. RGB value is (219,12,197). Sum of RGB (Red+Green+Blue) = 219+12+197=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CC5 is #24F33A. Grayscale: #5E5E5E. Windows color (decimal): -2421563 or 12913883. OLE color: 12913883.
HSL color Cylindrical-coordinate representation of color #DB0CC5: hue angle of 306.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CC5 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 197 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.14 |
| HSL | 306.38º | 0.9% | 0.45% | - |
| HSV(B) | 306.38º | 0.95% | 0.86% | - |
| XYZ | 39.42 | 19.35 | 54.48 | - |
| YUV | 94.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 197 | 0 | 0.95 | 0.10 | 0.14 | 306.38 | 0.9 | 0.45 |
| Hex | DB | C | C5 | 0 | 5F | A | E | 132 | 5A | 2D |
| Octal | 333 | 14 | 305 | 0 | 137 | 12 | 16 | 462 | 132 | 55 |
| Binary | 11011011 | 1100 | 11000101 | 0 | 1011111 | 1010 | 1110 | 100110010 | 1011010 | 101101 |
Color Harmonies of #DB0CC5
Complementary color
Monochromatic Colors of #DB0CC5
Black with #DB0CC5
Text Example
Text Example
White with #DB0CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CC5; }
p { color: rgb(219,12,197); }
H1.HeaderClassName
{
color: #DB0CC5;
}
.AnyTagClassName
{
color: #DB0CC5;
}
</style>
background-color css
<style>
a { background-color: #DB0CC5; }
a { background-color: rgb(219,12,197); }
div.DivClassName
{
background-color: #DB0CC5;
}
.BgClassName
{
background-color: #DB0CC5;
}
</style>
border-color css
<style>
span { border-color: #DB0CC5; }
span { border-color: rgb(219,12,197); }
td.TdClassName
{
border-color: #DB0CC5;
}
.TagClassName
{
border-color: #DB0CC5;
}
</style>