Shades of Deep Magenta #DB1CCD
Tints of Deep Magenta #DB1CCD
RGB
CMYK
RGB Variations
Color information
#DB1CCD (or 0xDB1CCD) is known color: Deep Magenta. HEX triplet: DB, 1C and CD. RGB value is (219,28,205). Sum of RGB (Red+Green+Blue) = 219+28+205=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CCD is #24E332. Grayscale: #686868. Windows color (decimal): -2417459 or 13442267. OLE color: 13442267.
HSL color Cylindrical-coordinate representation of color #DB1CCD: hue angle of 304.4º 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 #DB1CCD is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 205 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.14 |
| HSL | 304.4º | 0.77% | 0.48% | - |
| HSV(B) | 304.4º | 0.87% | 0.86% | - |
| XYZ | 40.65 | 20.3 | 59.53 | - |
| YUV | 105.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 205 | 0 | 0.87 | 0.06 | 0.14 | 304.4 | 0.77 | 0.48 |
| Hex | DB | 1C | CD | 0 | 57 | 6 | E | 130 | 4D | 30 |
| Octal | 333 | 34 | 315 | 0 | 127 | 6 | 16 | 460 | 115 | 60 |
| Binary | 11011011 | 11100 | 11001101 | 0 | 1010111 | 110 | 1110 | 100110000 | 1001101 | 110000 |
Color Harmonies of #DB1CCD
Complementary color
Monochromatic Colors of #DB1CCD
Black with #DB1CCD
Text Example
Text Example
White with #DB1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CCD; }
p { color: rgb(219,28,205); }
H1.HeaderClassName
{
color: #DB1CCD;
}
.AnyTagClassName
{
color: #DB1CCD;
}
</style>
background-color css
<style>
a { background-color: #DB1CCD; }
a { background-color: rgb(219,28,205); }
div.DivClassName
{
background-color: #DB1CCD;
}
.BgClassName
{
background-color: #DB1CCD;
}
</style>
border-color css
<style>
span { border-color: #DB1CCD; }
span { border-color: rgb(219,28,205); }
td.TdClassName
{
border-color: #DB1CCD;
}
.TagClassName
{
border-color: #DB1CCD;
}
</style>