Shades of Spicy Pink #DB2DB5
Tints of Spicy Pink #DB2DB5
RGB
CMYK
RGB Variations
Color information
#DB2DB5 (or 0xDB2DB5) is known color: Spicy Pink. HEX triplet: DB, 2D and B5. RGB value is (219,45,181). Sum of RGB (Red+Green+Blue) = 219+45+181=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DB5 is #24D24A. Grayscale: #707070. Windows color (decimal): -2413131 or 11873755. OLE color: 11873755.
HSL color Cylindrical-coordinate representation of color #DB2DB5: hue angle of 313.1º 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 #DB2DB5 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 181 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.14 |
| HSL | 313.1º | 0.71% | 0.52% | - |
| HSV(B) | 313.1º | 0.79% | 0.86% | - |
| XYZ | 38.49 | 20.27 | 45.6 | - |
| YUV | 112.53 | 166.65 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 181 | 0 | 0.79 | 0.17 | 0.14 | 313.1 | 0.71 | 0.52 |
| Hex | DB | 2D | B5 | 0 | 4F | 11 | E | 139 | 47 | 34 |
| Octal | 333 | 55 | 265 | 0 | 117 | 21 | 16 | 471 | 107 | 64 |
| Binary | 11011011 | 101101 | 10110101 | 0 | 1001111 | 10001 | 1110 | 100111001 | 1000111 | 110100 |
Color Harmonies of #DB2DB5
Complementary color
Monochromatic Colors of #DB2DB5
Black with #DB2DB5
Text Example
Text Example
White with #DB2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2DB5; }
p { color: rgb(219,45,181); }
H1.HeaderClassName
{
color: #DB2DB5;
}
.AnyTagClassName
{
color: #DB2DB5;
}
</style>
background-color css
<style>
a { background-color: #DB2DB5; }
a { background-color: rgb(219,45,181); }
div.DivClassName
{
background-color: #DB2DB5;
}
.BgClassName
{
background-color: #DB2DB5;
}
</style>
border-color css
<style>
span { border-color: #DB2DB5; }
span { border-color: rgb(219,45,181); }
td.TdClassName
{
border-color: #DB2DB5;
}
.TagClassName
{
border-color: #DB2DB5;
}
</style>