Shades of Deep Magenta #DB05C3
Tints of Deep Magenta #DB05C3
RGB
CMYK
RGB Variations
Color information
#DB05C3 (or 0xDB05C3) is known color: Deep Magenta. HEX triplet: DB, 05 and C3. RGB value is (219,5,195). Sum of RGB (Red+Green+Blue) = 219+5+195=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05C3 is #24FA3C. Grayscale: #5A5A5A. Windows color (decimal): -2423357 or 12781019. OLE color: 12781019.
HSL color Cylindrical-coordinate representation of color #DB05C3: hue angle of 306.73º 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 #DB05C3 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 195 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.14 |
| HSL | 306.73º | 0.96% | 0.44% | - |
| HSV(B) | 306.73º | 0.98% | 0.86% | - |
| XYZ | 39.12 | 19.11 | 53.26 | - |
| YUV | 90.65 | 186.9 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 195 | 0 | 0.98 | 0.11 | 0.14 | 306.73 | 0.96 | 0.44 |
| Hex | DB | 5 | C3 | 0 | 62 | B | E | 133 | 60 | 2C |
| Octal | 333 | 5 | 303 | 0 | 142 | 13 | 16 | 463 | 140 | 54 |
| Binary | 11011011 | 101 | 11000011 | 0 | 1100010 | 1011 | 1110 | 100110011 | 1100000 | 101100 |
Color Harmonies of #DB05C3
Complementary color
Monochromatic Colors of #DB05C3
Black with #DB05C3
Text Example
Text Example
White with #DB05C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05C3; }
p { color: rgb(219,5,195); }
H1.HeaderClassName
{
color: #DB05C3;
}
.AnyTagClassName
{
color: #DB05C3;
}
</style>
background-color css
<style>
a { background-color: #DB05C3; }
a { background-color: rgb(219,5,195); }
div.DivClassName
{
background-color: #DB05C3;
}
.BgClassName
{
background-color: #DB05C3;
}
</style>
border-color css
<style>
span { border-color: #DB05C3; }
span { border-color: rgb(219,5,195); }
td.TdClassName
{
border-color: #DB05C3;
}
.TagClassName
{
border-color: #DB05C3;
}
</style>