Shades of Deep Magenta #DB1CE0
Tints of Deep Magenta #DB1CE0
RGB
CMYK
RGB Variations
Color information
#DB1CE0 (or 0xDB1CE0) is known color: Deep Magenta. HEX triplet: DB, 1C and E0. RGB value is (219,28,224). Sum of RGB (Red+Green+Blue) = 219+28+224=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB1CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CE0 is #24E31F. Grayscale: #6A6A6A. Windows color (decimal): -2417440 or 14687451. OLE color: 14687451.
HSL color Cylindrical-coordinate representation of color #DB1CE0: hue angle of 298.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1CE0 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 28 | 224 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.12 |
| HSL | 298.47º | 0.78% | 0.49% | - |
| HSV(B) | 298.47º | 0.88% | 0.88% | - |
| XYZ | 43.08 | 21.27 | 72.36 | - |
| YUV | 107.45 | 193.78 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 224 | 0.02 | 0.88 | 0 | 0.12 | 298.47 | 0.78 | 0.49 |
| Hex | DB | 1C | E0 | 2 | 58 | 0 | C | 12A | 4E | 31 |
| Octal | 333 | 34 | 340 | 2 | 130 | 0 | 14 | 452 | 116 | 61 |
| Binary | 11011011 | 11100 | 11100000 | 10 | 1011000 | 0 | 1100 | 100101010 | 1001110 | 110001 |
Color Harmonies of #DB1CE0
Complementary color
Monochromatic Colors of #DB1CE0
Black with #DB1CE0
Text Example
Text Example
White with #DB1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CE0; }
p { color: rgb(219,28,224); }
H1.HeaderClassName
{
color: #DB1CE0;
}
.AnyTagClassName
{
color: #DB1CE0;
}
</style>
background-color css
<style>
a { background-color: #DB1CE0; }
a { background-color: rgb(219,28,224); }
div.DivClassName
{
background-color: #DB1CE0;
}
.BgClassName
{
background-color: #DB1CE0;
}
</style>
border-color css
<style>
span { border-color: #DB1CE0; }
span { border-color: rgb(219,28,224); }
td.TdClassName
{
border-color: #DB1CE0;
}
.TagClassName
{
border-color: #DB1CE0;
}
</style>