Shades of Spicy Pink #D822AC
Tints of Spicy Pink #D822AC
RGB
CMYK
RGB Variations
Color information
#D822AC (or 0xD822AC) is known color: Spicy Pink. HEX triplet: D8, 22 and AC. RGB value is (216,34,172). Sum of RGB (Red+Green+Blue) = 216+34+172=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D822AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D822AC is #27DD53. Grayscale: #676767. Windows color (decimal): -2612564 or 11281112. OLE color: 11281112.
HSL color Cylindrical-coordinate representation of color #D822AC: hue angle of 314.51º 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 #D822AC is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 172 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.15 |
| HSL | 314.51º | 0.73% | 0.49% | - |
| HSV(B) | 314.51º | 0.84% | 0.85% | - |
| XYZ | 36.34 | 18.72 | 40.73 | - |
| YUV | 104.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 172 | 0 | 0.84 | 0.20 | 0.15 | 314.51 | 0.73 | 0.49 |
| Hex | D8 | 22 | AC | 0 | 54 | 14 | F | 13B | 49 | 31 |
| Octal | 330 | 42 | 254 | 0 | 124 | 24 | 17 | 473 | 111 | 61 |
| Binary | 11011000 | 100010 | 10101100 | 0 | 1010100 | 10100 | 1111 | 100111011 | 1001001 | 110001 |
Color Harmonies of #D822AC
Complementary color
Monochromatic Colors of #D822AC
Black with #D822AC
Text Example
Text Example
White with #D822AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822AC; }
p { color: rgb(216,34,172); }
H1.HeaderClassName
{
color: #D822AC;
}
.AnyTagClassName
{
color: #D822AC;
}
</style>
background-color css
<style>
a { background-color: #D822AC; }
a { background-color: rgb(216,34,172); }
div.DivClassName
{
background-color: #D822AC;
}
.BgClassName
{
background-color: #D822AC;
}
</style>
border-color css
<style>
span { border-color: #D822AC; }
span { border-color: rgb(216,34,172); }
td.TdClassName
{
border-color: #D822AC;
}
.TagClassName
{
border-color: #D822AC;
}
</style>