Shades of Spicy Pink #D729AF
Tints of Spicy Pink #D729AF
RGB
CMYK
RGB Variations
Color information
#D729AF (or 0xD729AF) is known color: Spicy Pink. HEX triplet: D7, 29 and AF. RGB value is (215,41,175). Sum of RGB (Red+Green+Blue) = 215+41+175=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D729AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D729AF is #28D650. Grayscale: #6B6B6B. Windows color (decimal): -2676305 or 11479511. OLE color: 11479511.
HSL color Cylindrical-coordinate representation of color #D729AF: hue angle of 313.79º 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 #D729AF is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 175 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.16 |
| HSL | 313.79º | 0.69% | 0.5% | - |
| HSV(B) | 313.79º | 0.81% | 0.84% | - |
| XYZ | 36.56 | 19.13 | 42.32 | - |
| YUV | 108.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 175 | 0 | 0.81 | 0.19 | 0.16 | 313.79 | 0.69 | 0.5 |
| Hex | D7 | 29 | AF | 0 | 51 | 13 | 10 | 13A | 45 | 32 |
| Octal | 327 | 51 | 257 | 0 | 121 | 23 | 20 | 472 | 105 | 62 |
| Binary | 11010111 | 101001 | 10101111 | 0 | 1010001 | 10011 | 10000 | 100111010 | 1000101 | 110010 |
Color Harmonies of #D729AF
Complementary color
Monochromatic Colors of #D729AF
Black with #D729AF
Text Example
Text Example
White with #D729AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729AF; }
p { color: rgb(215,41,175); }
H1.HeaderClassName
{
color: #D729AF;
}
.AnyTagClassName
{
color: #D729AF;
}
</style>
background-color css
<style>
a { background-color: #D729AF; }
a { background-color: rgb(215,41,175); }
div.DivClassName
{
background-color: #D729AF;
}
.BgClassName
{
background-color: #D729AF;
}
</style>
border-color css
<style>
span { border-color: #D729AF; }
span { border-color: rgb(215,41,175); }
td.TdClassName
{
border-color: #D729AF;
}
.TagClassName
{
border-color: #D729AF;
}
</style>