Shades of Spicy Pink #DB20AD
Tints of Spicy Pink #DB20AD
RGB
CMYK
RGB Variations
Color information
#DB20AD (or 0xDB20AD) is known color: Spicy Pink. HEX triplet: DB, 20 and AD. RGB value is (219,32,173). Sum of RGB (Red+Green+Blue) = 219+32+173=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20AD is #24DF52. Grayscale: #676767. Windows color (decimal): -2416467 or 11346139. OLE color: 11346139.
HSL color Cylindrical-coordinate representation of color #DB20AD: hue angle of 314.76º 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 #DB20AD is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 173 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.14 |
| HSL | 314.76º | 0.75% | 0.49% | - |
| HSV(B) | 314.76º | 0.85% | 0.86% | - |
| XYZ | 37.27 | 19.11 | 41.26 | - |
| YUV | 103.99 | 166.95 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 173 | 0 | 0.85 | 0.21 | 0.14 | 314.76 | 0.75 | 0.49 |
| Hex | DB | 20 | AD | 0 | 55 | 15 | E | 13B | 4B | 31 |
| Octal | 333 | 40 | 255 | 0 | 125 | 25 | 16 | 473 | 113 | 61 |
| Binary | 11011011 | 100000 | 10101101 | 0 | 1010101 | 10101 | 1110 | 100111011 | 1001011 | 110001 |
Color Harmonies of #DB20AD
Complementary color
Monochromatic Colors of #DB20AD
Black with #DB20AD
Text Example
Text Example
White with #DB20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20AD; }
p { color: rgb(219,32,173); }
H1.HeaderClassName
{
color: #DB20AD;
}
.AnyTagClassName
{
color: #DB20AD;
}
</style>
background-color css
<style>
a { background-color: #DB20AD; }
a { background-color: rgb(219,32,173); }
div.DivClassName
{
background-color: #DB20AD;
}
.BgClassName
{
background-color: #DB20AD;
}
</style>
border-color css
<style>
span { border-color: #DB20AD; }
span { border-color: rgb(219,32,173); }
td.TdClassName
{
border-color: #DB20AD;
}
.TagClassName
{
border-color: #DB20AD;
}
</style>