Shades of Spicy Pink #DB1AA9
Tints of Spicy Pink #DB1AA9
RGB
CMYK
RGB Variations
Color information
#DB1AA9 (or 0xDB1AA9) is known color: Spicy Pink. HEX triplet: DB, 1A and A9. RGB value is (219,26,169). Sum of RGB (Red+Green+Blue) = 219+26+169=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AA9 is #24E556. Grayscale: #636363. Windows color (decimal): -2418007 or 11082459. OLE color: 11082459.
HSL color Cylindrical-coordinate representation of color #DB1AA9: hue angle of 315.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AA9 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 169 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.14 |
| HSL | 315.54º | 0.79% | 0.48% | - |
| HSV(B) | 315.54º | 0.88% | 0.86% | - |
| XYZ | 36.74 | 18.66 | 39.2 | - |
| YUV | 100.01 | 166.94 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 169 | 0 | 0.88 | 0.23 | 0.14 | 315.54 | 0.79 | 0.48 |
| Hex | DB | 1A | A9 | 0 | 58 | 17 | E | 13C | 4F | 30 |
| Octal | 333 | 32 | 251 | 0 | 130 | 27 | 16 | 474 | 117 | 60 |
| Binary | 11011011 | 11010 | 10101001 | 0 | 1011000 | 10111 | 1110 | 100111100 | 1001111 | 110000 |
Color Harmonies of #DB1AA9
Complementary color
Monochromatic Colors of #DB1AA9
Black with #DB1AA9
Text Example
Text Example
White with #DB1AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AA9; }
p { color: rgb(219,26,169); }
H1.HeaderClassName
{
color: #DB1AA9;
}
.AnyTagClassName
{
color: #DB1AA9;
}
</style>
background-color css
<style>
a { background-color: #DB1AA9; }
a { background-color: rgb(219,26,169); }
div.DivClassName
{
background-color: #DB1AA9;
}
.BgClassName
{
background-color: #DB1AA9;
}
</style>
border-color css
<style>
span { border-color: #DB1AA9; }
span { border-color: rgb(219,26,169); }
td.TdClassName
{
border-color: #DB1AA9;
}
.TagClassName
{
border-color: #DB1AA9;
}
</style>