Shades of Spicy Pink #DB1FAD
Tints of Spicy Pink #DB1FAD
RGB
CMYK
RGB Variations
Color information
#DB1FAD (or 0xDB1FAD) is known color: Spicy Pink. HEX triplet: DB, 1F and AD. RGB value is (219,31,173). Sum of RGB (Red+Green+Blue) = 219+31+173=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1FAD is #24E052. Grayscale: #676767. Windows color (decimal): -2416723 or 11345883. OLE color: 11345883.
HSL color Cylindrical-coordinate representation of color #DB1FAD: hue angle of 314.68º degrees, saturation: 0.75, 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 #DB1FAD is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 173 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.14 |
| HSL | 314.68º | 0.75% | 0.49% | - |
| HSV(B) | 314.68º | 0.86% | 0.86% | - |
| XYZ | 37.25 | 19.06 | 41.25 | - |
| YUV | 103.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 173 | 0 | 0.86 | 0.21 | 0.14 | 314.68 | 0.75 | 0.49 |
| Hex | DB | 1F | AD | 0 | 56 | 15 | E | 13B | 4B | 31 |
| Octal | 333 | 37 | 255 | 0 | 126 | 25 | 16 | 473 | 113 | 61 |
| Binary | 11011011 | 11111 | 10101101 | 0 | 1010110 | 10101 | 1110 | 100111011 | 1001011 | 110001 |
Color Harmonies of #DB1FAD
Complementary color
Monochromatic Colors of #DB1FAD
Black with #DB1FAD
Text Example
Text Example
White with #DB1FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FAD; }
p { color: rgb(219,31,173); }
H1.HeaderClassName
{
color: #DB1FAD;
}
.AnyTagClassName
{
color: #DB1FAD;
}
</style>
background-color css
<style>
a { background-color: #DB1FAD; }
a { background-color: rgb(219,31,173); }
div.DivClassName
{
background-color: #DB1FAD;
}
.BgClassName
{
background-color: #DB1FAD;
}
</style>
border-color css
<style>
span { border-color: #DB1FAD; }
span { border-color: rgb(219,31,173); }
td.TdClassName
{
border-color: #DB1FAD;
}
.TagClassName
{
border-color: #DB1FAD;
}
</style>