Shades of Spicy Pink #DB2CB5
Tints of Spicy Pink #DB2CB5
RGB
CMYK
RGB Variations
Color information
#DB2CB5 (or 0xDB2CB5) is known color: Spicy Pink. HEX triplet: DB, 2C and B5. RGB value is (219,44,181). Sum of RGB (Red+Green+Blue) = 219+44+181=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CB5 is #24D34A. Grayscale: #6F6F6F. Windows color (decimal): -2413387 or 11873499. OLE color: 11873499.
HSL color Cylindrical-coordinate representation of color #DB2CB5: hue angle of 313.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2CB5 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 181 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.14 |
| HSL | 313.03º | 0.71% | 0.52% | - |
| HSV(B) | 313.03º | 0.8% | 0.86% | - |
| XYZ | 38.45 | 20.2 | 45.59 | - |
| YUV | 111.94 | 166.98 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 181 | 0 | 0.80 | 0.17 | 0.14 | 313.03 | 0.71 | 0.52 |
| Hex | DB | 2C | B5 | 0 | 50 | 11 | E | 139 | 47 | 34 |
| Octal | 333 | 54 | 265 | 0 | 120 | 21 | 16 | 471 | 107 | 64 |
| Binary | 11011011 | 101100 | 10110101 | 0 | 1010000 | 10001 | 1110 | 100111001 | 1000111 | 110100 |
Color Harmonies of #DB2CB5
Complementary color
Monochromatic Colors of #DB2CB5
Black with #DB2CB5
Text Example
Text Example
White with #DB2CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CB5; }
p { color: rgb(219,44,181); }
H1.HeaderClassName
{
color: #DB2CB5;
}
.AnyTagClassName
{
color: #DB2CB5;
}
</style>
background-color css
<style>
a { background-color: #DB2CB5; }
a { background-color: rgb(219,44,181); }
div.DivClassName
{
background-color: #DB2CB5;
}
.BgClassName
{
background-color: #DB2CB5;
}
</style>
border-color css
<style>
span { border-color: #DB2CB5; }
span { border-color: rgb(219,44,181); }
td.TdClassName
{
border-color: #DB2CB5;
}
.TagClassName
{
border-color: #DB2CB5;
}
</style>