Shades of Spicy Pink #D72AAE
Tints of Spicy Pink #D72AAE
RGB
CMYK
RGB Variations
Color information
#D72AAE (or 0xD72AAE) is known color: Spicy Pink. HEX triplet: D7, 2A and AE. RGB value is (215,42,174). Sum of RGB (Red+Green+Blue) = 215+42+174=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AAE is #28D551. Grayscale: #6C6C6C. Windows color (decimal): -2676050 or 11414231. OLE color: 11414231.
HSL color Cylindrical-coordinate representation of color #D72AAE: hue angle of 314.22º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72AAE is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 174 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.16 |
| HSL | 314.22º | 0.68% | 0.5% | - |
| HSV(B) | 314.22º | 0.8% | 0.84% | - |
| XYZ | 36.49 | 19.16 | 41.82 | - |
| YUV | 108.78 | 164.81 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 174 | 0 | 0.80 | 0.19 | 0.16 | 314.22 | 0.68 | 0.5 |
| Hex | D7 | 2A | AE | 0 | 50 | 13 | 10 | 13A | 44 | 32 |
| Octal | 327 | 52 | 256 | 0 | 120 | 23 | 20 | 472 | 104 | 62 |
| Binary | 11010111 | 101010 | 10101110 | 0 | 1010000 | 10011 | 10000 | 100111010 | 1000100 | 110010 |
Color Harmonies of #D72AAE
Complementary color
Monochromatic Colors of #D72AAE
Black with #D72AAE
Text Example
Text Example
White with #D72AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72AAE; }
p { color: rgb(215,42,174); }
H1.HeaderClassName
{
color: #D72AAE;
}
.AnyTagClassName
{
color: #D72AAE;
}
</style>
background-color css
<style>
a { background-color: #D72AAE; }
a { background-color: rgb(215,42,174); }
div.DivClassName
{
background-color: #D72AAE;
}
.BgClassName
{
background-color: #D72AAE;
}
</style>
border-color css
<style>
span { border-color: #D72AAE; }
span { border-color: rgb(215,42,174); }
td.TdClassName
{
border-color: #D72AAE;
}
.TagClassName
{
border-color: #D72AAE;
}
</style>