Shades of Spicy Pink #D72BAE
Tints of Spicy Pink #D72BAE
RGB
CMYK
RGB Variations
Color information
#D72BAE (or 0xD72BAE) is known color: Spicy Pink. HEX triplet: D7, 2B and AE. RGB value is (215,43,174). Sum of RGB (Red+Green+Blue) = 215+43+174=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D72BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72BAE is #28D451. Grayscale: #6D6D6D. Windows color (decimal): -2675794 or 11414487. OLE color: 11414487.
HSL color Cylindrical-coordinate representation of color #D72BAE: hue angle of 314.3º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72BAE is Cyan = 0, Magento = 0.8, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 174 | - |
| CMYK | 0 | 0.8 | 0.19 | 0.16 |
| HSL | 314.3º | 0.68% | 0.51% | - |
| HSV(B) | 314.3º | 0.8% | 0.84% | - |
| XYZ | 36.53 | 19.23 | 41.83 | - |
| YUV | 109.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 174 | 0 | 0.8 | 0.19 | 0.16 | 314.3 | 0.68 | 0.51 |
| Hex | D7 | 2B | AE | 0 | 50 | 13 | 10 | 13A | 44 | 33 |
| Octal | 327 | 53 | 256 | 0 | 120 | 23 | 20 | 472 | 104 | 63 |
| Binary | 11010111 | 101011 | 10101110 | 0 | 1010000 | 10011 | 10000 | 100111010 | 1000100 | 110011 |
Color Harmonies of #D72BAE
Complementary color
Monochromatic Colors of #D72BAE
Black with #D72BAE
Text Example
Text Example
White with #D72BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BAE; }
p { color: rgb(215,43,174); }
H1.HeaderClassName
{
color: #D72BAE;
}
.AnyTagClassName
{
color: #D72BAE;
}
</style>
background-color css
<style>
a { background-color: #D72BAE; }
a { background-color: rgb(215,43,174); }
div.DivClassName
{
background-color: #D72BAE;
}
.BgClassName
{
background-color: #D72BAE;
}
</style>
border-color css
<style>
span { border-color: #D72BAE; }
span { border-color: rgb(215,43,174); }
td.TdClassName
{
border-color: #D72BAE;
}
.TagClassName
{
border-color: #D72BAE;
}
</style>