Shades of Deep Magenta #DB1FD7
Tints of Deep Magenta #DB1FD7
RGB
CMYK
RGB Variations
Color information
#DB1FD7 (or 0xDB1FD7) is known color: Deep Magenta. HEX triplet: DB, 1F and D7. RGB value is (219,31,215). Sum of RGB (Red+Green+Blue) = 219+31+215=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FD7 is #24E028. Grayscale: #6B6B6B. Windows color (decimal): -2416681 or 14098395. OLE color: 14098395.
HSL color Cylindrical-coordinate representation of color #DB1FD7: hue angle of 301.28º 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 #DB1FD7 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 31 | 215 | - |
CMYK | 0 | 0.86 | 0.02 | 0.14 |
HSL | 301.28º | 0.75% | 0.49% | - |
HSV(B) | 301.28º | 0.86% | 0.86% | - |
XYZ | 41.97 | 20.95 | 66.12 | - |
YUV | 108.19 | 188.28 | 207.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 31 | 215 | 0 | 0.86 | 0.02 | 0.14 | 301.28 | 0.75 | 0.49 |
Hex | DB | 1F | D7 | 0 | 56 | 2 | E | 12D | 4B | 31 |
Octal | 333 | 37 | 327 | 0 | 126 | 2 | 16 | 455 | 113 | 61 |
Binary | 11011011 | 11111 | 11010111 | 0 | 1010110 | 10 | 1110 | 100101101 | 1001011 | 110001 |
Color Harmonies of #DB1FD7
Complementary color
Monochromatic Colors of #DB1FD7
Black with #DB1FD7
Text Example
Text Example
White with #DB1FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FD7; }
p { color: rgb(219,31,215); }
H1.HeaderClassName
{
color: #DB1FD7;
}
.AnyTagClassName
{
color: #DB1FD7;
}
</style>
background-color css
<style>
a { background-color: #DB1FD7; }
a { background-color: rgb(219,31,215); }
div.DivClassName
{
background-color: #DB1FD7;
}
.BgClassName
{
background-color: #DB1FD7;
}
</style>
border-color css
<style>
span { border-color: #DB1FD7; }
span { border-color: rgb(219,31,215); }
td.TdClassName
{
border-color: #DB1FD7;
}
.TagClassName
{
border-color: #DB1FD7;
}
</style>