Shades of Deep Magenta #DB03CE
Tints of Deep Magenta #DB03CE
RGB
CMYK
RGB Variations
Color information
#DB03CE (or 0xDB03CE) is known color: Deep Magenta. HEX triplet: DB, 03 and CE. RGB value is (219,3,206). Sum of RGB (Red+Green+Blue) = 219+3+206=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03CE is #24FC31. Grayscale: #5A5A5A. Windows color (decimal): -2423858 or 13501403. OLE color: 13501403.
HSL color Cylindrical-coordinate representation of color #DB03CE: hue angle of 303.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03CE is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.14 |
| HSL | 303.61º | 0.97% | 0.44% | - |
| HSV(B) | 303.61º | 0.99% | 0.86% | - |
| XYZ | 40.39 | 19.58 | 60.04 | - |
| YUV | 90.73 | 193.06 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 206 | 0 | 0.99 | 0.06 | 0.14 | 303.61 | 0.97 | 0.44 |
| Hex | DB | 3 | CE | 0 | 63 | 6 | E | 130 | 61 | 2C |
| Octal | 333 | 3 | 316 | 0 | 143 | 6 | 16 | 460 | 141 | 54 |
| Binary | 11011011 | 11 | 11001110 | 0 | 1100011 | 110 | 1110 | 100110000 | 1100001 | 101100 |
Color Harmonies of #DB03CE
Complementary color
Monochromatic Colors of #DB03CE
Black with #DB03CE
Text Example
Text Example
White with #DB03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03CE; }
p { color: rgb(219,3,206); }
H1.HeaderClassName
{
color: #DB03CE;
}
.AnyTagClassName
{
color: #DB03CE;
}
</style>
background-color css
<style>
a { background-color: #DB03CE; }
a { background-color: rgb(219,3,206); }
div.DivClassName
{
background-color: #DB03CE;
}
.BgClassName
{
background-color: #DB03CE;
}
</style>
border-color css
<style>
span { border-color: #DB03CE; }
span { border-color: rgb(219,3,206); }
td.TdClassName
{
border-color: #DB03CE;
}
.TagClassName
{
border-color: #DB03CE;
}
</style>