Shades of Spicy Pink #DB1DAC
Tints of Spicy Pink #DB1DAC
RGB
CMYK
RGB Variations
Color information
#DB1DAC (or 0xDB1DAC) is known color: Spicy Pink. HEX triplet: DB, 1D and AC. RGB value is (219,29,172). Sum of RGB (Red+Green+Blue) = 219+29+172=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1DAC is #24E253. Grayscale: #656565. Windows color (decimal): -2417236 or 11279835. OLE color: 11279835.
HSL color Cylindrical-coordinate representation of color #DB1DAC: hue angle of 314.84º 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 #DB1DAC is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 172 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.14 |
| HSL | 314.84º | 0.77% | 0.49% | - |
| HSV(B) | 314.84º | 0.87% | 0.86% | - |
| XYZ | 37.1 | 18.92 | 40.73 | - |
| YUV | 102.11 | 167.45 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 172 | 0 | 0.87 | 0.21 | 0.14 | 314.84 | 0.77 | 0.49 |
| Hex | DB | 1D | AC | 0 | 57 | 15 | E | 13B | 4D | 31 |
| Octal | 333 | 35 | 254 | 0 | 127 | 25 | 16 | 473 | 115 | 61 |
| Binary | 11011011 | 11101 | 10101100 | 0 | 1010111 | 10101 | 1110 | 100111011 | 1001101 | 110001 |
Color Harmonies of #DB1DAC
Complementary color
Monochromatic Colors of #DB1DAC
Black with #DB1DAC
Text Example
Text Example
White with #DB1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DAC; }
p { color: rgb(219,29,172); }
H1.HeaderClassName
{
color: #DB1DAC;
}
.AnyTagClassName
{
color: #DB1DAC;
}
</style>
background-color css
<style>
a { background-color: #DB1DAC; }
a { background-color: rgb(219,29,172); }
div.DivClassName
{
background-color: #DB1DAC;
}
.BgClassName
{
background-color: #DB1DAC;
}
</style>
border-color css
<style>
span { border-color: #DB1DAC; }
span { border-color: rgb(219,29,172); }
td.TdClassName
{
border-color: #DB1DAC;
}
.TagClassName
{
border-color: #DB1DAC;
}
</style>