Shades of Spicy Pink #DB2AB5
Tints of Spicy Pink #DB2AB5
RGB
CMYK
RGB Variations
Color information
#DB2AB5 (or 0xDB2AB5) is known color: Spicy Pink. HEX triplet: DB, 2A and B5. RGB value is (219,42,181). Sum of RGB (Red+Green+Blue) = 219+42+181=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AB5 is #24D54A. Grayscale: #6E6E6E. Windows color (decimal): -2413899 or 11872987. OLE color: 11872987.
HSL color Cylindrical-coordinate representation of color #DB2AB5: hue angle of 312.88º 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 #DB2AB5 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 181 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.14 |
| HSL | 312.88º | 0.71% | 0.51% | - |
| HSV(B) | 312.88º | 0.81% | 0.86% | - |
| XYZ | 38.38 | 20.05 | 45.56 | - |
| YUV | 110.77 | 167.64 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 181 | 0 | 0.81 | 0.17 | 0.14 | 312.88 | 0.71 | 0.51 |
| Hex | DB | 2A | B5 | 0 | 51 | 11 | E | 139 | 47 | 33 |
| Octal | 333 | 52 | 265 | 0 | 121 | 21 | 16 | 471 | 107 | 63 |
| Binary | 11011011 | 101010 | 10110101 | 0 | 1010001 | 10001 | 1110 | 100111001 | 1000111 | 110011 |
Color Harmonies of #DB2AB5
Complementary color
Monochromatic Colors of #DB2AB5
Black with #DB2AB5
Text Example
Text Example
White with #DB2AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AB5; }
p { color: rgb(219,42,181); }
H1.HeaderClassName
{
color: #DB2AB5;
}
.AnyTagClassName
{
color: #DB2AB5;
}
</style>
background-color css
<style>
a { background-color: #DB2AB5; }
a { background-color: rgb(219,42,181); }
div.DivClassName
{
background-color: #DB2AB5;
}
.BgClassName
{
background-color: #DB2AB5;
}
</style>
border-color css
<style>
span { border-color: #DB2AB5; }
span { border-color: rgb(219,42,181); }
td.TdClassName
{
border-color: #DB2AB5;
}
.TagClassName
{
border-color: #DB2AB5;
}
</style>