Shades of Spicy Pink #DB21A7
Tints of Spicy Pink #DB21A7
RGB
CMYK
RGB Variations
Color information
#DB21A7 (or 0xDB21A7) is known color: Spicy Pink. HEX triplet: DB, 21 and A7. RGB value is (219,33,167). Sum of RGB (Red+Green+Blue) = 219+33+167=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB21A7 is #24DE58. Grayscale: #676767. Windows color (decimal): -2416217 or 10953179. OLE color: 10953179.
HSL color Cylindrical-coordinate representation of color #DB21A7: hue angle of 316.77º 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 #DB21A7 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 167 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.14 |
| HSL | 316.77º | 0.74% | 0.49% | - |
| HSV(B) | 316.77º | 0.85% | 0.86% | - |
| XYZ | 36.73 | 18.94 | 38.28 | - |
| YUV | 103.89 | 163.62 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 167 | 0 | 0.85 | 0.24 | 0.14 | 316.77 | 0.74 | 0.49 |
| Hex | DB | 21 | A7 | 0 | 55 | 18 | E | 13D | 4A | 31 |
| Octal | 333 | 41 | 247 | 0 | 125 | 30 | 16 | 475 | 112 | 61 |
| Binary | 11011011 | 100001 | 10100111 | 0 | 1010101 | 11000 | 1110 | 100111101 | 1001010 | 110001 |
Color Harmonies of #DB21A7
Complementary color
Monochromatic Colors of #DB21A7
Black with #DB21A7
Text Example
Text Example
White with #DB21A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21A7; }
p { color: rgb(219,33,167); }
H1.HeaderClassName
{
color: #DB21A7;
}
.AnyTagClassName
{
color: #DB21A7;
}
</style>
background-color css
<style>
a { background-color: #DB21A7; }
a { background-color: rgb(219,33,167); }
div.DivClassName
{
background-color: #DB21A7;
}
.BgClassName
{
background-color: #DB21A7;
}
</style>
border-color css
<style>
span { border-color: #DB21A7; }
span { border-color: rgb(219,33,167); }
td.TdClassName
{
border-color: #DB21A7;
}
.TagClassName
{
border-color: #DB21A7;
}
</style>