Shades of Deep Magenta #DB07C2
Tints of Deep Magenta #DB07C2
RGB
CMYK
RGB Variations
Color information
#DB07C2 (or 0xDB07C2) is known color: Deep Magenta. HEX triplet: DB, 07 and C2. RGB value is (219,7,194). Sum of RGB (Red+Green+Blue) = 219+7+194=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07C2 is #24F83D. Grayscale: #5B5B5B. Windows color (decimal): -2422846 or 12715995. OLE color: 12715995.
HSL color Cylindrical-coordinate representation of color #DB07C2: hue angle of 307.08º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07C2 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 194 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.14 |
| HSL | 307.08º | 0.94% | 0.44% | - |
| HSV(B) | 307.08º | 0.97% | 0.86% | - |
| XYZ | 39.03 | 19.11 | 52.67 | - |
| YUV | 91.71 | 185.74 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 194 | 0 | 0.97 | 0.11 | 0.14 | 307.08 | 0.94 | 0.44 |
| Hex | DB | 7 | C2 | 0 | 61 | B | E | 133 | 5E | 2C |
| Octal | 333 | 7 | 302 | 0 | 141 | 13 | 16 | 463 | 136 | 54 |
| Binary | 11011011 | 111 | 11000010 | 0 | 1100001 | 1011 | 1110 | 100110011 | 1011110 | 101100 |
Color Harmonies of #DB07C2
Complementary color
Monochromatic Colors of #DB07C2
Black with #DB07C2
Text Example
Text Example
White with #DB07C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07C2; }
p { color: rgb(219,7,194); }
H1.HeaderClassName
{
color: #DB07C2;
}
.AnyTagClassName
{
color: #DB07C2;
}
</style>
background-color css
<style>
a { background-color: #DB07C2; }
a { background-color: rgb(219,7,194); }
div.DivClassName
{
background-color: #DB07C2;
}
.BgClassName
{
background-color: #DB07C2;
}
</style>
border-color css
<style>
span { border-color: #DB07C2; }
span { border-color: rgb(219,7,194); }
td.TdClassName
{
border-color: #DB07C2;
}
.TagClassName
{
border-color: #DB07C2;
}
</style>