Shades of Spicy Pink #DB20AF
Tints of Spicy Pink #DB20AF
RGB
CMYK
RGB Variations
Color information
#DB20AF (or 0xDB20AF) is known color: Spicy Pink. HEX triplet: DB, 20 and AF. RGB value is (219,32,175). Sum of RGB (Red+Green+Blue) = 219+32+175=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20AF is #24DF50. Grayscale: #676767. Windows color (decimal): -2416465 or 11477211. OLE color: 11477211.
HSL color Cylindrical-coordinate representation of color #DB20AF: hue angle of 314.12º 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 #DB20AF is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 175 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.14 |
| HSL | 314.12º | 0.75% | 0.49% | - |
| HSV(B) | 314.12º | 0.85% | 0.86% | - |
| XYZ | 37.47 | 19.19 | 42.29 | - |
| YUV | 104.22 | 167.95 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 175 | 0 | 0.85 | 0.20 | 0.14 | 314.12 | 0.75 | 0.49 |
| Hex | DB | 20 | AF | 0 | 55 | 14 | E | 13A | 4B | 31 |
| Octal | 333 | 40 | 257 | 0 | 125 | 24 | 16 | 472 | 113 | 61 |
| Binary | 11011011 | 100000 | 10101111 | 0 | 1010101 | 10100 | 1110 | 100111010 | 1001011 | 110001 |
Color Harmonies of #DB20AF
Complementary color
Monochromatic Colors of #DB20AF
Black with #DB20AF
Text Example
Text Example
White with #DB20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB20AF; }
p { color: rgb(219,32,175); }
H1.HeaderClassName
{
color: #DB20AF;
}
.AnyTagClassName
{
color: #DB20AF;
}
</style>
background-color css
<style>
a { background-color: #DB20AF; }
a { background-color: rgb(219,32,175); }
div.DivClassName
{
background-color: #DB20AF;
}
.BgClassName
{
background-color: #DB20AF;
}
</style>
border-color css
<style>
span { border-color: #DB20AF; }
span { border-color: rgb(219,32,175); }
td.TdClassName
{
border-color: #DB20AF;
}
.TagClassName
{
border-color: #DB20AF;
}
</style>