Shades of Spicy Pink #DB19AC
Tints of Spicy Pink #DB19AC
RGB
CMYK
RGB Variations
Color information
#DB19AC (or 0xDB19AC) is known color: Spicy Pink. HEX triplet: DB, 19 and AC. RGB value is (219,25,172). Sum of RGB (Red+Green+Blue) = 219+25+172=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19AC is #24E653. Grayscale: #636363. Windows color (decimal): -2418260 or 11278811. OLE color: 11278811.
HSL color Cylindrical-coordinate representation of color #DB19AC: hue angle of 314.54º 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 #DB19AC is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 172 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.14 |
| HSL | 314.54º | 0.8% | 0.48% | - |
| HSV(B) | 314.54º | 0.89% | 0.86% | - |
| XYZ | 37.01 | 18.73 | 40.7 | - |
| YUV | 99.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 172 | 0 | 0.89 | 0.21 | 0.14 | 314.54 | 0.8 | 0.48 |
| Hex | DB | 19 | AC | 0 | 59 | 15 | E | 13B | 50 | 30 |
| Octal | 333 | 31 | 254 | 0 | 131 | 25 | 16 | 473 | 120 | 60 |
| Binary | 11011011 | 11001 | 10101100 | 0 | 1011001 | 10101 | 1110 | 100111011 | 1010000 | 110000 |
Color Harmonies of #DB19AC
Complementary color
Monochromatic Colors of #DB19AC
Black with #DB19AC
Text Example
Text Example
White with #DB19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19AC; }
p { color: rgb(219,25,172); }
H1.HeaderClassName
{
color: #DB19AC;
}
.AnyTagClassName
{
color: #DB19AC;
}
</style>
background-color css
<style>
a { background-color: #DB19AC; }
a { background-color: rgb(219,25,172); }
div.DivClassName
{
background-color: #DB19AC;
}
.BgClassName
{
background-color: #DB19AC;
}
</style>
border-color css
<style>
span { border-color: #DB19AC; }
span { border-color: rgb(219,25,172); }
td.TdClassName
{
border-color: #DB19AC;
}
.TagClassName
{
border-color: #DB19AC;
}
</style>