Shades of Deep Magenta #DB00C7
Tints of Deep Magenta #DB00C7
RGB
CMYK
RGB Variations
Color information
#DB00C7 (or 0xDB00C7) is known color: Deep Magenta. HEX triplet: DB, 00 and C7. RGB value is (219,0,199). Sum of RGB (Red+Green+Blue) = 219+0+199=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 199 (78.12% from 255 or 47.61% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00C7 is #24FF38. Grayscale: #575757. Windows color (decimal): -2424633 or 13041883. OLE color: 13041883.
HSL color Cylindrical-coordinate representation of color #DB00C7: hue angle of 305.48º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00C7 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.09 | 0.14 |
| HSL | 305.48º | 1% | 0.43% | - |
| HSV(B) | 305.48º | 1% | 0.86% | - |
| XYZ | 39.52 | 19.18 | 55.65 | - |
| YUV | 88.17 | 190.55 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 199 | 0 | 1 | 0.09 | 0.14 | 305.48 | 1 | 0.43 |
| Hex | DB | 0 | C7 | 0 | 64 | 9 | E | 131 | 64 | 2B |
| Octal | 333 | 0 | 307 | 0 | 144 | 11 | 16 | 461 | 144 | 53 |
| Binary | 11011011 | 0 | 11000111 | 0 | 1100100 | 1001 | 1110 | 100110001 | 1100100 | 101011 |
Color Harmonies of #DB00C7
Complementary color
Monochromatic Colors of #DB00C7
Black with #DB00C7
Text Example
Text Example
White with #DB00C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00C7; }
p { color: rgb(219,0,199); }
H1.HeaderClassName
{
color: #DB00C7;
}
.AnyTagClassName
{
color: #DB00C7;
}
</style>
background-color css
<style>
a { background-color: #DB00C7; }
a { background-color: rgb(219,0,199); }
div.DivClassName
{
background-color: #DB00C7;
}
.BgClassName
{
background-color: #DB00C7;
}
</style>
border-color css
<style>
span { border-color: #DB00C7; }
span { border-color: rgb(219,0,199); }
td.TdClassName
{
border-color: #DB00C7;
}
.TagClassName
{
border-color: #DB00C7;
}
</style>