Shades of Deep Magenta #DB1CDF
Tints of Deep Magenta #DB1CDF
RGB
CMYK
RGB Variations
Color information
#DB1CDF (or 0xDB1CDF) is known color: Deep Magenta. HEX triplet: DB, 1C and DF. RGB value is (219,28,223). Sum of RGB (Red+Green+Blue) = 219+28+223=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB1CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CDF is #24E320. Grayscale: #6A6A6A. Windows color (decimal): -2417441 or 14621915. OLE color: 14621915.
HSL color Cylindrical-coordinate representation of color #DB1CDF: hue angle of 298.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CDF is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 28 | 223 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.13 |
| HSL | 298.77º | 0.78% | 0.49% | - |
| HSV(B) | 298.77º | 0.87% | 0.87% | - |
| XYZ | 42.95 | 21.22 | 71.64 | - |
| YUV | 107.34 | 193.28 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 223 | 0.02 | 0.87 | 0 | 0.13 | 298.77 | 0.78 | 0.49 |
| Hex | DB | 1C | DF | 2 | 57 | 0 | D | 12B | 4E | 31 |
| Octal | 333 | 34 | 337 | 2 | 127 | 0 | 15 | 453 | 116 | 61 |
| Binary | 11011011 | 11100 | 11011111 | 10 | 1010111 | 0 | 1101 | 100101011 | 1001110 | 110001 |
Color Harmonies of #DB1CDF
Complementary color
Monochromatic Colors of #DB1CDF
Black with #DB1CDF
Text Example
Text Example
White with #DB1CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CDF; }
p { color: rgb(219,28,223); }
H1.HeaderClassName
{
color: #DB1CDF;
}
.AnyTagClassName
{
color: #DB1CDF;
}
</style>
background-color css
<style>
a { background-color: #DB1CDF; }
a { background-color: rgb(219,28,223); }
div.DivClassName
{
background-color: #DB1CDF;
}
.BgClassName
{
background-color: #DB1CDF;
}
</style>
border-color css
<style>
span { border-color: #DB1CDF; }
span { border-color: rgb(219,28,223); }
td.TdClassName
{
border-color: #DB1CDF;
}
.TagClassName
{
border-color: #DB1CDF;
}
</style>