Shades of Spicy Pink #DB2EB5
Tints of Spicy Pink #DB2EB5
RGB
CMYK
RGB Variations
Color information
#DB2EB5 (or 0xDB2EB5) is known color: Spicy Pink. HEX triplet: DB, 2E and B5. RGB value is (219,46,181). Sum of RGB (Red+Green+Blue) = 219+46+181=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EB5 is #24D14A. Grayscale: #707070. Windows color (decimal): -2412875 or 11874011. OLE color: 11874011.
HSL color Cylindrical-coordinate representation of color #DB2EB5: hue angle of 313.18º 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 #DB2EB5 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 181 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.14 |
| HSL | 313.18º | 0.71% | 0.52% | - |
| HSV(B) | 313.18º | 0.79% | 0.86% | - |
| XYZ | 38.53 | 20.35 | 45.61 | - |
| YUV | 113.12 | 166.31 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 181 | 0 | 0.79 | 0.17 | 0.14 | 313.18 | 0.71 | 0.52 |
| Hex | DB | 2E | B5 | 0 | 4F | 11 | E | 139 | 47 | 34 |
| Octal | 333 | 56 | 265 | 0 | 117 | 21 | 16 | 471 | 107 | 64 |
| Binary | 11011011 | 101110 | 10110101 | 0 | 1001111 | 10001 | 1110 | 100111001 | 1000111 | 110100 |
Color Harmonies of #DB2EB5
Complementary color
Monochromatic Colors of #DB2EB5
Black with #DB2EB5
Text Example
Text Example
White with #DB2EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EB5; }
p { color: rgb(219,46,181); }
H1.HeaderClassName
{
color: #DB2EB5;
}
.AnyTagClassName
{
color: #DB2EB5;
}
</style>
background-color css
<style>
a { background-color: #DB2EB5; }
a { background-color: rgb(219,46,181); }
div.DivClassName
{
background-color: #DB2EB5;
}
.BgClassName
{
background-color: #DB2EB5;
}
</style>
border-color css
<style>
span { border-color: #DB2EB5; }
span { border-color: rgb(219,46,181); }
td.TdClassName
{
border-color: #DB2EB5;
}
.TagClassName
{
border-color: #DB2EB5;
}
</style>