Shades of Spicy Pink #DB2DB6
Tints of Spicy Pink #DB2DB6
RGB
CMYK
RGB Variations
Color information
#DB2DB6 (or 0xDB2DB6) is known color: Spicy Pink. HEX triplet: DB, 2D and B6. RGB value is (219,45,182). Sum of RGB (Red+Green+Blue) = 219+45+182=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DB6 is #24D249. Grayscale: #707070. Windows color (decimal): -2413130 or 11939291. OLE color: 11939291.
HSL color Cylindrical-coordinate representation of color #DB2DB6: hue angle of 312.76º 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 #DB2DB6 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 182 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.14 |
| HSL | 312.76º | 0.71% | 0.52% | - |
| HSV(B) | 312.76º | 0.79% | 0.86% | - |
| XYZ | 38.6 | 20.31 | 46.14 | - |
| YUV | 112.64 | 167.15 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 182 | 0 | 0.79 | 0.17 | 0.14 | 312.76 | 0.71 | 0.52 |
| Hex | DB | 2D | B6 | 0 | 4F | 11 | E | 139 | 47 | 34 |
| Octal | 333 | 55 | 266 | 0 | 117 | 21 | 16 | 471 | 107 | 64 |
| Binary | 11011011 | 101101 | 10110110 | 0 | 1001111 | 10001 | 1110 | 100111001 | 1000111 | 110100 |
Color Harmonies of #DB2DB6
Complementary color
Monochromatic Colors of #DB2DB6
Black with #DB2DB6
Text Example
Text Example
White with #DB2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DB6; }
p { color: rgb(219,45,182); }
H1.HeaderClassName
{
color: #DB2DB6;
}
.AnyTagClassName
{
color: #DB2DB6;
}
</style>
background-color css
<style>
a { background-color: #DB2DB6; }
a { background-color: rgb(219,45,182); }
div.DivClassName
{
background-color: #DB2DB6;
}
.BgClassName
{
background-color: #DB2DB6;
}
</style>
border-color css
<style>
span { border-color: #DB2DB6; }
span { border-color: rgb(219,45,182); }
td.TdClassName
{
border-color: #DB2DB6;
}
.TagClassName
{
border-color: #DB2DB6;
}
</style>