Shades of Spicy Pink #D920A6
Tints of Spicy Pink #D920A6
RGB
CMYK
RGB Variations
Color information
#D920A6 (or 0xD920A6) is known color: Spicy Pink. HEX triplet: D9, 20 and A6. RGB value is (217,32,166). Sum of RGB (Red+Green+Blue) = 217+32+166=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D920A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920A6 is #26DF59. Grayscale: #666666. Windows color (decimal): -2547546 or 10887385. OLE color: 10887385.
HSL color Cylindrical-coordinate representation of color #D920A6: hue angle of 316.54º degrees, saturation: 0.74, 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 #D920A6 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 166 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.15 |
| HSL | 316.54º | 0.74% | 0.49% | - |
| HSV(B) | 316.54º | 0.85% | 0.85% | - |
| XYZ | 36.01 | 18.54 | 37.76 | - |
| YUV | 102.59 | 163.79 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 166 | 0 | 0.85 | 0.24 | 0.15 | 316.54 | 0.74 | 0.49 |
| Hex | D9 | 20 | A6 | 0 | 55 | 18 | F | 13D | 4A | 31 |
| Octal | 331 | 40 | 246 | 0 | 125 | 30 | 17 | 475 | 112 | 61 |
| Binary | 11011001 | 100000 | 10100110 | 0 | 1010101 | 11000 | 1111 | 100111101 | 1001010 | 110001 |
Color Harmonies of #D920A6
Complementary color
Monochromatic Colors of #D920A6
Black with #D920A6
Text Example
Text Example
White with #D920A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920A6; }
p { color: rgb(217,32,166); }
H1.HeaderClassName
{
color: #D920A6;
}
.AnyTagClassName
{
color: #D920A6;
}
</style>
background-color css
<style>
a { background-color: #D920A6; }
a { background-color: rgb(217,32,166); }
div.DivClassName
{
background-color: #D920A6;
}
.BgClassName
{
background-color: #D920A6;
}
</style>
border-color css
<style>
span { border-color: #D920A6; }
span { border-color: rgb(217,32,166); }
td.TdClassName
{
border-color: #D920A6;
}
.TagClassName
{
border-color: #D920A6;
}
</style>