Shades of Spicy Pink #DB19AD
Tints of Spicy Pink #DB19AD
RGB
CMYK
RGB Variations
Color information
#DB19AD (or 0xDB19AD) is known color: Spicy Pink. HEX triplet: DB, 19 and AD. RGB value is (219,25,173). Sum of RGB (Red+Green+Blue) = 219+25+173=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19AD is #24E652. Grayscale: #636363. Windows color (decimal): -2418259 or 11344347. OLE color: 11344347.
HSL color Cylindrical-coordinate representation of color #DB19AD: hue angle of 314.23º 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 #DB19AD is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 173 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.14 |
| HSL | 314.23º | 0.8% | 0.48% | - |
| HSV(B) | 314.23º | 0.89% | 0.86% | - |
| XYZ | 37.1 | 18.77 | 41.2 | - |
| YUV | 99.88 | 169.27 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 173 | 0 | 0.89 | 0.21 | 0.14 | 314.23 | 0.8 | 0.48 |
| Hex | DB | 19 | AD | 0 | 59 | 15 | E | 13A | 50 | 30 |
| Octal | 333 | 31 | 255 | 0 | 131 | 25 | 16 | 472 | 120 | 60 |
| Binary | 11011011 | 11001 | 10101101 | 0 | 1011001 | 10101 | 1110 | 100111010 | 1010000 | 110000 |
Color Harmonies of #DB19AD
Complementary color
Monochromatic Colors of #DB19AD
Black with #DB19AD
Text Example
Text Example
White with #DB19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19AD; }
p { color: rgb(219,25,173); }
H1.HeaderClassName
{
color: #DB19AD;
}
.AnyTagClassName
{
color: #DB19AD;
}
</style>
background-color css
<style>
a { background-color: #DB19AD; }
a { background-color: rgb(219,25,173); }
div.DivClassName
{
background-color: #DB19AD;
}
.BgClassName
{
background-color: #DB19AD;
}
</style>
border-color css
<style>
span { border-color: #DB19AD; }
span { border-color: rgb(219,25,173); }
td.TdClassName
{
border-color: #DB19AD;
}
.TagClassName
{
border-color: #DB19AD;
}
</style>