Shades of Deep Magenta #DB1FD5
Tints of Deep Magenta #DB1FD5
RGB
CMYK
RGB Variations
Color information
#DB1FD5 (or 0xDB1FD5) is known color: Deep Magenta. HEX triplet: DB, 1F and D5. RGB value is (219,31,213). Sum of RGB (Red+Green+Blue) = 219+31+213=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FD5 is #24E02A. Grayscale: #6B6B6B. Windows color (decimal): -2416683 or 13967323. OLE color: 13967323.
HSL color Cylindrical-coordinate representation of color #DB1FD5: hue angle of 301.91º 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 #DB1FD5 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 213 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.14 |
| HSL | 301.91º | 0.75% | 0.49% | - |
| HSV(B) | 301.91º | 0.86% | 0.86% | - |
| XYZ | 41.71 | 20.84 | 64.78 | - |
| YUV | 107.96 | 187.28 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 213 | 0 | 0.86 | 0.03 | 0.14 | 301.91 | 0.75 | 0.49 |
| Hex | DB | 1F | D5 | 0 | 56 | 3 | E | 12E | 4B | 31 |
| Octal | 333 | 37 | 325 | 0 | 126 | 3 | 16 | 456 | 113 | 61 |
| Binary | 11011011 | 11111 | 11010101 | 0 | 1010110 | 11 | 1110 | 100101110 | 1001011 | 110001 |
Color Harmonies of #DB1FD5
Complementary color
Monochromatic Colors of #DB1FD5
Black with #DB1FD5
Text Example
Text Example
White with #DB1FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FD5; }
p { color: rgb(219,31,213); }
H1.HeaderClassName
{
color: #DB1FD5;
}
.AnyTagClassName
{
color: #DB1FD5;
}
</style>
background-color css
<style>
a { background-color: #DB1FD5; }
a { background-color: rgb(219,31,213); }
div.DivClassName
{
background-color: #DB1FD5;
}
.BgClassName
{
background-color: #DB1FD5;
}
</style>
border-color css
<style>
span { border-color: #DB1FD5; }
span { border-color: rgb(219,31,213); }
td.TdClassName
{
border-color: #DB1FD5;
}
.TagClassName
{
border-color: #DB1FD5;
}
</style>