Shades of Spicy Pink #DB2CB1
Tints of Spicy Pink #DB2CB1
RGB
CMYK
RGB Variations
Color information
#DB2CB1 (or 0xDB2CB1) is known color: Spicy Pink. HEX triplet: DB, 2C and B1. RGB value is (219,44,177). Sum of RGB (Red+Green+Blue) = 219+44+177=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2CB1 is #24D34E. Grayscale: #6F6F6F. Windows color (decimal): -2413391 or 11611355. OLE color: 11611355.
HSL color Cylindrical-coordinate representation of color #DB2CB1: hue angle of 314.4º 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 #DB2CB1 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 177 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.14 |
| HSL | 314.4º | 0.71% | 0.52% | - |
| HSV(B) | 314.4º | 0.8% | 0.86% | - |
| XYZ | 38.05 | 20.04 | 43.46 | - |
| YUV | 111.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 177 | 0 | 0.80 | 0.19 | 0.14 | 314.4 | 0.71 | 0.52 |
| Hex | DB | 2C | B1 | 0 | 50 | 13 | E | 13A | 47 | 34 |
| Octal | 333 | 54 | 261 | 0 | 120 | 23 | 16 | 472 | 107 | 64 |
| Binary | 11011011 | 101100 | 10110001 | 0 | 1010000 | 10011 | 1110 | 100111010 | 1000111 | 110100 |
Color Harmonies of #DB2CB1
Complementary color
Monochromatic Colors of #DB2CB1
Black with #DB2CB1
Text Example
Text Example
White with #DB2CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CB1; }
p { color: rgb(219,44,177); }
H1.HeaderClassName
{
color: #DB2CB1;
}
.AnyTagClassName
{
color: #DB2CB1;
}
</style>
background-color css
<style>
a { background-color: #DB2CB1; }
a { background-color: rgb(219,44,177); }
div.DivClassName
{
background-color: #DB2CB1;
}
.BgClassName
{
background-color: #DB2CB1;
}
</style>
border-color css
<style>
span { border-color: #DB2CB1; }
span { border-color: rgb(219,44,177); }
td.TdClassName
{
border-color: #DB2CB1;
}
.TagClassName
{
border-color: #DB2CB1;
}
</style>