Shades of Spicy Pink #DB1CAD
Tints of Spicy Pink #DB1CAD
RGB
CMYK
RGB Variations
Color information
#DB1CAD (or 0xDB1CAD) is known color: Spicy Pink. HEX triplet: DB, 1C and AD. RGB value is (219,28,173). Sum of RGB (Red+Green+Blue) = 219+28+173=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CAD is #24E352. Grayscale: #656565. Windows color (decimal): -2417491 or 11345115. OLE color: 11345115.
HSL color Cylindrical-coordinate representation of color #DB1CAD: hue angle of 314.45º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CAD is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 173 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.14 |
| HSL | 314.45º | 0.77% | 0.48% | - |
| HSV(B) | 314.45º | 0.87% | 0.86% | - |
| XYZ | 37.17 | 18.91 | 41.23 | - |
| YUV | 101.64 | 168.28 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 173 | 0 | 0.87 | 0.21 | 0.14 | 314.45 | 0.77 | 0.48 |
| Hex | DB | 1C | AD | 0 | 57 | 15 | E | 13A | 4D | 30 |
| Octal | 333 | 34 | 255 | 0 | 127 | 25 | 16 | 472 | 115 | 60 |
| Binary | 11011011 | 11100 | 10101101 | 0 | 1010111 | 10101 | 1110 | 100111010 | 1001101 | 110000 |
Color Harmonies of #DB1CAD
Complementary color
Monochromatic Colors of #DB1CAD
Black with #DB1CAD
Text Example
Text Example
White with #DB1CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CAD; }
p { color: rgb(219,28,173); }
H1.HeaderClassName
{
color: #DB1CAD;
}
.AnyTagClassName
{
color: #DB1CAD;
}
</style>
background-color css
<style>
a { background-color: #DB1CAD; }
a { background-color: rgb(219,28,173); }
div.DivClassName
{
background-color: #DB1CAD;
}
.BgClassName
{
background-color: #DB1CAD;
}
</style>
border-color css
<style>
span { border-color: #DB1CAD; }
span { border-color: rgb(219,28,173); }
td.TdClassName
{
border-color: #DB1CAD;
}
.TagClassName
{
border-color: #DB1CAD;
}
</style>