Shades of Spicy Pink #DB1AAA
Tints of Spicy Pink #DB1AAA
RGB
CMYK
RGB Variations
Color information
#DB1AAA (or 0xDB1AAA) is known color: Spicy Pink. HEX triplet: DB, 1A and AA. RGB value is (219,26,170). Sum of RGB (Red+Green+Blue) = 219+26+170=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AAA is #24E555. Grayscale: #636363. Windows color (decimal): -2418006 or 11147995. OLE color: 11147995.
HSL color Cylindrical-coordinate representation of color #DB1AAA: hue angle of 315.23º 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 #DB1AAA is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 170 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.14 |
| HSL | 315.23º | 0.79% | 0.48% | - |
| HSV(B) | 315.23º | 0.88% | 0.86% | - |
| XYZ | 36.84 | 18.7 | 39.7 | - |
| YUV | 100.12 | 167.44 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 170 | 0 | 0.88 | 0.22 | 0.14 | 315.23 | 0.79 | 0.48 |
| Hex | DB | 1A | AA | 0 | 58 | 16 | E | 13B | 4F | 30 |
| Octal | 333 | 32 | 252 | 0 | 130 | 26 | 16 | 473 | 117 | 60 |
| Binary | 11011011 | 11010 | 10101010 | 0 | 1011000 | 10110 | 1110 | 100111011 | 1001111 | 110000 |
Color Harmonies of #DB1AAA
Complementary color
Monochromatic Colors of #DB1AAA
Black with #DB1AAA
Text Example
Text Example
White with #DB1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AAA; }
p { color: rgb(219,26,170); }
H1.HeaderClassName
{
color: #DB1AAA;
}
.AnyTagClassName
{
color: #DB1AAA;
}
</style>
background-color css
<style>
a { background-color: #DB1AAA; }
a { background-color: rgb(219,26,170); }
div.DivClassName
{
background-color: #DB1AAA;
}
.BgClassName
{
background-color: #DB1AAA;
}
</style>
border-color css
<style>
span { border-color: #DB1AAA; }
span { border-color: rgb(219,26,170); }
td.TdClassName
{
border-color: #DB1AAA;
}
.TagClassName
{
border-color: #DB1AAA;
}
</style>