Shades of Spicy Pink #D72CAF
Tints of Spicy Pink #D72CAF
RGB
CMYK
RGB Variations
Color information
#D72CAF (or 0xD72CAF) is known color: Spicy Pink. HEX triplet: D7, 2C and AF. RGB value is (215,44,175). Sum of RGB (Red+Green+Blue) = 215+44+175=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72CAF is #28D350. Grayscale: #6D6D6D. Windows color (decimal): -2675537 or 11480279. OLE color: 11480279.
HSL color Cylindrical-coordinate representation of color #D72CAF: hue angle of 314.04º 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 #D72CAF is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 175 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.16 |
| HSL | 314.04º | 0.68% | 0.51% | - |
| HSV(B) | 314.04º | 0.8% | 0.84% | - |
| XYZ | 36.66 | 19.34 | 42.36 | - |
| YUV | 110.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 175 | 0 | 0.80 | 0.19 | 0.16 | 314.04 | 0.68 | 0.51 |
| Hex | D7 | 2C | AF | 0 | 50 | 13 | 10 | 13A | 44 | 33 |
| Octal | 327 | 54 | 257 | 0 | 120 | 23 | 20 | 472 | 104 | 63 |
| Binary | 11010111 | 101100 | 10101111 | 0 | 1010000 | 10011 | 10000 | 100111010 | 1000100 | 110011 |
Color Harmonies of #D72CAF
Complementary color
Monochromatic Colors of #D72CAF
Black with #D72CAF
Text Example
Text Example
White with #D72CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72CAF; }
p { color: rgb(215,44,175); }
H1.HeaderClassName
{
color: #D72CAF;
}
.AnyTagClassName
{
color: #D72CAF;
}
</style>
background-color css
<style>
a { background-color: #D72CAF; }
a { background-color: rgb(215,44,175); }
div.DivClassName
{
background-color: #D72CAF;
}
.BgClassName
{
background-color: #D72CAF;
}
</style>
border-color css
<style>
span { border-color: #D72CAF; }
span { border-color: rgb(215,44,175); }
td.TdClassName
{
border-color: #D72CAF;
}
.TagClassName
{
border-color: #D72CAF;
}
</style>