Shades of Spicy Pink #DB21AB
Tints of Spicy Pink #DB21AB
RGB
CMYK
RGB Variations
Color information
#DB21AB (or 0xDB21AB) is known color: Spicy Pink. HEX triplet: DB, 21 and AB. RGB value is (219,33,171). Sum of RGB (Red+Green+Blue) = 219+33+171=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB21AB is #24DE54. Grayscale: #676767. Windows color (decimal): -2416213 or 11215323. OLE color: 11215323.
HSL color Cylindrical-coordinate representation of color #DB21AB: hue angle of 315.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB21AB is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 171 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.14 |
| HSL | 315.48º | 0.74% | 0.49% | - |
| HSV(B) | 315.48º | 0.85% | 0.86% | - |
| XYZ | 37.11 | 19.09 | 40.26 | - |
| YUV | 104.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 171 | 0 | 0.85 | 0.22 | 0.14 | 315.48 | 0.74 | 0.49 |
| Hex | DB | 21 | AB | 0 | 55 | 16 | E | 13B | 4A | 31 |
| Octal | 333 | 41 | 253 | 0 | 125 | 26 | 16 | 473 | 112 | 61 |
| Binary | 11011011 | 100001 | 10101011 | 0 | 1010101 | 10110 | 1110 | 100111011 | 1001010 | 110001 |
Color Harmonies of #DB21AB
Complementary color
Monochromatic Colors of #DB21AB
Black with #DB21AB
Text Example
Text Example
White with #DB21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21AB; }
p { color: rgb(219,33,171); }
H1.HeaderClassName
{
color: #DB21AB;
}
.AnyTagClassName
{
color: #DB21AB;
}
</style>
background-color css
<style>
a { background-color: #DB21AB; }
a { background-color: rgb(219,33,171); }
div.DivClassName
{
background-color: #DB21AB;
}
.BgClassName
{
background-color: #DB21AB;
}
</style>
border-color css
<style>
span { border-color: #DB21AB; }
span { border-color: rgb(219,33,171); }
td.TdClassName
{
border-color: #DB21AB;
}
.TagClassName
{
border-color: #DB21AB;
}
</style>