Shades of Deep Magenta #DB07CD
Tints of Deep Magenta #DB07CD
RGB
CMYK
RGB Variations
Color information
#DB07CD (or 0xDB07CD) is known color: Deep Magenta. HEX triplet: DB, 07 and CD. RGB value is (219,7,205). Sum of RGB (Red+Green+Blue) = 219+7+205=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07CD is #24F832. Grayscale: #5C5C5C. Windows color (decimal): -2422835 or 13436891. OLE color: 13436891.
HSL color Cylindrical-coordinate representation of color #DB07CD: hue angle of 303.96º 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 #DB07CD is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 205 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.14 |
| HSL | 303.96º | 0.94% | 0.44% | - |
| HSV(B) | 303.96º | 0.97% | 0.86% | - |
| XYZ | 40.31 | 19.62 | 59.42 | - |
| YUV | 92.96 | 191.24 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 205 | 0 | 0.97 | 0.06 | 0.14 | 303.96 | 0.94 | 0.44 |
| Hex | DB | 7 | CD | 0 | 61 | 6 | E | 130 | 5E | 2C |
| Octal | 333 | 7 | 315 | 0 | 141 | 6 | 16 | 460 | 136 | 54 |
| Binary | 11011011 | 111 | 11001101 | 0 | 1100001 | 110 | 1110 | 100110000 | 1011110 | 101100 |
Color Harmonies of #DB07CD
Complementary color
Monochromatic Colors of #DB07CD
Black with #DB07CD
Text Example
Text Example
White with #DB07CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07CD; }
p { color: rgb(219,7,205); }
H1.HeaderClassName
{
color: #DB07CD;
}
.AnyTagClassName
{
color: #DB07CD;
}
</style>
background-color css
<style>
a { background-color: #DB07CD; }
a { background-color: rgb(219,7,205); }
div.DivClassName
{
background-color: #DB07CD;
}
.BgClassName
{
background-color: #DB07CD;
}
</style>
border-color css
<style>
span { border-color: #DB07CD; }
span { border-color: rgb(219,7,205); }
td.TdClassName
{
border-color: #DB07CD;
}
.TagClassName
{
border-color: #DB07CD;
}
</style>