Shades of Spicy Pink #D822AB
Tints of Spicy Pink #D822AB
RGB
CMYK
RGB Variations
Color information
#D822AB (or 0xD822AB) is known color: Spicy Pink. HEX triplet: D8, 22 and AB. RGB value is (216,34,171). Sum of RGB (Red+Green+Blue) = 216+34+171=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D822AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D822AB is #27DD54. Grayscale: #676767. Windows color (decimal): -2612565 or 11215576. OLE color: 11215576.
HSL color Cylindrical-coordinate representation of color #D822AB: hue angle of 314.84º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D822AB is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 171 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.15 |
| HSL | 314.84º | 0.73% | 0.49% | - |
| HSV(B) | 314.84º | 0.84% | 0.85% | - |
| XYZ | 36.24 | 18.68 | 40.22 | - |
| YUV | 104.04 | 165.8 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 171 | 0 | 0.84 | 0.21 | 0.15 | 314.84 | 0.73 | 0.49 |
| Hex | D8 | 22 | AB | 0 | 54 | 15 | F | 13B | 49 | 31 |
| Octal | 330 | 42 | 253 | 0 | 124 | 25 | 17 | 473 | 111 | 61 |
| Binary | 11011000 | 100010 | 10101011 | 0 | 1010100 | 10101 | 1111 | 100111011 | 1001001 | 110001 |
Color Harmonies of #D822AB
Complementary color
Monochromatic Colors of #D822AB
Black with #D822AB
Text Example
Text Example
White with #D822AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822AB; }
p { color: rgb(216,34,171); }
H1.HeaderClassName
{
color: #D822AB;
}
.AnyTagClassName
{
color: #D822AB;
}
</style>
background-color css
<style>
a { background-color: #D822AB; }
a { background-color: rgb(216,34,171); }
div.DivClassName
{
background-color: #D822AB;
}
.BgClassName
{
background-color: #D822AB;
}
</style>
border-color css
<style>
span { border-color: #D822AB; }
span { border-color: rgb(216,34,171); }
td.TdClassName
{
border-color: #D822AB;
}
.TagClassName
{
border-color: #D822AB;
}
</style>