Shades of Spicy Pink #D822AF
Tints of Spicy Pink #D822AF
RGB
CMYK
RGB Variations
Color information
#D822AF (or 0xD822AF) is known color: Spicy Pink. HEX triplet: D8, 22 and AF. RGB value is (216,34,175). Sum of RGB (Red+Green+Blue) = 216+34+175=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D822AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D822AF is #27DD50. Grayscale: #686868. Windows color (decimal): -2612561 or 11477720. OLE color: 11477720.
HSL color Cylindrical-coordinate representation of color #D822AF: hue angle of 313.52º 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 #D822AF is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 175 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.15 |
| HSL | 313.52º | 0.73% | 0.49% | - |
| HSV(B) | 313.52º | 0.84% | 0.85% | - |
| XYZ | 36.63 | 18.84 | 42.26 | - |
| YUV | 104.49 | 167.8 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 175 | 0 | 0.84 | 0.19 | 0.15 | 313.52 | 0.73 | 0.49 |
| Hex | D8 | 22 | AF | 0 | 54 | 13 | F | 13A | 49 | 31 |
| Octal | 330 | 42 | 257 | 0 | 124 | 23 | 17 | 472 | 111 | 61 |
| Binary | 11011000 | 100010 | 10101111 | 0 | 1010100 | 10011 | 1111 | 100111010 | 1001001 | 110001 |
Color Harmonies of #D822AF
Complementary color
Monochromatic Colors of #D822AF
Black with #D822AF
Text Example
Text Example
White with #D822AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D822AF; }
p { color: rgb(216,34,175); }
H1.HeaderClassName
{
color: #D822AF;
}
.AnyTagClassName
{
color: #D822AF;
}
</style>
background-color css
<style>
a { background-color: #D822AF; }
a { background-color: rgb(216,34,175); }
div.DivClassName
{
background-color: #D822AF;
}
.BgClassName
{
background-color: #D822AF;
}
</style>
border-color css
<style>
span { border-color: #D822AF; }
span { border-color: rgb(216,34,175); }
td.TdClassName
{
border-color: #D822AF;
}
.TagClassName
{
border-color: #D822AF;
}
</style>