Shades of Deep Magenta #DB1FC9
Tints of Deep Magenta #DB1FC9
RGB
CMYK
RGB Variations
Color information
#DB1FC9 (or 0xDB1FC9) is known color: Deep Magenta. HEX triplet: DB, 1F and C9. RGB value is (219,31,201). Sum of RGB (Red+Green+Blue) = 219+31+201=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FC9 is #24E036. Grayscale: #6A6A6A. Windows color (decimal): -2416695 or 13180891. OLE color: 13180891.
HSL color Cylindrical-coordinate representation of color #DB1FC9: hue angle of 305.74º 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 #DB1FC9 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 201 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.14 |
| HSL | 305.74º | 0.75% | 0.49% | - |
| HSV(B) | 305.74º | 0.86% | 0.86% | - |
| XYZ | 40.25 | 20.26 | 57.05 | - |
| YUV | 106.59 | 181.28 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 201 | 0 | 0.86 | 0.08 | 0.14 | 305.74 | 0.75 | 0.49 |
| Hex | DB | 1F | C9 | 0 | 56 | 8 | E | 132 | 4B | 31 |
| Octal | 333 | 37 | 311 | 0 | 126 | 10 | 16 | 462 | 113 | 61 |
| Binary | 11011011 | 11111 | 11001001 | 0 | 1010110 | 1000 | 1110 | 100110010 | 1001011 | 110001 |
Color Harmonies of #DB1FC9
Complementary color
Monochromatic Colors of #DB1FC9
Black with #DB1FC9
Text Example
Text Example
White with #DB1FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FC9; }
p { color: rgb(219,31,201); }
H1.HeaderClassName
{
color: #DB1FC9;
}
.AnyTagClassName
{
color: #DB1FC9;
}
</style>
background-color css
<style>
a { background-color: #DB1FC9; }
a { background-color: rgb(219,31,201); }
div.DivClassName
{
background-color: #DB1FC9;
}
.BgClassName
{
background-color: #DB1FC9;
}
</style>
border-color css
<style>
span { border-color: #DB1FC9; }
span { border-color: rgb(219,31,201); }
td.TdClassName
{
border-color: #DB1FC9;
}
.TagClassName
{
border-color: #DB1FC9;
}
</style>