Shades of Spicy Pink #DB1AAC
Tints of Spicy Pink #DB1AAC
RGB
CMYK
RGB Variations
Color information
#DB1AAC (or 0xDB1AAC) is known color: Spicy Pink. HEX triplet: DB, 1A and AC. RGB value is (219,26,172). Sum of RGB (Red+Green+Blue) = 219+26+172=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AAC is #24E553. Grayscale: #636363. Windows color (decimal): -2418004 or 11279067. OLE color: 11279067.
HSL color Cylindrical-coordinate representation of color #DB1AAC: hue angle of 314.61º 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 #DB1AAC is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 172 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.14 |
| HSL | 314.61º | 0.79% | 0.48% | - |
| HSV(B) | 314.61º | 0.88% | 0.86% | - |
| XYZ | 37.03 | 18.78 | 40.7 | - |
| YUV | 100.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 172 | 0 | 0.88 | 0.21 | 0.14 | 314.61 | 0.79 | 0.48 |
| Hex | DB | 1A | AC | 0 | 58 | 15 | E | 13B | 4F | 30 |
| Octal | 333 | 32 | 254 | 0 | 130 | 25 | 16 | 473 | 117 | 60 |
| Binary | 11011011 | 11010 | 10101100 | 0 | 1011000 | 10101 | 1110 | 100111011 | 1001111 | 110000 |
Color Harmonies of #DB1AAC
Complementary color
Monochromatic Colors of #DB1AAC
Black with #DB1AAC
Text Example
Text Example
White with #DB1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AAC; }
p { color: rgb(219,26,172); }
H1.HeaderClassName
{
color: #DB1AAC;
}
.AnyTagClassName
{
color: #DB1AAC;
}
</style>
background-color css
<style>
a { background-color: #DB1AAC; }
a { background-color: rgb(219,26,172); }
div.DivClassName
{
background-color: #DB1AAC;
}
.BgClassName
{
background-color: #DB1AAC;
}
</style>
border-color css
<style>
span { border-color: #DB1AAC; }
span { border-color: rgb(219,26,172); }
td.TdClassName
{
border-color: #DB1AAC;
}
.TagClassName
{
border-color: #DB1AAC;
}
</style>