Shades of Deep Magenta #DB1FDF
Tints of Deep Magenta #DB1FDF
RGB
CMYK
RGB Variations
Color information
#DB1FDF (or 0xDB1FDF) is known color: Deep Magenta. HEX triplet: DB, 1F and DF. RGB value is (219,31,223). Sum of RGB (Red+Green+Blue) = 219+31+223=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB1FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FDF is #24E020. Grayscale: #6C6C6C. Windows color (decimal): -2416673 or 14622683. OLE color: 14622683.
HSL color Cylindrical-coordinate representation of color #DB1FDF: hue angle of 298.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1FDF is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 31 | 223 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.13 |
| HSL | 298.75º | 0.76% | 0.5% | - |
| HSV(B) | 298.75º | 0.86% | 0.87% | - |
| XYZ | 43.02 | 21.37 | 71.67 | - |
| YUV | 109.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 223 | 0.02 | 0.86 | 0 | 0.13 | 298.75 | 0.76 | 0.5 |
| Hex | DB | 1F | DF | 2 | 56 | 0 | D | 12B | 4C | 32 |
| Octal | 333 | 37 | 337 | 2 | 126 | 0 | 15 | 453 | 114 | 62 |
| Binary | 11011011 | 11111 | 11011111 | 10 | 1010110 | 0 | 1101 | 100101011 | 1001100 | 110010 |
Color Harmonies of #DB1FDF
Complementary color
Monochromatic Colors of #DB1FDF
Black with #DB1FDF
Text Example
Text Example
White with #DB1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FDF; }
p { color: rgb(219,31,223); }
H1.HeaderClassName
{
color: #DB1FDF;
}
.AnyTagClassName
{
color: #DB1FDF;
}
</style>
background-color css
<style>
a { background-color: #DB1FDF; }
a { background-color: rgb(219,31,223); }
div.DivClassName
{
background-color: #DB1FDF;
}
.BgClassName
{
background-color: #DB1FDF;
}
</style>
border-color css
<style>
span { border-color: #DB1FDF; }
span { border-color: rgb(219,31,223); }
td.TdClassName
{
border-color: #DB1FDF;
}
.TagClassName
{
border-color: #DB1FDF;
}
</style>