Shades of Spicy Pink #DB2AB0
Tints of Spicy Pink #DB2AB0
RGB
CMYK
RGB Variations
Color information
#DB2AB0 (or 0xDB2AB0) is known color: Spicy Pink. HEX triplet: DB, 2A and B0. RGB value is (219,42,176). Sum of RGB (Red+Green+Blue) = 219+42+176=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2AB0 is #24D54F. Grayscale: #6D6D6D. Windows color (decimal): -2413904 or 11545307. OLE color: 11545307.
HSL color Cylindrical-coordinate representation of color #DB2AB0: hue angle of 314.58º 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 #DB2AB0 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 176 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.14 |
| HSL | 314.58º | 0.71% | 0.51% | - |
| HSV(B) | 314.58º | 0.81% | 0.86% | - |
| XYZ | 37.88 | 19.85 | 42.91 | - |
| YUV | 110.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 176 | 0 | 0.81 | 0.20 | 0.14 | 314.58 | 0.71 | 0.51 |
| Hex | DB | 2A | B0 | 0 | 51 | 14 | E | 13B | 47 | 33 |
| Octal | 333 | 52 | 260 | 0 | 121 | 24 | 16 | 473 | 107 | 63 |
| Binary | 11011011 | 101010 | 10110000 | 0 | 1010001 | 10100 | 1110 | 100111011 | 1000111 | 110011 |
Color Harmonies of #DB2AB0
Complementary color
Monochromatic Colors of #DB2AB0
Black with #DB2AB0
Text Example
Text Example
White with #DB2AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AB0; }
p { color: rgb(219,42,176); }
H1.HeaderClassName
{
color: #DB2AB0;
}
.AnyTagClassName
{
color: #DB2AB0;
}
</style>
background-color css
<style>
a { background-color: #DB2AB0; }
a { background-color: rgb(219,42,176); }
div.DivClassName
{
background-color: #DB2AB0;
}
.BgClassName
{
background-color: #DB2AB0;
}
</style>
border-color css
<style>
span { border-color: #DB2AB0; }
span { border-color: rgb(219,42,176); }
td.TdClassName
{
border-color: #DB2AB0;
}
.TagClassName
{
border-color: #DB2AB0;
}
</style>