Shades of Spicy Pink #DB29B7
Tints of Spicy Pink #DB29B7
RGB
CMYK
RGB Variations
Color information
#DB29B7 (or 0xDB29B7) is known color: Spicy Pink. HEX triplet: DB, 29 and B7. RGB value is (219,41,183). Sum of RGB (Red+Green+Blue) = 219+41+183=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29B7 is #24D648. Grayscale: #6E6E6E. Windows color (decimal): -2414153 or 12003803. OLE color: 12003803.
HSL color Cylindrical-coordinate representation of color #DB29B7: hue angle of 312.13º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB29B7 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 183 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.14 |
| HSL | 312.13º | 0.71% | 0.51% | - |
| HSV(B) | 312.13º | 0.81% | 0.86% | - |
| XYZ | 38.55 | 20.06 | 46.64 | - |
| YUV | 110.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 183 | 0 | 0.81 | 0.16 | 0.14 | 312.13 | 0.71 | 0.51 |
| Hex | DB | 29 | B7 | 0 | 51 | 10 | E | 138 | 47 | 33 |
| Octal | 333 | 51 | 267 | 0 | 121 | 20 | 16 | 470 | 107 | 63 |
| Binary | 11011011 | 101001 | 10110111 | 0 | 1010001 | 10000 | 1110 | 100111000 | 1000111 | 110011 |
Color Harmonies of #DB29B7
Complementary color
Monochromatic Colors of #DB29B7
Black with #DB29B7
Text Example
Text Example
White with #DB29B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29B7; }
p { color: rgb(219,41,183); }
H1.HeaderClassName
{
color: #DB29B7;
}
.AnyTagClassName
{
color: #DB29B7;
}
</style>
background-color css
<style>
a { background-color: #DB29B7; }
a { background-color: rgb(219,41,183); }
div.DivClassName
{
background-color: #DB29B7;
}
.BgClassName
{
background-color: #DB29B7;
}
</style>
border-color css
<style>
span { border-color: #DB29B7; }
span { border-color: rgb(219,41,183); }
td.TdClassName
{
border-color: #DB29B7;
}
.TagClassName
{
border-color: #DB29B7;
}
</style>