Shades of Spicy Pink #DB1EA5
Tints of Spicy Pink #DB1EA5
RGB
CMYK
RGB Variations
Color information
#DB1EA5 (or 0xDB1EA5) is known color: Spicy Pink. HEX triplet: DB, 1E and A5. RGB value is (219,30,165). Sum of RGB (Red+Green+Blue) = 219+30+165=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1EA5 is #24E15A. Grayscale: #656565. Windows color (decimal): -2416987 or 10821339. OLE color: 10821339.
HSL color Cylindrical-coordinate representation of color #DB1EA5: hue angle of 317.14º 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 #DB1EA5 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 165 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.14 |
| HSL | 317.14º | 0.76% | 0.49% | - |
| HSV(B) | 317.14º | 0.86% | 0.86% | - |
| XYZ | 36.47 | 18.71 | 37.29 | - |
| YUV | 101.9 | 163.62 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 165 | 0 | 0.86 | 0.25 | 0.14 | 317.14 | 0.76 | 0.49 |
| Hex | DB | 1E | A5 | 0 | 56 | 19 | E | 13D | 4C | 31 |
| Octal | 333 | 36 | 245 | 0 | 126 | 31 | 16 | 475 | 114 | 61 |
| Binary | 11011011 | 11110 | 10100101 | 0 | 1010110 | 11001 | 1110 | 100111101 | 1001100 | 110001 |
Color Harmonies of #DB1EA5
Complementary color
Monochromatic Colors of #DB1EA5
Black with #DB1EA5
Text Example
Text Example
White with #DB1EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EA5; }
p { color: rgb(219,30,165); }
H1.HeaderClassName
{
color: #DB1EA5;
}
.AnyTagClassName
{
color: #DB1EA5;
}
</style>
background-color css
<style>
a { background-color: #DB1EA5; }
a { background-color: rgb(219,30,165); }
div.DivClassName
{
background-color: #DB1EA5;
}
.BgClassName
{
background-color: #DB1EA5;
}
</style>
border-color css
<style>
span { border-color: #DB1EA5; }
span { border-color: rgb(219,30,165); }
td.TdClassName
{
border-color: #DB1EA5;
}
.TagClassName
{
border-color: #DB1EA5;
}
</style>