Shades of Spicy Pink #DB22AD
Tints of Spicy Pink #DB22AD
RGB
CMYK
RGB Variations
Color information
#DB22AD (or 0xDB22AD) is known color: Spicy Pink. HEX triplet: DB, 22 and AD. RGB value is (219,34,173). Sum of RGB (Red+Green+Blue) = 219+34+173=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB22AD is #24DD52. Grayscale: #686868. Windows color (decimal): -2415955 or 11346651. OLE color: 11346651.
HSL color Cylindrical-coordinate representation of color #DB22AD: hue angle of 314.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22AD is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 173 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.14 |
| HSL | 314.92º | 0.73% | 0.5% | - |
| HSV(B) | 314.92º | 0.84% | 0.86% | - |
| XYZ | 37.33 | 19.22 | 41.28 | - |
| YUV | 105.16 | 166.29 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 173 | 0 | 0.84 | 0.21 | 0.14 | 314.92 | 0.73 | 0.5 |
| Hex | DB | 22 | AD | 0 | 54 | 15 | E | 13B | 49 | 32 |
| Octal | 333 | 42 | 255 | 0 | 124 | 25 | 16 | 473 | 111 | 62 |
| Binary | 11011011 | 100010 | 10101101 | 0 | 1010100 | 10101 | 1110 | 100111011 | 1001001 | 110010 |
Color Harmonies of #DB22AD
Complementary color
Monochromatic Colors of #DB22AD
Black with #DB22AD
Text Example
Text Example
White with #DB22AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22AD; }
p { color: rgb(219,34,173); }
H1.HeaderClassName
{
color: #DB22AD;
}
.AnyTagClassName
{
color: #DB22AD;
}
</style>
background-color css
<style>
a { background-color: #DB22AD; }
a { background-color: rgb(219,34,173); }
div.DivClassName
{
background-color: #DB22AD;
}
.BgClassName
{
background-color: #DB22AD;
}
</style>
border-color css
<style>
span { border-color: #DB22AD; }
span { border-color: rgb(219,34,173); }
td.TdClassName
{
border-color: #DB22AD;
}
.TagClassName
{
border-color: #DB22AD;
}
</style>