Shades of Spicy Pink #DB1DAD
Tints of Spicy Pink #DB1DAD
RGB
CMYK
RGB Variations
Color information
#DB1DAD (or 0xDB1DAD) is known color: Spicy Pink. HEX triplet: DB, 1D and AD. RGB value is (219,29,173). Sum of RGB (Red+Green+Blue) = 219+29+173=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1DAD is #24E252. Grayscale: #656565. Windows color (decimal): -2417235 or 11345371. OLE color: 11345371.
HSL color Cylindrical-coordinate representation of color #DB1DAD: hue angle of 314.53º 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 #DB1DAD is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 173 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.14 |
| HSL | 314.53º | 0.77% | 0.49% | - |
| HSV(B) | 314.53º | 0.87% | 0.86% | - |
| XYZ | 37.2 | 18.96 | 41.23 | - |
| YUV | 102.23 | 167.95 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 173 | 0 | 0.87 | 0.21 | 0.14 | 314.53 | 0.77 | 0.49 |
| Hex | DB | 1D | AD | 0 | 57 | 15 | E | 13B | 4D | 31 |
| Octal | 333 | 35 | 255 | 0 | 127 | 25 | 16 | 473 | 115 | 61 |
| Binary | 11011011 | 11101 | 10101101 | 0 | 1010111 | 10101 | 1110 | 100111011 | 1001101 | 110001 |
Color Harmonies of #DB1DAD
Complementary color
Monochromatic Colors of #DB1DAD
Black with #DB1DAD
Text Example
Text Example
White with #DB1DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DAD; }
p { color: rgb(219,29,173); }
H1.HeaderClassName
{
color: #DB1DAD;
}
.AnyTagClassName
{
color: #DB1DAD;
}
</style>
background-color css
<style>
a { background-color: #DB1DAD; }
a { background-color: rgb(219,29,173); }
div.DivClassName
{
background-color: #DB1DAD;
}
.BgClassName
{
background-color: #DB1DAD;
}
</style>
border-color css
<style>
span { border-color: #DB1DAD; }
span { border-color: rgb(219,29,173); }
td.TdClassName
{
border-color: #DB1DAD;
}
.TagClassName
{
border-color: #DB1DAD;
}
</style>