Shades of Spicy Pink #DB1AAB
Tints of Spicy Pink #DB1AAB
RGB
CMYK
RGB Variations
Color information
#DB1AAB (or 0xDB1AAB) is known color: Spicy Pink. HEX triplet: DB, 1A and AB. RGB value is (219,26,171). Sum of RGB (Red+Green+Blue) = 219+26+171=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AAB is #24E554. Grayscale: #636363. Windows color (decimal): -2418005 or 11213531. OLE color: 11213531.
HSL color Cylindrical-coordinate representation of color #DB1AAB: hue angle of 314.92º 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 #DB1AAB is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 171 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.14 |
| HSL | 314.92º | 0.79% | 0.48% | - |
| HSV(B) | 314.92º | 0.88% | 0.86% | - |
| XYZ | 36.93 | 18.74 | 40.2 | - |
| YUV | 100.24 | 167.94 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 171 | 0 | 0.88 | 0.22 | 0.14 | 314.92 | 0.79 | 0.48 |
| Hex | DB | 1A | AB | 0 | 58 | 16 | E | 13B | 4F | 30 |
| Octal | 333 | 32 | 253 | 0 | 130 | 26 | 16 | 473 | 117 | 60 |
| Binary | 11011011 | 11010 | 10101011 | 0 | 1011000 | 10110 | 1110 | 100111011 | 1001111 | 110000 |
Color Harmonies of #DB1AAB
Complementary color
Monochromatic Colors of #DB1AAB
Black with #DB1AAB
Text Example
Text Example
White with #DB1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AAB; }
p { color: rgb(219,26,171); }
H1.HeaderClassName
{
color: #DB1AAB;
}
.AnyTagClassName
{
color: #DB1AAB;
}
</style>
background-color css
<style>
a { background-color: #DB1AAB; }
a { background-color: rgb(219,26,171); }
div.DivClassName
{
background-color: #DB1AAB;
}
.BgClassName
{
background-color: #DB1AAB;
}
</style>
border-color css
<style>
span { border-color: #DB1AAB; }
span { border-color: rgb(219,26,171); }
td.TdClassName
{
border-color: #DB1AAB;
}
.TagClassName
{
border-color: #DB1AAB;
}
</style>