Shades of Deep Magenta #DB18C5
Tints of Deep Magenta #DB18C5
RGB
CMYK
RGB Variations
Color information
#DB18C5 (or 0xDB18C5) is known color: Deep Magenta. HEX triplet: DB, 18 and C5. RGB value is (219,24,197). Sum of RGB (Red+Green+Blue) = 219+24+197=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB18C5 is #24E73A. Grayscale: #656565. Windows color (decimal): -2418491 or 12916955. OLE color: 12916955.
HSL color Cylindrical-coordinate representation of color #DB18C5: hue angle of 306.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB18C5 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 197 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.14 |
| HSL | 306.77º | 0.8% | 0.48% | - |
| HSV(B) | 306.77º | 0.89% | 0.86% | - |
| XYZ | 39.62 | 19.74 | 54.55 | - |
| YUV | 102.03 | 181.6 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 197 | 0 | 0.89 | 0.10 | 0.14 | 306.77 | 0.8 | 0.48 |
| Hex | DB | 18 | C5 | 0 | 59 | A | E | 133 | 50 | 30 |
| Octal | 333 | 30 | 305 | 0 | 131 | 12 | 16 | 463 | 120 | 60 |
| Binary | 11011011 | 11000 | 11000101 | 0 | 1011001 | 1010 | 1110 | 100110011 | 1010000 | 110000 |
Color Harmonies of #DB18C5
Complementary color
Monochromatic Colors of #DB18C5
Black with #DB18C5
Text Example
Text Example
White with #DB18C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18C5; }
p { color: rgb(219,24,197); }
H1.HeaderClassName
{
color: #DB18C5;
}
.AnyTagClassName
{
color: #DB18C5;
}
</style>
background-color css
<style>
a { background-color: #DB18C5; }
a { background-color: rgb(219,24,197); }
div.DivClassName
{
background-color: #DB18C5;
}
.BgClassName
{
background-color: #DB18C5;
}
</style>
border-color css
<style>
span { border-color: #DB18C5; }
span { border-color: rgb(219,24,197); }
td.TdClassName
{
border-color: #DB18C5;
}
.TagClassName
{
border-color: #DB18C5;
}
</style>