Shades of Spicy Pink #D720AD
Tints of Spicy Pink #D720AD
RGB
CMYK
RGB Variations
Color information
#D720AD (or 0xD720AD) is known color: Spicy Pink. HEX triplet: D7, 20 and AD. RGB value is (215,32,173). Sum of RGB (Red+Green+Blue) = 215+32+173=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D720AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720AD is #28DF52. Grayscale: #666666. Windows color (decimal): -2678611 or 11346135. OLE color: 11346135.
HSL color Cylindrical-coordinate representation of color #D720AD: hue angle of 313.77º 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 #D720AD is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 173 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.16 |
| HSL | 313.77º | 0.74% | 0.48% | - |
| HSV(B) | 313.77º | 0.85% | 0.84% | - |
| XYZ | 36.08 | 18.5 | 41.2 | - |
| YUV | 102.79 | 167.63 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 173 | 0 | 0.85 | 0.20 | 0.16 | 313.77 | 0.74 | 0.48 |
| Hex | D7 | 20 | AD | 0 | 55 | 14 | 10 | 13A | 4A | 30 |
| Octal | 327 | 40 | 255 | 0 | 125 | 24 | 20 | 472 | 112 | 60 |
| Binary | 11010111 | 100000 | 10101101 | 0 | 1010101 | 10100 | 10000 | 100111010 | 1001010 | 110000 |
Color Harmonies of #D720AD
Complementary color
Monochromatic Colors of #D720AD
Black with #D720AD
Text Example
Text Example
White with #D720AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720AD; }
p { color: rgb(215,32,173); }
H1.HeaderClassName
{
color: #D720AD;
}
.AnyTagClassName
{
color: #D720AD;
}
</style>
background-color css
<style>
a { background-color: #D720AD; }
a { background-color: rgb(215,32,173); }
div.DivClassName
{
background-color: #D720AD;
}
.BgClassName
{
background-color: #D720AD;
}
</style>
border-color css
<style>
span { border-color: #D720AD; }
span { border-color: rgb(215,32,173); }
td.TdClassName
{
border-color: #D720AD;
}
.TagClassName
{
border-color: #D720AD;
}
</style>