Shades of Spicy Pink #DB19AB
Tints of Spicy Pink #DB19AB
RGB
CMYK
RGB Variations
Color information
#DB19AB (or 0xDB19AB) is known color: Spicy Pink. HEX triplet: DB, 19 and AB. RGB value is (219,25,171). Sum of RGB (Red+Green+Blue) = 219+25+171=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19AB is #24E654. Grayscale: #636363. Windows color (decimal): -2418261 or 11213275. OLE color: 11213275.
HSL color Cylindrical-coordinate representation of color #DB19AB: hue angle of 314.85º 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 #DB19AB is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 25 | 171 | - |
CMYK | 0 | 0.89 | 0.22 | 0.14 |
HSL | 314.85º | 0.8% | 0.48% | - |
HSV(B) | 314.85º | 0.89% | 0.86% | - |
XYZ | 36.91 | 18.7 | 40.19 | - |
YUV | 99.65 | 168.27 | 213.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 25 | 171 | 0 | 0.89 | 0.22 | 0.14 | 314.85 | 0.8 | 0.48 |
Hex | DB | 19 | AB | 0 | 59 | 16 | E | 13B | 50 | 30 |
Octal | 333 | 31 | 253 | 0 | 131 | 26 | 16 | 473 | 120 | 60 |
Binary | 11011011 | 11001 | 10101011 | 0 | 1011001 | 10110 | 1110 | 100111011 | 1010000 | 110000 |
Color Harmonies of #DB19AB
Complementary color
Monochromatic Colors of #DB19AB
Black with #DB19AB
Text Example
Text Example
White with #DB19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19AB; }
p { color: rgb(219,25,171); }
H1.HeaderClassName
{
color: #DB19AB;
}
.AnyTagClassName
{
color: #DB19AB;
}
</style>
background-color css
<style>
a { background-color: #DB19AB; }
a { background-color: rgb(219,25,171); }
div.DivClassName
{
background-color: #DB19AB;
}
.BgClassName
{
background-color: #DB19AB;
}
</style>
border-color css
<style>
span { border-color: #DB19AB; }
span { border-color: rgb(219,25,171); }
td.TdClassName
{
border-color: #DB19AB;
}
.TagClassName
{
border-color: #DB19AB;
}
</style>