Shades of Spicy Pink #DB2CB2
Tints of Spicy Pink #DB2CB2
RGB
CMYK
RGB Variations
Color information
#DB2CB2 (or 0xDB2CB2) is known color: Spicy Pink. HEX triplet: DB, 2C and B2. RGB value is (219,44,178). Sum of RGB (Red+Green+Blue) = 219+44+178=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2CB2 is #24D34D. Grayscale: #6F6F6F. Windows color (decimal): -2413390 or 11676891. OLE color: 11676891.
HSL color Cylindrical-coordinate representation of color #DB2CB2: hue angle of 314.06º 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 #DB2CB2 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 178 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.14 |
| HSL | 314.06º | 0.71% | 0.52% | - |
| HSV(B) | 314.06º | 0.8% | 0.86% | - |
| XYZ | 38.15 | 20.08 | 43.98 | - |
| YUV | 111.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 178 | 0 | 0.80 | 0.19 | 0.14 | 314.06 | 0.71 | 0.52 |
| Hex | DB | 2C | B2 | 0 | 50 | 13 | E | 13A | 47 | 34 |
| Octal | 333 | 54 | 262 | 0 | 120 | 23 | 16 | 472 | 107 | 64 |
| Binary | 11011011 | 101100 | 10110010 | 0 | 1010000 | 10011 | 1110 | 100111010 | 1000111 | 110100 |
Color Harmonies of #DB2CB2
Complementary color
Monochromatic Colors of #DB2CB2
Black with #DB2CB2
Text Example
Text Example
White with #DB2CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CB2; }
p { color: rgb(219,44,178); }
H1.HeaderClassName
{
color: #DB2CB2;
}
.AnyTagClassName
{
color: #DB2CB2;
}
</style>
background-color css
<style>
a { background-color: #DB2CB2; }
a { background-color: rgb(219,44,178); }
div.DivClassName
{
background-color: #DB2CB2;
}
.BgClassName
{
background-color: #DB2CB2;
}
</style>
border-color css
<style>
span { border-color: #DB2CB2; }
span { border-color: rgb(219,44,178); }
td.TdClassName
{
border-color: #DB2CB2;
}
.TagClassName
{
border-color: #DB2CB2;
}
</style>