Shades of Spicy Pink #D729AD
Tints of Spicy Pink #D729AD
RGB
CMYK
RGB Variations
Color information
#D729AD (or 0xD729AD) is known color: Spicy Pink. HEX triplet: D7, 29 and AD. RGB value is (215,41,173). Sum of RGB (Red+Green+Blue) = 215+41+173=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D729AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D729AD is #28D652. Grayscale: #6B6B6B. Windows color (decimal): -2676307 or 11348439. OLE color: 11348439.
HSL color Cylindrical-coordinate representation of color #D729AD: hue angle of 314.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D729AD is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 173 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.16 |
| HSL | 314.48º | 0.69% | 0.5% | - |
| HSV(B) | 314.48º | 0.81% | 0.84% | - |
| XYZ | 36.36 | 19.05 | 41.3 | - |
| YUV | 108.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 173 | 0 | 0.81 | 0.20 | 0.16 | 314.48 | 0.69 | 0.5 |
| Hex | D7 | 29 | AD | 0 | 51 | 14 | 10 | 13A | 45 | 32 |
| Octal | 327 | 51 | 255 | 0 | 121 | 24 | 20 | 472 | 105 | 62 |
| Binary | 11010111 | 101001 | 10101101 | 0 | 1010001 | 10100 | 10000 | 100111010 | 1000101 | 110010 |
Color Harmonies of #D729AD
Complementary color
Monochromatic Colors of #D729AD
Black with #D729AD
Text Example
Text Example
White with #D729AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729AD; }
p { color: rgb(215,41,173); }
H1.HeaderClassName
{
color: #D729AD;
}
.AnyTagClassName
{
color: #D729AD;
}
</style>
background-color css
<style>
a { background-color: #D729AD; }
a { background-color: rgb(215,41,173); }
div.DivClassName
{
background-color: #D729AD;
}
.BgClassName
{
background-color: #D729AD;
}
</style>
border-color css
<style>
span { border-color: #D729AD; }
span { border-color: rgb(215,41,173); }
td.TdClassName
{
border-color: #D729AD;
}
.TagClassName
{
border-color: #D729AD;
}
</style>