Shades of Deep Magenta #DB1FC7
Tints of Deep Magenta #DB1FC7
RGB
CMYK
RGB Variations
Color information
#DB1FC7 (or 0xDB1FC7) is known color: Deep Magenta. HEX triplet: DB, 1F and C7. RGB value is (219,31,199). Sum of RGB (Red+Green+Blue) = 219+31+199=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FC7 is #24E038. Grayscale: #696969. Windows color (decimal): -2416697 or 13049819. OLE color: 13049819.
HSL color Cylindrical-coordinate representation of color #DB1FC7: hue angle of 306.38º 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 #DB1FC7 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 199 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.14 |
| HSL | 306.38º | 0.75% | 0.49% | - |
| HSV(B) | 306.38º | 0.86% | 0.86% | - |
| XYZ | 40.01 | 20.16 | 55.82 | - |
| YUV | 106.36 | 180.28 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 199 | 0 | 0.86 | 0.09 | 0.14 | 306.38 | 0.75 | 0.49 |
| Hex | DB | 1F | C7 | 0 | 56 | 9 | E | 132 | 4B | 31 |
| Octal | 333 | 37 | 307 | 0 | 126 | 11 | 16 | 462 | 113 | 61 |
| Binary | 11011011 | 11111 | 11000111 | 0 | 1010110 | 1001 | 1110 | 100110010 | 1001011 | 110001 |
Color Harmonies of #DB1FC7
Complementary color
Monochromatic Colors of #DB1FC7
Black with #DB1FC7
Text Example
Text Example
White with #DB1FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FC7; }
p { color: rgb(219,31,199); }
H1.HeaderClassName
{
color: #DB1FC7;
}
.AnyTagClassName
{
color: #DB1FC7;
}
</style>
background-color css
<style>
a { background-color: #DB1FC7; }
a { background-color: rgb(219,31,199); }
div.DivClassName
{
background-color: #DB1FC7;
}
.BgClassName
{
background-color: #DB1FC7;
}
</style>
border-color css
<style>
span { border-color: #DB1FC7; }
span { border-color: rgb(219,31,199); }
td.TdClassName
{
border-color: #DB1FC7;
}
.TagClassName
{
border-color: #DB1FC7;
}
</style>