Shades of Deep Magenta #DB1CE1
Tints of Deep Magenta #DB1CE1
RGB
CMYK
RGB Variations
Color information
#DB1CE1 (or 0xDB1CE1) is known color: Deep Magenta. HEX triplet: DB, 1C and E1. RGB value is (219,28,225). Sum of RGB (Red+Green+Blue) = 219+28+225=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB1CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CE1 is #24E31E. Grayscale: #6A6A6A. Windows color (decimal): -2417439 or 14752987. OLE color: 14752987.
HSL color Cylindrical-coordinate representation of color #DB1CE1: hue angle of 298.17º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1CE1 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 28 | 225 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.12 |
| HSL | 298.17º | 0.78% | 0.5% | - |
| HSV(B) | 298.17º | 0.88% | 0.88% | - |
| XYZ | 43.22 | 21.33 | 73.07 | - |
| YUV | 107.57 | 194.28 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 225 | 0.03 | 0.88 | 0 | 0.12 | 298.17 | 0.78 | 0.5 |
| Hex | DB | 1C | E1 | 3 | 58 | 0 | C | 12A | 4E | 32 |
| Octal | 333 | 34 | 341 | 3 | 130 | 0 | 14 | 452 | 116 | 62 |
| Binary | 11011011 | 11100 | 11100001 | 11 | 1011000 | 0 | 1100 | 100101010 | 1001110 | 110010 |
Color Harmonies of #DB1CE1
Complementary color
Monochromatic Colors of #DB1CE1
Black with #DB1CE1
Text Example
Text Example
White with #DB1CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CE1; }
p { color: rgb(219,28,225); }
H1.HeaderClassName
{
color: #DB1CE1;
}
.AnyTagClassName
{
color: #DB1CE1;
}
</style>
background-color css
<style>
a { background-color: #DB1CE1; }
a { background-color: rgb(219,28,225); }
div.DivClassName
{
background-color: #DB1CE1;
}
.BgClassName
{
background-color: #DB1CE1;
}
</style>
border-color css
<style>
span { border-color: #DB1CE1; }
span { border-color: rgb(219,28,225); }
td.TdClassName
{
border-color: #DB1CE1;
}
.TagClassName
{
border-color: #DB1CE1;
}
</style>