Shades of Deep Magenta #DB07C6
Tints of Deep Magenta #DB07C6
RGB
CMYK
RGB Variations
Color information
#DB07C6 (or 0xDB07C6) is known color: Deep Magenta. HEX triplet: DB, 07 and C6. RGB value is (219,7,198). Sum of RGB (Red+Green+Blue) = 219+7+198=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07C6 is #24F839. Grayscale: #5B5B5B. Windows color (decimal): -2422842 or 12978139. OLE color: 12978139.
HSL color Cylindrical-coordinate representation of color #DB07C6: hue angle of 305.94º 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 #DB07C6 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 198 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.14 |
| HSL | 305.94º | 0.94% | 0.44% | - |
| HSV(B) | 305.94º | 0.97% | 0.86% | - |
| XYZ | 39.48 | 19.29 | 55.07 | - |
| YUV | 92.16 | 187.74 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 198 | 0 | 0.97 | 0.10 | 0.14 | 305.94 | 0.94 | 0.44 |
| Hex | DB | 7 | C6 | 0 | 61 | A | E | 132 | 5E | 2C |
| Octal | 333 | 7 | 306 | 0 | 141 | 12 | 16 | 462 | 136 | 54 |
| Binary | 11011011 | 111 | 11000110 | 0 | 1100001 | 1010 | 1110 | 100110010 | 1011110 | 101100 |
Color Harmonies of #DB07C6
Complementary color
Monochromatic Colors of #DB07C6
Black with #DB07C6
Text Example
Text Example
White with #DB07C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07C6; }
p { color: rgb(219,7,198); }
H1.HeaderClassName
{
color: #DB07C6;
}
.AnyTagClassName
{
color: #DB07C6;
}
</style>
background-color css
<style>
a { background-color: #DB07C6; }
a { background-color: rgb(219,7,198); }
div.DivClassName
{
background-color: #DB07C6;
}
.BgClassName
{
background-color: #DB07C6;
}
</style>
border-color css
<style>
span { border-color: #DB07C6; }
span { border-color: rgb(219,7,198); }
td.TdClassName
{
border-color: #DB07C6;
}
.TagClassName
{
border-color: #DB07C6;
}
</style>