Shades of Spicy Pink #DB2EB1
Tints of Spicy Pink #DB2EB1
RGB
CMYK
RGB Variations
Color information
#DB2EB1 (or 0xDB2EB1) is known color: Spicy Pink. HEX triplet: DB, 2E and B1. RGB value is (219,46,177). Sum of RGB (Red+Green+Blue) = 219+46+177=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2EB1 is #24D14E. Grayscale: #707070. Windows color (decimal): -2412879 or 11611867. OLE color: 11611867.
HSL color Cylindrical-coordinate representation of color #DB2EB1: hue angle of 314.57º 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 #DB2EB1 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 177 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.14 |
| HSL | 314.57º | 0.71% | 0.52% | - |
| HSV(B) | 314.57º | 0.79% | 0.86% | - |
| XYZ | 38.13 | 20.19 | 43.48 | - |
| YUV | 112.66 | 164.31 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 177 | 0 | 0.79 | 0.19 | 0.14 | 314.57 | 0.71 | 0.52 |
| Hex | DB | 2E | B1 | 0 | 4F | 13 | E | 13B | 47 | 34 |
| Octal | 333 | 56 | 261 | 0 | 117 | 23 | 16 | 473 | 107 | 64 |
| Binary | 11011011 | 101110 | 10110001 | 0 | 1001111 | 10011 | 1110 | 100111011 | 1000111 | 110100 |
Color Harmonies of #DB2EB1
Complementary color
Monochromatic Colors of #DB2EB1
Black with #DB2EB1
Text Example
Text Example
White with #DB2EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EB1; }
p { color: rgb(219,46,177); }
H1.HeaderClassName
{
color: #DB2EB1;
}
.AnyTagClassName
{
color: #DB2EB1;
}
</style>
background-color css
<style>
a { background-color: #DB2EB1; }
a { background-color: rgb(219,46,177); }
div.DivClassName
{
background-color: #DB2EB1;
}
.BgClassName
{
background-color: #DB2EB1;
}
</style>
border-color css
<style>
span { border-color: #DB2EB1; }
span { border-color: rgb(219,46,177); }
td.TdClassName
{
border-color: #DB2EB1;
}
.TagClassName
{
border-color: #DB2EB1;
}
</style>