Shades of Spicy Pink #DB19AF
Tints of Spicy Pink #DB19AF
RGB
CMYK
RGB Variations
Color information
#DB19AF (or 0xDB19AF) is known color: Spicy Pink. HEX triplet: DB, 19 and AF. RGB value is (219,25,175). Sum of RGB (Red+Green+Blue) = 219+25+175=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19AF is #24E650. Grayscale: #636363. Windows color (decimal): -2418257 or 11475419. OLE color: 11475419.
HSL color Cylindrical-coordinate representation of color #DB19AF: hue angle of 313.61º 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 #DB19AF is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 175 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.14 |
| HSL | 313.61º | 0.8% | 0.48% | - |
| HSV(B) | 313.61º | 0.89% | 0.86% | - |
| XYZ | 37.3 | 18.85 | 42.23 | - |
| YUV | 100.11 | 170.27 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 175 | 0 | 0.89 | 0.20 | 0.14 | 313.61 | 0.8 | 0.48 |
| Hex | DB | 19 | AF | 0 | 59 | 14 | E | 13A | 50 | 30 |
| Octal | 333 | 31 | 257 | 0 | 131 | 24 | 16 | 472 | 120 | 60 |
| Binary | 11011011 | 11001 | 10101111 | 0 | 1011001 | 10100 | 1110 | 100111010 | 1010000 | 110000 |
Color Harmonies of #DB19AF
Complementary color
Monochromatic Colors of #DB19AF
Black with #DB19AF
Text Example
Text Example
White with #DB19AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19AF; }
p { color: rgb(219,25,175); }
H1.HeaderClassName
{
color: #DB19AF;
}
.AnyTagClassName
{
color: #DB19AF;
}
</style>
background-color css
<style>
a { background-color: #DB19AF; }
a { background-color: rgb(219,25,175); }
div.DivClassName
{
background-color: #DB19AF;
}
.BgClassName
{
background-color: #DB19AF;
}
</style>
border-color css
<style>
span { border-color: #DB19AF; }
span { border-color: rgb(219,25,175); }
td.TdClassName
{
border-color: #DB19AF;
}
.TagClassName
{
border-color: #DB19AF;
}
</style>