Shades of Spicy Pink #DB20A8
Tints of Spicy Pink #DB20A8
RGB
CMYK
RGB Variations
Color information
#DB20A8 (or 0xDB20A8) is known color: Spicy Pink. HEX triplet: DB, 20 and A8. RGB value is (219,32,168). Sum of RGB (Red+Green+Blue) = 219+32+168=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20A8 is #24DF57. Grayscale: #676767. Windows color (decimal): -2416472 or 11018459. OLE color: 11018459.
HSL color Cylindrical-coordinate representation of color #DB20A8: hue angle of 316.36º degrees, saturation: 0.75, 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 #DB20A8 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 168 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.14 |
| HSL | 316.36º | 0.75% | 0.49% | - |
| HSV(B) | 316.36º | 0.85% | 0.86% | - |
| XYZ | 36.8 | 18.92 | 38.76 | - |
| YUV | 103.42 | 164.45 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 168 | 0 | 0.85 | 0.23 | 0.14 | 316.36 | 0.75 | 0.49 |
| Hex | DB | 20 | A8 | 0 | 55 | 17 | E | 13C | 4B | 31 |
| Octal | 333 | 40 | 250 | 0 | 125 | 27 | 16 | 474 | 113 | 61 |
| Binary | 11011011 | 100000 | 10101000 | 0 | 1010101 | 10111 | 1110 | 100111100 | 1001011 | 110001 |
Color Harmonies of #DB20A8
Complementary color
Monochromatic Colors of #DB20A8
Black with #DB20A8
Text Example
Text Example
White with #DB20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20A8; }
p { color: rgb(219,32,168); }
H1.HeaderClassName
{
color: #DB20A8;
}
.AnyTagClassName
{
color: #DB20A8;
}
</style>
background-color css
<style>
a { background-color: #DB20A8; }
a { background-color: rgb(219,32,168); }
div.DivClassName
{
background-color: #DB20A8;
}
.BgClassName
{
background-color: #DB20A8;
}
</style>
border-color css
<style>
span { border-color: #DB20A8; }
span { border-color: rgb(219,32,168); }
td.TdClassName
{
border-color: #DB20A8;
}
.TagClassName
{
border-color: #DB20A8;
}
</style>