Shades of Deep Magenta #DB07C1
Tints of Deep Magenta #DB07C1
RGB
CMYK
RGB Variations
Color information
#DB07C1 (or 0xDB07C1) is known color: Deep Magenta. HEX triplet: DB, 07 and C1. RGB value is (219,7,193). Sum of RGB (Red+Green+Blue) = 219+7+193=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07C1 is #24F83E. Grayscale: #5B5B5B. Windows color (decimal): -2422847 or 12650459. OLE color: 12650459.
HSL color Cylindrical-coordinate representation of color #DB07C1: hue angle of 307.36º 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 #DB07C1 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 193 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.14 |
| HSL | 307.36º | 0.94% | 0.44% | - |
| HSV(B) | 307.36º | 0.97% | 0.86% | - |
| XYZ | 38.92 | 19.06 | 52.08 | - |
| YUV | 91.59 | 185.24 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 193 | 0 | 0.97 | 0.12 | 0.14 | 307.36 | 0.94 | 0.44 |
| Hex | DB | 7 | C1 | 0 | 61 | C | E | 133 | 5E | 2C |
| Octal | 333 | 7 | 301 | 0 | 141 | 14 | 16 | 463 | 136 | 54 |
| Binary | 11011011 | 111 | 11000001 | 0 | 1100001 | 1100 | 1110 | 100110011 | 1011110 | 101100 |
Color Harmonies of #DB07C1
Complementary color
Monochromatic Colors of #DB07C1
Black with #DB07C1
Text Example
Text Example
White with #DB07C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07C1; }
p { color: rgb(219,7,193); }
H1.HeaderClassName
{
color: #DB07C1;
}
.AnyTagClassName
{
color: #DB07C1;
}
</style>
background-color css
<style>
a { background-color: #DB07C1; }
a { background-color: rgb(219,7,193); }
div.DivClassName
{
background-color: #DB07C1;
}
.BgClassName
{
background-color: #DB07C1;
}
</style>
border-color css
<style>
span { border-color: #DB07C1; }
span { border-color: rgb(219,7,193); }
td.TdClassName
{
border-color: #DB07C1;
}
.TagClassName
{
border-color: #DB07C1;
}
</style>