Shades of Deep Magenta #DB1BDF
Tints of Deep Magenta #DB1BDF
RGB
CMYK
RGB Variations
Color information
#DB1BDF (or 0xDB1BDF) is known color: Deep Magenta. HEX triplet: DB, 1B and DF. RGB value is (219,27,223). Sum of RGB (Red+Green+Blue) = 219+27+223=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB1BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BDF is #24E420. Grayscale: #6A6A6A. Windows color (decimal): -2417697 or 14621659. OLE color: 14621659.
HSL color Cylindrical-coordinate representation of color #DB1BDF: hue angle of 298.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BDF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 27 | 223 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.13 |
| HSL | 298.78º | 0.78% | 0.49% | - |
| HSV(B) | 298.78º | 0.88% | 0.87% | - |
| XYZ | 42.92 | 21.17 | 71.64 | - |
| YUV | 106.75 | 193.61 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 223 | 0.02 | 0.88 | 0 | 0.13 | 298.78 | 0.78 | 0.49 |
| Hex | DB | 1B | DF | 2 | 58 | 0 | D | 12B | 4E | 31 |
| Octal | 333 | 33 | 337 | 2 | 130 | 0 | 15 | 453 | 116 | 61 |
| Binary | 11011011 | 11011 | 11011111 | 10 | 1011000 | 0 | 1101 | 100101011 | 1001110 | 110001 |
Color Harmonies of #DB1BDF
Complementary color
Monochromatic Colors of #DB1BDF
Black with #DB1BDF
Text Example
Text Example
White with #DB1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BDF; }
p { color: rgb(219,27,223); }
H1.HeaderClassName
{
color: #DB1BDF;
}
.AnyTagClassName
{
color: #DB1BDF;
}
</style>
background-color css
<style>
a { background-color: #DB1BDF; }
a { background-color: rgb(219,27,223); }
div.DivClassName
{
background-color: #DB1BDF;
}
.BgClassName
{
background-color: #DB1BDF;
}
</style>
border-color css
<style>
span { border-color: #DB1BDF; }
span { border-color: rgb(219,27,223); }
td.TdClassName
{
border-color: #DB1BDF;
}
.TagClassName
{
border-color: #DB1BDF;
}
</style>