Shades of Deep Magenta #DB07CA
Tints of Deep Magenta #DB07CA
RGB
CMYK
RGB Variations
Color information
#DB07CA (or 0xDB07CA) is known color: Deep Magenta. HEX triplet: DB, 07 and CA. RGB value is (219,7,202). Sum of RGB (Red+Green+Blue) = 219+7+202=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07CA is #24F835. Grayscale: #5C5C5C. Windows color (decimal): -2422838 or 13240283. OLE color: 13240283.
HSL color Cylindrical-coordinate representation of color #DB07CA: hue angle of 304.81º 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 #DB07CA is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 202 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.14 |
| HSL | 304.81º | 0.94% | 0.44% | - |
| HSV(B) | 304.81º | 0.97% | 0.86% | - |
| XYZ | 39.95 | 19.48 | 57.53 | - |
| YUV | 92.62 | 189.74 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 202 | 0 | 0.97 | 0.08 | 0.14 | 304.81 | 0.94 | 0.44 |
| Hex | DB | 7 | CA | 0 | 61 | 8 | E | 131 | 5E | 2C |
| Octal | 333 | 7 | 312 | 0 | 141 | 10 | 16 | 461 | 136 | 54 |
| Binary | 11011011 | 111 | 11001010 | 0 | 1100001 | 1000 | 1110 | 100110001 | 1011110 | 101100 |
Color Harmonies of #DB07CA
Complementary color
Monochromatic Colors of #DB07CA
Black with #DB07CA
Text Example
Text Example
White with #DB07CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07CA; }
p { color: rgb(219,7,202); }
H1.HeaderClassName
{
color: #DB07CA;
}
.AnyTagClassName
{
color: #DB07CA;
}
</style>
background-color css
<style>
a { background-color: #DB07CA; }
a { background-color: rgb(219,7,202); }
div.DivClassName
{
background-color: #DB07CA;
}
.BgClassName
{
background-color: #DB07CA;
}
</style>
border-color css
<style>
span { border-color: #DB07CA; }
span { border-color: rgb(219,7,202); }
td.TdClassName
{
border-color: #DB07CA;
}
.TagClassName
{
border-color: #DB07CA;
}
</style>