Shades of Deep Magenta #DB1FCE
Tints of Deep Magenta #DB1FCE
RGB
CMYK
RGB Variations
Color information
#DB1FCE (or 0xDB1FCE) is known color: Deep Magenta. HEX triplet: DB, 1F and CE. RGB value is (219,31,206). Sum of RGB (Red+Green+Blue) = 219+31+206=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FCE is #24E031. Grayscale: #6A6A6A. Windows color (decimal): -2416690 or 13508571. OLE color: 13508571.
HSL color Cylindrical-coordinate representation of color #DB1FCE: hue angle of 304.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1FCE is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 206 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.14 |
| HSL | 304.15º | 0.75% | 0.49% | - |
| HSV(B) | 304.15º | 0.86% | 0.86% | - |
| XYZ | 40.84 | 20.5 | 60.2 | - |
| YUV | 107.16 | 183.78 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 206 | 0 | 0.86 | 0.06 | 0.14 | 304.15 | 0.75 | 0.49 |
| Hex | DB | 1F | CE | 0 | 56 | 6 | E | 130 | 4B | 31 |
| Octal | 333 | 37 | 316 | 0 | 126 | 6 | 16 | 460 | 113 | 61 |
| Binary | 11011011 | 11111 | 11001110 | 0 | 1010110 | 110 | 1110 | 100110000 | 1001011 | 110001 |
Color Harmonies of #DB1FCE
Complementary color
Monochromatic Colors of #DB1FCE
Black with #DB1FCE
Text Example
Text Example
White with #DB1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FCE; }
p { color: rgb(219,31,206); }
H1.HeaderClassName
{
color: #DB1FCE;
}
.AnyTagClassName
{
color: #DB1FCE;
}
</style>
background-color css
<style>
a { background-color: #DB1FCE; }
a { background-color: rgb(219,31,206); }
div.DivClassName
{
background-color: #DB1FCE;
}
.BgClassName
{
background-color: #DB1FCE;
}
</style>
border-color css
<style>
span { border-color: #DB1FCE; }
span { border-color: rgb(219,31,206); }
td.TdClassName
{
border-color: #DB1FCE;
}
.TagClassName
{
border-color: #DB1FCE;
}
</style>