Shades of Spicy Pink #DB1EAD
Tints of Spicy Pink #DB1EAD
RGB
CMYK
RGB Variations
Color information
#DB1EAD (or 0xDB1EAD) is known color: Spicy Pink. HEX triplet: DB, 1E and AD. RGB value is (219,30,173). Sum of RGB (Red+Green+Blue) = 219+30+173=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1EAD is #24E152. Grayscale: #666666. Windows color (decimal): -2416979 or 11345627. OLE color: 11345627.
HSL color Cylindrical-coordinate representation of color #DB1EAD: hue angle of 314.6º 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 #DB1EAD is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 173 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.14 |
| HSL | 314.6º | 0.76% | 0.49% | - |
| HSV(B) | 314.6º | 0.86% | 0.86% | - |
| XYZ | 37.22 | 19.01 | 41.24 | - |
| YUV | 102.81 | 167.62 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 173 | 0 | 0.86 | 0.21 | 0.14 | 314.6 | 0.76 | 0.49 |
| Hex | DB | 1E | AD | 0 | 56 | 15 | E | 13B | 4C | 31 |
| Octal | 333 | 36 | 255 | 0 | 126 | 25 | 16 | 473 | 114 | 61 |
| Binary | 11011011 | 11110 | 10101101 | 0 | 1010110 | 10101 | 1110 | 100111011 | 1001100 | 110001 |
Color Harmonies of #DB1EAD
Complementary color
Monochromatic Colors of #DB1EAD
Black with #DB1EAD
Text Example
Text Example
White with #DB1EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EAD; }
p { color: rgb(219,30,173); }
H1.HeaderClassName
{
color: #DB1EAD;
}
.AnyTagClassName
{
color: #DB1EAD;
}
</style>
background-color css
<style>
a { background-color: #DB1EAD; }
a { background-color: rgb(219,30,173); }
div.DivClassName
{
background-color: #DB1EAD;
}
.BgClassName
{
background-color: #DB1EAD;
}
</style>
border-color css
<style>
span { border-color: #DB1EAD; }
span { border-color: rgb(219,30,173); }
td.TdClassName
{
border-color: #DB1EAD;
}
.TagClassName
{
border-color: #DB1EAD;
}
</style>