Shades of Spicy Pink #DB19AE
Tints of Spicy Pink #DB19AE
RGB
CMYK
RGB Variations
Color information
#DB19AE (or 0xDB19AE) is known color: Spicy Pink. HEX triplet: DB, 19 and AE. RGB value is (219,25,174). Sum of RGB (Red+Green+Blue) = 219+25+174=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19AE is #24E651. Grayscale: #636363. Windows color (decimal): -2418258 or 11409883. OLE color: 11409883.
HSL color Cylindrical-coordinate representation of color #DB19AE: hue angle of 313.92º 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 #DB19AE is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 174 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.14 |
| HSL | 313.92º | 0.8% | 0.48% | - |
| HSV(B) | 313.92º | 0.89% | 0.86% | - |
| XYZ | 37.2 | 18.81 | 41.71 | - |
| YUV | 99.99 | 169.77 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 174 | 0 | 0.89 | 0.21 | 0.14 | 313.92 | 0.8 | 0.48 |
| Hex | DB | 19 | AE | 0 | 59 | 15 | E | 13A | 50 | 30 |
| Octal | 333 | 31 | 256 | 0 | 131 | 25 | 16 | 472 | 120 | 60 |
| Binary | 11011011 | 11001 | 10101110 | 0 | 1011001 | 10101 | 1110 | 100111010 | 1010000 | 110000 |
Color Harmonies of #DB19AE
Complementary color
Monochromatic Colors of #DB19AE
Black with #DB19AE
Text Example
Text Example
White with #DB19AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19AE; }
p { color: rgb(219,25,174); }
H1.HeaderClassName
{
color: #DB19AE;
}
.AnyTagClassName
{
color: #DB19AE;
}
</style>
background-color css
<style>
a { background-color: #DB19AE; }
a { background-color: rgb(219,25,174); }
div.DivClassName
{
background-color: #DB19AE;
}
.BgClassName
{
background-color: #DB19AE;
}
</style>
border-color css
<style>
span { border-color: #DB19AE; }
span { border-color: rgb(219,25,174); }
td.TdClassName
{
border-color: #DB19AE;
}
.TagClassName
{
border-color: #DB19AE;
}
</style>