Shades of Deep Magenta #DB1FCD
Tints of Deep Magenta #DB1FCD
RGB
CMYK
RGB Variations
Color information
#DB1FCD (or 0xDB1FCD) is known color: Deep Magenta. HEX triplet: DB, 1F and CD. RGB value is (219,31,205). Sum of RGB (Red+Green+Blue) = 219+31+205=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FCD is #24E032. Grayscale: #6A6A6A. Windows color (decimal): -2416691 or 13443035. OLE color: 13443035.
HSL color Cylindrical-coordinate representation of color #DB1FCD: hue angle of 304.47º 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 #DB1FCD is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 205 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.14 |
| HSL | 304.47º | 0.75% | 0.49% | - |
| HSV(B) | 304.47º | 0.86% | 0.86% | - |
| XYZ | 40.72 | 20.45 | 59.56 | - |
| YUV | 107.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 205 | 0 | 0.86 | 0.06 | 0.14 | 304.47 | 0.75 | 0.49 |
| Hex | DB | 1F | CD | 0 | 56 | 6 | E | 130 | 4B | 31 |
| Octal | 333 | 37 | 315 | 0 | 126 | 6 | 16 | 460 | 113 | 61 |
| Binary | 11011011 | 11111 | 11001101 | 0 | 1010110 | 110 | 1110 | 100110000 | 1001011 | 110001 |
Color Harmonies of #DB1FCD
Complementary color
Monochromatic Colors of #DB1FCD
Black with #DB1FCD
Text Example
Text Example
White with #DB1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FCD; }
p { color: rgb(219,31,205); }
H1.HeaderClassName
{
color: #DB1FCD;
}
.AnyTagClassName
{
color: #DB1FCD;
}
</style>
background-color css
<style>
a { background-color: #DB1FCD; }
a { background-color: rgb(219,31,205); }
div.DivClassName
{
background-color: #DB1FCD;
}
.BgClassName
{
background-color: #DB1FCD;
}
</style>
border-color css
<style>
span { border-color: #DB1FCD; }
span { border-color: rgb(219,31,205); }
td.TdClassName
{
border-color: #DB1FCD;
}
.TagClassName
{
border-color: #DB1FCD;
}
</style>