Shades of Spicy Pink #DB22B1
Tints of Spicy Pink #DB22B1
RGB
CMYK
RGB Variations
Color information
#DB22B1 (or 0xDB22B1) is known color: Spicy Pink. HEX triplet: DB, 22 and B1. RGB value is (219,34,177). Sum of RGB (Red+Green+Blue) = 219+34+177=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB22B1 is #24DD4E. Grayscale: #696969. Windows color (decimal): -2415951 or 11608795. OLE color: 11608795.
HSL color Cylindrical-coordinate representation of color #DB22B1: hue angle of 313.62º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22B1 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 177 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.14 |
| HSL | 313.62º | 0.73% | 0.5% | - |
| HSV(B) | 313.62º | 0.84% | 0.86% | - |
| XYZ | 37.72 | 19.38 | 43.35 | - |
| YUV | 105.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 177 | 0 | 0.84 | 0.19 | 0.14 | 313.62 | 0.73 | 0.5 |
| Hex | DB | 22 | B1 | 0 | 54 | 13 | E | 13A | 49 | 32 |
| Octal | 333 | 42 | 261 | 0 | 124 | 23 | 16 | 472 | 111 | 62 |
| Binary | 11011011 | 100010 | 10110001 | 0 | 1010100 | 10011 | 1110 | 100111010 | 1001001 | 110010 |
Color Harmonies of #DB22B1
Complementary color
Monochromatic Colors of #DB22B1
Black with #DB22B1
Text Example
Text Example
White with #DB22B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22B1; }
p { color: rgb(219,34,177); }
H1.HeaderClassName
{
color: #DB22B1;
}
.AnyTagClassName
{
color: #DB22B1;
}
</style>
background-color css
<style>
a { background-color: #DB22B1; }
a { background-color: rgb(219,34,177); }
div.DivClassName
{
background-color: #DB22B1;
}
.BgClassName
{
background-color: #DB22B1;
}
</style>
border-color css
<style>
span { border-color: #DB22B1; }
span { border-color: rgb(219,34,177); }
td.TdClassName
{
border-color: #DB22B1;
}
.TagClassName
{
border-color: #DB22B1;
}
</style>