Shades of Spicy Pink #D822AA
Tints of Spicy Pink #D822AA
RGB
CMYK
RGB Variations
Color information
#D822AA (or 0xD822AA) is known color: Spicy Pink. HEX triplet: D8, 22 and AA. RGB value is (216,34,170). Sum of RGB (Red+Green+Blue) = 216+34+170=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D822AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D822AA is #27DD55. Grayscale: #676767. Windows color (decimal): -2612566 or 11150040. OLE color: 11150040.
HSL color Cylindrical-coordinate representation of color #D822AA: hue angle of 315.16º 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 #D822AA is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 170 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.15 |
| HSL | 315.16º | 0.73% | 0.49% | - |
| HSV(B) | 315.16º | 0.84% | 0.85% | - |
| XYZ | 36.15 | 18.65 | 39.72 | - |
| YUV | 103.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 170 | 0 | 0.84 | 0.21 | 0.15 | 315.16 | 0.73 | 0.49 |
| Hex | D8 | 22 | AA | 0 | 54 | 15 | F | 13B | 49 | 31 |
| Octal | 330 | 42 | 252 | 0 | 124 | 25 | 17 | 473 | 111 | 61 |
| Binary | 11011000 | 100010 | 10101010 | 0 | 1010100 | 10101 | 1111 | 100111011 | 1001001 | 110001 |
Color Harmonies of #D822AA
Complementary color
Monochromatic Colors of #D822AA
Black with #D822AA
Text Example
Text Example
White with #D822AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822AA; }
p { color: rgb(216,34,170); }
H1.HeaderClassName
{
color: #D822AA;
}
.AnyTagClassName
{
color: #D822AA;
}
</style>
background-color css
<style>
a { background-color: #D822AA; }
a { background-color: rgb(216,34,170); }
div.DivClassName
{
background-color: #D822AA;
}
.BgClassName
{
background-color: #D822AA;
}
</style>
border-color css
<style>
span { border-color: #D822AA; }
span { border-color: rgb(216,34,170); }
td.TdClassName
{
border-color: #D822AA;
}
.TagClassName
{
border-color: #D822AA;
}
</style>