Shades of Spicy Pink #D720AA
Tints of Spicy Pink #D720AA
RGB
CMYK
RGB Variations
Color information
#D720AA (or 0xD720AA) is known color: Spicy Pink. HEX triplet: D7, 20 and AA. RGB value is (215,32,170). Sum of RGB (Red+Green+Blue) = 215+32+170=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D720AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720AA is #28DF55. Grayscale: #666666. Windows color (decimal): -2678614 or 11149527. OLE color: 11149527.
HSL color Cylindrical-coordinate representation of color #D720AA: hue angle of 314.75º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D720AA is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 170 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.16 |
| HSL | 314.75º | 0.74% | 0.48% | - |
| HSV(B) | 314.75º | 0.85% | 0.84% | - |
| XYZ | 35.8 | 18.38 | 39.69 | - |
| YUV | 102.45 | 166.13 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 170 | 0 | 0.85 | 0.21 | 0.16 | 314.75 | 0.74 | 0.48 |
| Hex | D7 | 20 | AA | 0 | 55 | 15 | 10 | 13B | 4A | 30 |
| Octal | 327 | 40 | 252 | 0 | 125 | 25 | 20 | 473 | 112 | 60 |
| Binary | 11010111 | 100000 | 10101010 | 0 | 1010101 | 10101 | 10000 | 100111011 | 1001010 | 110000 |
Color Harmonies of #D720AA
Complementary color
Monochromatic Colors of #D720AA
Black with #D720AA
Text Example
Text Example
White with #D720AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720AA; }
p { color: rgb(215,32,170); }
H1.HeaderClassName
{
color: #D720AA;
}
.AnyTagClassName
{
color: #D720AA;
}
</style>
background-color css
<style>
a { background-color: #D720AA; }
a { background-color: rgb(215,32,170); }
div.DivClassName
{
background-color: #D720AA;
}
.BgClassName
{
background-color: #D720AA;
}
</style>
border-color css
<style>
span { border-color: #D720AA; }
span { border-color: rgb(215,32,170); }
td.TdClassName
{
border-color: #D720AA;
}
.TagClassName
{
border-color: #D720AA;
}
</style>