Shades of Spicy Pink #DB1EAC
Tints of Spicy Pink #DB1EAC
RGB
CMYK
RGB Variations
Color information
#DB1EAC (or 0xDB1EAC) is known color: Spicy Pink. HEX triplet: DB, 1E and AC. RGB value is (219,30,172). Sum of RGB (Red+Green+Blue) = 219+30+172=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1EAC is #24E153. Grayscale: #666666. Windows color (decimal): -2416980 or 11280091. OLE color: 11280091.
HSL color Cylindrical-coordinate representation of color #DB1EAC: hue angle of 314.92º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1EAC is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 172 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.14 |
| HSL | 314.92º | 0.76% | 0.49% | - |
| HSV(B) | 314.92º | 0.86% | 0.86% | - |
| XYZ | 37.12 | 18.97 | 40.73 | - |
| YUV | 102.7 | 167.12 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 172 | 0 | 0.86 | 0.21 | 0.14 | 314.92 | 0.76 | 0.49 |
| Hex | DB | 1E | AC | 0 | 56 | 15 | E | 13B | 4C | 31 |
| Octal | 333 | 36 | 254 | 0 | 126 | 25 | 16 | 473 | 114 | 61 |
| Binary | 11011011 | 11110 | 10101100 | 0 | 1010110 | 10101 | 1110 | 100111011 | 1001100 | 110001 |
Color Harmonies of #DB1EAC
Complementary color
Monochromatic Colors of #DB1EAC
Black with #DB1EAC
Text Example
Text Example
White with #DB1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EAC; }
p { color: rgb(219,30,172); }
H1.HeaderClassName
{
color: #DB1EAC;
}
.AnyTagClassName
{
color: #DB1EAC;
}
</style>
background-color css
<style>
a { background-color: #DB1EAC; }
a { background-color: rgb(219,30,172); }
div.DivClassName
{
background-color: #DB1EAC;
}
.BgClassName
{
background-color: #DB1EAC;
}
</style>
border-color css
<style>
span { border-color: #DB1EAC; }
span { border-color: rgb(219,30,172); }
td.TdClassName
{
border-color: #DB1EAC;
}
.TagClassName
{
border-color: #DB1EAC;
}
</style>