Shades of Spicy Pink #D72AAF
Tints of Spicy Pink #D72AAF
RGB
CMYK
RGB Variations
Color information
#D72AAF (or 0xD72AAF) is known color: Spicy Pink. HEX triplet: D7, 2A and AF. RGB value is (215,42,175). Sum of RGB (Red+Green+Blue) = 215+42+175=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AAF is #28D550. Grayscale: #6C6C6C. Windows color (decimal): -2676049 or 11479767. OLE color: 11479767.
HSL color Cylindrical-coordinate representation of color #D72AAF: hue angle of 313.87º 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 #D72AAF is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 175 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.16 |
| HSL | 313.87º | 0.68% | 0.5% | - |
| HSV(B) | 313.87º | 0.8% | 0.84% | - |
| XYZ | 36.59 | 19.2 | 42.33 | - |
| YUV | 108.89 | 165.31 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 175 | 0 | 0.80 | 0.19 | 0.16 | 313.87 | 0.68 | 0.5 |
| Hex | D7 | 2A | AF | 0 | 50 | 13 | 10 | 13A | 44 | 32 |
| Octal | 327 | 52 | 257 | 0 | 120 | 23 | 20 | 472 | 104 | 62 |
| Binary | 11010111 | 101010 | 10101111 | 0 | 1010000 | 10011 | 10000 | 100111010 | 1000100 | 110010 |
Color Harmonies of #D72AAF
Complementary color
Monochromatic Colors of #D72AAF
Black with #D72AAF
Text Example
Text Example
White with #D72AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72AAF; }
p { color: rgb(215,42,175); }
H1.HeaderClassName
{
color: #D72AAF;
}
.AnyTagClassName
{
color: #D72AAF;
}
</style>
background-color css
<style>
a { background-color: #D72AAF; }
a { background-color: rgb(215,42,175); }
div.DivClassName
{
background-color: #D72AAF;
}
.BgClassName
{
background-color: #D72AAF;
}
</style>
border-color css
<style>
span { border-color: #D72AAF; }
span { border-color: rgb(215,42,175); }
td.TdClassName
{
border-color: #D72AAF;
}
.TagClassName
{
border-color: #D72AAF;
}
</style>