Shades of Spicy Pink #DB20AE
Tints of Spicy Pink #DB20AE
RGB
CMYK
RGB Variations
Color information
#DB20AE (or 0xDB20AE) is known color: Spicy Pink. HEX triplet: DB, 20 and AE. RGB value is (219,32,174). Sum of RGB (Red+Green+Blue) = 219+32+174=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20AE is #24DF51. Grayscale: #676767. Windows color (decimal): -2416466 or 11411675. OLE color: 11411675.
HSL color Cylindrical-coordinate representation of color #DB20AE: hue angle of 314.44º 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 #DB20AE is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 174 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.14 |
| HSL | 314.44º | 0.75% | 0.49% | - |
| HSV(B) | 314.44º | 0.85% | 0.86% | - |
| XYZ | 37.37 | 19.15 | 41.77 | - |
| YUV | 104.1 | 167.45 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 174 | 0 | 0.85 | 0.21 | 0.14 | 314.44 | 0.75 | 0.49 |
| Hex | DB | 20 | AE | 0 | 55 | 15 | E | 13A | 4B | 31 |
| Octal | 333 | 40 | 256 | 0 | 125 | 25 | 16 | 472 | 113 | 61 |
| Binary | 11011011 | 100000 | 10101110 | 0 | 1010101 | 10101 | 1110 | 100111010 | 1001011 | 110001 |
Color Harmonies of #DB20AE
Complementary color
Monochromatic Colors of #DB20AE
Black with #DB20AE
Text Example
Text Example
White with #DB20AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20AE; }
p { color: rgb(219,32,174); }
H1.HeaderClassName
{
color: #DB20AE;
}
.AnyTagClassName
{
color: #DB20AE;
}
</style>
background-color css
<style>
a { background-color: #DB20AE; }
a { background-color: rgb(219,32,174); }
div.DivClassName
{
background-color: #DB20AE;
}
.BgClassName
{
background-color: #DB20AE;
}
</style>
border-color css
<style>
span { border-color: #DB20AE; }
span { border-color: rgb(219,32,174); }
td.TdClassName
{
border-color: #DB20AE;
}
.TagClassName
{
border-color: #DB20AE;
}
</style>