Shades of Spicy Pink #DB2BB2
Tints of Spicy Pink #DB2BB2
RGB
CMYK
RGB Variations
Color information
#DB2BB2 (or 0xDB2BB2) is known color: Spicy Pink. HEX triplet: DB, 2B and B2. RGB value is (219,43,178). Sum of RGB (Red+Green+Blue) = 219+43+178=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2BB2 is #24D44D. Grayscale: #6E6E6E. Windows color (decimal): -2413646 or 11676635. OLE color: 11676635.
HSL color Cylindrical-coordinate representation of color #DB2BB2: hue angle of 313.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2BB2 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 178 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.14 |
| HSL | 313.98º | 0.71% | 0.51% | - |
| HSV(B) | 313.98º | 0.8% | 0.86% | - |
| XYZ | 38.11 | 20 | 43.97 | - |
| YUV | 111.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 178 | 0 | 0.80 | 0.19 | 0.14 | 313.98 | 0.71 | 0.51 |
| Hex | DB | 2B | B2 | 0 | 50 | 13 | E | 13A | 47 | 33 |
| Octal | 333 | 53 | 262 | 0 | 120 | 23 | 16 | 472 | 107 | 63 |
| Binary | 11011011 | 101011 | 10110010 | 0 | 1010000 | 10011 | 1110 | 100111010 | 1000111 | 110011 |
Color Harmonies of #DB2BB2
Complementary color
Monochromatic Colors of #DB2BB2
Black with #DB2BB2
Text Example
Text Example
White with #DB2BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BB2; }
p { color: rgb(219,43,178); }
H1.HeaderClassName
{
color: #DB2BB2;
}
.AnyTagClassName
{
color: #DB2BB2;
}
</style>
background-color css
<style>
a { background-color: #DB2BB2; }
a { background-color: rgb(219,43,178); }
div.DivClassName
{
background-color: #DB2BB2;
}
.BgClassName
{
background-color: #DB2BB2;
}
</style>
border-color css
<style>
span { border-color: #DB2BB2; }
span { border-color: rgb(219,43,178); }
td.TdClassName
{
border-color: #DB2BB2;
}
.TagClassName
{
border-color: #DB2BB2;
}
</style>