Shades of Spicy Pink #D720AC
Tints of Spicy Pink #D720AC
RGB
CMYK
RGB Variations
Color information
#D720AC (or 0xD720AC) is known color: Spicy Pink. HEX triplet: D7, 20 and AC. RGB value is (215,32,172). Sum of RGB (Red+Green+Blue) = 215+32+172=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D720AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720AC is #28DF53. Grayscale: #666666. Windows color (decimal): -2678612 or 11280599. OLE color: 11280599.
HSL color Cylindrical-coordinate representation of color #D720AC: hue angle of 314.1º 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 #D720AC is Cyan = 0, Magento = 0.85, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 172 | - |
| CMYK | 0 | 0.85 | 0.2 | 0.16 |
| HSL | 314.1º | 0.74% | 0.48% | - |
| HSV(B) | 314.1º | 0.85% | 0.84% | - |
| XYZ | 35.99 | 18.46 | 40.7 | - |
| YUV | 102.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 172 | 0 | 0.85 | 0.2 | 0.16 | 314.1 | 0.74 | 0.48 |
| Hex | D7 | 20 | AC | 0 | 55 | 14 | 10 | 13A | 4A | 30 |
| Octal | 327 | 40 | 254 | 0 | 125 | 24 | 20 | 472 | 112 | 60 |
| Binary | 11010111 | 100000 | 10101100 | 0 | 1010101 | 10100 | 10000 | 100111010 | 1001010 | 110000 |
Color Harmonies of #D720AC
Complementary color
Monochromatic Colors of #D720AC
Black with #D720AC
Text Example
Text Example
White with #D720AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720AC; }
p { color: rgb(215,32,172); }
H1.HeaderClassName
{
color: #D720AC;
}
.AnyTagClassName
{
color: #D720AC;
}
</style>
background-color css
<style>
a { background-color: #D720AC; }
a { background-color: rgb(215,32,172); }
div.DivClassName
{
background-color: #D720AC;
}
.BgClassName
{
background-color: #D720AC;
}
</style>
border-color css
<style>
span { border-color: #D720AC; }
span { border-color: rgb(215,32,172); }
td.TdClassName
{
border-color: #D720AC;
}
.TagClassName
{
border-color: #D720AC;
}
</style>