Shades of Spicy Pink #DB29B5
Tints of Spicy Pink #DB29B5
RGB
CMYK
RGB Variations
Color information
#DB29B5 (or 0xDB29B5) is known color: Spicy Pink. HEX triplet: DB, 29 and B5. RGB value is (219,41,181). Sum of RGB (Red+Green+Blue) = 219+41+181=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29B5 is #24D64A. Grayscale: #6D6D6D. Windows color (decimal): -2414155 or 11872731. OLE color: 11872731.
HSL color Cylindrical-coordinate representation of color #DB29B5: hue angle of 312.81º 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 #DB29B5 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 181 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.14 |
| HSL | 312.81º | 0.71% | 0.51% | - |
| HSV(B) | 312.81º | 0.81% | 0.86% | - |
| XYZ | 38.35 | 19.98 | 45.55 | - |
| YUV | 110.18 | 167.97 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 181 | 0 | 0.81 | 0.17 | 0.14 | 312.81 | 0.71 | 0.51 |
| Hex | DB | 29 | B5 | 0 | 51 | 11 | E | 139 | 47 | 33 |
| Octal | 333 | 51 | 265 | 0 | 121 | 21 | 16 | 471 | 107 | 63 |
| Binary | 11011011 | 101001 | 10110101 | 0 | 1010001 | 10001 | 1110 | 100111001 | 1000111 | 110011 |
Color Harmonies of #DB29B5
Complementary color
Monochromatic Colors of #DB29B5
Black with #DB29B5
Text Example
Text Example
White with #DB29B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29B5; }
p { color: rgb(219,41,181); }
H1.HeaderClassName
{
color: #DB29B5;
}
.AnyTagClassName
{
color: #DB29B5;
}
</style>
background-color css
<style>
a { background-color: #DB29B5; }
a { background-color: rgb(219,41,181); }
div.DivClassName
{
background-color: #DB29B5;
}
.BgClassName
{
background-color: #DB29B5;
}
</style>
border-color css
<style>
span { border-color: #DB29B5; }
span { border-color: rgb(219,41,181); }
td.TdClassName
{
border-color: #DB29B5;
}
.TagClassName
{
border-color: #DB29B5;
}
</style>