Shades of Spicy Pink #DB1DAB
Tints of Spicy Pink #DB1DAB
RGB
CMYK
RGB Variations
Color information
#DB1DAB (or 0xDB1DAB) is known color: Spicy Pink. HEX triplet: DB, 1D and AB. RGB value is (219,29,171). Sum of RGB (Red+Green+Blue) = 219+29+171=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1DAB is #24E254. Grayscale: #656565. Windows color (decimal): -2417237 or 11214299. OLE color: 11214299.
HSL color Cylindrical-coordinate representation of color #DB1DAB: hue angle of 315.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1DAB is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 171 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.14 |
| HSL | 315.16º | 0.77% | 0.49% | - |
| HSV(B) | 315.16º | 0.87% | 0.86% | - |
| XYZ | 37 | 18.88 | 40.22 | - |
| YUV | 102 | 166.95 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 171 | 0 | 0.87 | 0.22 | 0.14 | 315.16 | 0.77 | 0.49 |
| Hex | DB | 1D | AB | 0 | 57 | 16 | E | 13B | 4D | 31 |
| Octal | 333 | 35 | 253 | 0 | 127 | 26 | 16 | 473 | 115 | 61 |
| Binary | 11011011 | 11101 | 10101011 | 0 | 1010111 | 10110 | 1110 | 100111011 | 1001101 | 110001 |
Color Harmonies of #DB1DAB
Complementary color
Monochromatic Colors of #DB1DAB
Black with #DB1DAB
Text Example
Text Example
White with #DB1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DAB; }
p { color: rgb(219,29,171); }
H1.HeaderClassName
{
color: #DB1DAB;
}
.AnyTagClassName
{
color: #DB1DAB;
}
</style>
background-color css
<style>
a { background-color: #DB1DAB; }
a { background-color: rgb(219,29,171); }
div.DivClassName
{
background-color: #DB1DAB;
}
.BgClassName
{
background-color: #DB1DAB;
}
</style>
border-color css
<style>
span { border-color: #DB1DAB; }
span { border-color: rgb(219,29,171); }
td.TdClassName
{
border-color: #DB1DAB;
}
.TagClassName
{
border-color: #DB1DAB;
}
</style>