Shades of Spicy Pink #D821AF
Tints of Spicy Pink #D821AF
RGB
CMYK
RGB Variations
Color information
#D821AF (or 0xD821AF) is known color: Spicy Pink. HEX triplet: D8, 21 and AF. RGB value is (216,33,175). Sum of RGB (Red+Green+Blue) = 216+33+175=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D821AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D821AF is #27DE50. Grayscale: #676767. Windows color (decimal): -2612817 or 11477464. OLE color: 11477464.
HSL color Cylindrical-coordinate representation of color #D821AF: hue angle of 313.44º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D821AF is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 175 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.15 |
| HSL | 313.44º | 0.73% | 0.49% | - |
| HSV(B) | 313.44º | 0.85% | 0.85% | - |
| XYZ | 36.6 | 18.78 | 42.25 | - |
| YUV | 103.91 | 168.13 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 175 | 0 | 0.85 | 0.19 | 0.15 | 313.44 | 0.73 | 0.49 |
| Hex | D8 | 21 | AF | 0 | 55 | 13 | F | 139 | 49 | 31 |
| Octal | 330 | 41 | 257 | 0 | 125 | 23 | 17 | 471 | 111 | 61 |
| Binary | 11011000 | 100001 | 10101111 | 0 | 1010101 | 10011 | 1111 | 100111001 | 1001001 | 110001 |
Color Harmonies of #D821AF
Complementary color
Monochromatic Colors of #D821AF
Black with #D821AF
Text Example
Text Example
White with #D821AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D821AF; }
p { color: rgb(216,33,175); }
H1.HeaderClassName
{
color: #D821AF;
}
.AnyTagClassName
{
color: #D821AF;
}
</style>
background-color css
<style>
a { background-color: #D821AF; }
a { background-color: rgb(216,33,175); }
div.DivClassName
{
background-color: #D821AF;
}
.BgClassName
{
background-color: #D821AF;
}
</style>
border-color css
<style>
span { border-color: #D821AF; }
span { border-color: rgb(216,33,175); }
td.TdClassName
{
border-color: #D821AF;
}
.TagClassName
{
border-color: #D821AF;
}
</style>