Shades of Deep Magenta #DB1CD1
Tints of Deep Magenta #DB1CD1
RGB
CMYK
RGB Variations
Color information
#DB1CD1 (or 0xDB1CD1) is known color: Deep Magenta. HEX triplet: DB, 1C and D1. RGB value is (219,28,209). Sum of RGB (Red+Green+Blue) = 219+28+209=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CD1 is #24E32E. Grayscale: #696969. Windows color (decimal): -2417455 or 13704411. OLE color: 13704411.
HSL color Cylindrical-coordinate representation of color #DB1CD1: hue angle of 303.14º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CD1 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 209 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.14 |
| HSL | 303.14º | 0.77% | 0.48% | - |
| HSV(B) | 303.14º | 0.87% | 0.86% | - |
| XYZ | 41.14 | 20.49 | 62.11 | - |
| YUV | 105.74 | 186.28 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 209 | 0 | 0.87 | 0.05 | 0.14 | 303.14 | 0.77 | 0.48 |
| Hex | DB | 1C | D1 | 0 | 57 | 5 | E | 12F | 4D | 30 |
| Octal | 333 | 34 | 321 | 0 | 127 | 5 | 16 | 457 | 115 | 60 |
| Binary | 11011011 | 11100 | 11010001 | 0 | 1010111 | 101 | 1110 | 100101111 | 1001101 | 110000 |
Color Harmonies of #DB1CD1
Complementary color
Monochromatic Colors of #DB1CD1
Black with #DB1CD1
Text Example
Text Example
White with #DB1CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CD1; }
p { color: rgb(219,28,209); }
H1.HeaderClassName
{
color: #DB1CD1;
}
.AnyTagClassName
{
color: #DB1CD1;
}
</style>
background-color css
<style>
a { background-color: #DB1CD1; }
a { background-color: rgb(219,28,209); }
div.DivClassName
{
background-color: #DB1CD1;
}
.BgClassName
{
background-color: #DB1CD1;
}
</style>
border-color css
<style>
span { border-color: #DB1CD1; }
span { border-color: rgb(219,28,209); }
td.TdClassName
{
border-color: #DB1CD1;
}
.TagClassName
{
border-color: #DB1CD1;
}
</style>