Shades of Spicy Pink #DB2DB2
Tints of Spicy Pink #DB2DB2
RGB
CMYK
RGB Variations
Color information
#DB2DB2 (or 0xDB2DB2) is known color: Spicy Pink. HEX triplet: DB, 2D and B2. RGB value is (219,45,178). Sum of RGB (Red+Green+Blue) = 219+45+178=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2DB2 is #24D24D. Grayscale: #6F6F6F. Windows color (decimal): -2413134 or 11677147. OLE color: 11677147.
HSL color Cylindrical-coordinate representation of color #DB2DB2: hue angle of 314.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2DB2 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 178 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.14 |
| HSL | 314.14º | 0.71% | 0.52% | - |
| HSV(B) | 314.14º | 0.79% | 0.86% | - |
| XYZ | 38.19 | 20.15 | 44 | - |
| YUV | 112.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 178 | 0 | 0.79 | 0.19 | 0.14 | 314.14 | 0.71 | 0.52 |
| Hex | DB | 2D | B2 | 0 | 4F | 13 | E | 13A | 47 | 34 |
| Octal | 333 | 55 | 262 | 0 | 117 | 23 | 16 | 472 | 107 | 64 |
| Binary | 11011011 | 101101 | 10110010 | 0 | 1001111 | 10011 | 1110 | 100111010 | 1000111 | 110100 |
Color Harmonies of #DB2DB2
Complementary color
Monochromatic Colors of #DB2DB2
Black with #DB2DB2
Text Example
Text Example
White with #DB2DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DB2; }
p { color: rgb(219,45,178); }
H1.HeaderClassName
{
color: #DB2DB2;
}
.AnyTagClassName
{
color: #DB2DB2;
}
</style>
background-color css
<style>
a { background-color: #DB2DB2; }
a { background-color: rgb(219,45,178); }
div.DivClassName
{
background-color: #DB2DB2;
}
.BgClassName
{
background-color: #DB2DB2;
}
</style>
border-color css
<style>
span { border-color: #DB2DB2; }
span { border-color: rgb(219,45,178); }
td.TdClassName
{
border-color: #DB2DB2;
}
.TagClassName
{
border-color: #DB2DB2;
}
</style>