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