Shades of Deep Magenta #DB05CE
Tints of Deep Magenta #DB05CE
RGB
CMYK
RGB Variations
Color information
#DB05CE (or 0xDB05CE) is known color: Deep Magenta. HEX triplet: DB, 05 and CE. RGB value is (219,5,206). Sum of RGB (Red+Green+Blue) = 219+5+206=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05CE is #24FA31. Grayscale: #5B5B5B. Windows color (decimal): -2423346 or 13501915. OLE color: 13501915.
HSL color Cylindrical-coordinate representation of color #DB05CE: hue angle of 303.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05CE is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.14 |
| HSL | 303.64º | 0.96% | 0.44% | - |
| HSV(B) | 303.64º | 0.98% | 0.86% | - |
| XYZ | 40.41 | 19.62 | 60.05 | - |
| YUV | 91.9 | 192.4 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 206 | 0 | 0.98 | 0.06 | 0.14 | 303.64 | 0.96 | 0.44 |
| Hex | DB | 5 | CE | 0 | 62 | 6 | E | 130 | 60 | 2C |
| Octal | 333 | 5 | 316 | 0 | 142 | 6 | 16 | 460 | 140 | 54 |
| Binary | 11011011 | 101 | 11001110 | 0 | 1100010 | 110 | 1110 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DB05CE
Complementary color
Monochromatic Colors of #DB05CE
Black with #DB05CE
Text Example
Text Example
White with #DB05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05CE; }
p { color: rgb(219,5,206); }
H1.HeaderClassName
{
color: #DB05CE;
}
.AnyTagClassName
{
color: #DB05CE;
}
</style>
background-color css
<style>
a { background-color: #DB05CE; }
a { background-color: rgb(219,5,206); }
div.DivClassName
{
background-color: #DB05CE;
}
.BgClassName
{
background-color: #DB05CE;
}
</style>
border-color css
<style>
span { border-color: #DB05CE; }
span { border-color: rgb(219,5,206); }
td.TdClassName
{
border-color: #DB05CE;
}
.TagClassName
{
border-color: #DB05CE;
}
</style>