Shades of Deep Magenta #DB07C8
Tints of Deep Magenta #DB07C8
RGB
CMYK
RGB Variations
Color information
#DB07C8 (or 0xDB07C8) is known color: Deep Magenta. HEX triplet: DB, 07 and C8. RGB value is (219,7,200). Sum of RGB (Red+Green+Blue) = 219+7+200=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07C8 is #24F837. Grayscale: #5B5B5B. Windows color (decimal): -2422840 or 13109211. OLE color: 13109211.
HSL color Cylindrical-coordinate representation of color #DB07C8: hue angle of 305.38º 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 #DB07C8 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 200 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.14 |
| HSL | 305.38º | 0.94% | 0.44% | - |
| HSV(B) | 305.38º | 0.97% | 0.86% | - |
| XYZ | 39.71 | 19.38 | 56.29 | - |
| YUV | 92.39 | 188.74 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 200 | 0 | 0.97 | 0.09 | 0.14 | 305.38 | 0.94 | 0.44 |
| Hex | DB | 7 | C8 | 0 | 61 | 9 | E | 131 | 5E | 2C |
| Octal | 333 | 7 | 310 | 0 | 141 | 11 | 16 | 461 | 136 | 54 |
| Binary | 11011011 | 111 | 11001000 | 0 | 1100001 | 1001 | 1110 | 100110001 | 1011110 | 101100 |
Color Harmonies of #DB07C8
Complementary color
Monochromatic Colors of #DB07C8
Black with #DB07C8
Text Example
Text Example
White with #DB07C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07C8; }
p { color: rgb(219,7,200); }
H1.HeaderClassName
{
color: #DB07C8;
}
.AnyTagClassName
{
color: #DB07C8;
}
</style>
background-color css
<style>
a { background-color: #DB07C8; }
a { background-color: rgb(219,7,200); }
div.DivClassName
{
background-color: #DB07C8;
}
.BgClassName
{
background-color: #DB07C8;
}
</style>
border-color css
<style>
span { border-color: #DB07C8; }
span { border-color: rgb(219,7,200); }
td.TdClassName
{
border-color: #DB07C8;
}
.TagClassName
{
border-color: #DB07C8;
}
</style>