Shades of Spicy Pink #D829AF
Tints of Spicy Pink #D829AF
RGB
CMYK
RGB Variations
Color information
#D829AF (or 0xD829AF) is known color: Spicy Pink. HEX triplet: D8, 29 and AF. RGB value is (216,41,175). Sum of RGB (Red+Green+Blue) = 216+41+175=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D829AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D829AF is #27D650. Grayscale: #6C6C6C. Windows color (decimal): -2610769 or 11479512. OLE color: 11479512.
HSL color Cylindrical-coordinate representation of color #D829AF: hue angle of 314.06º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D829AF is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 175 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.15 |
| HSL | 314.06º | 0.69% | 0.5% | - |
| HSV(B) | 314.06º | 0.81% | 0.85% | - |
| XYZ | 36.85 | 19.28 | 42.34 | - |
| YUV | 108.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 175 | 0 | 0.81 | 0.19 | 0.15 | 314.06 | 0.69 | 0.5 |
| Hex | D8 | 29 | AF | 0 | 51 | 13 | F | 13A | 45 | 32 |
| Octal | 330 | 51 | 257 | 0 | 121 | 23 | 17 | 472 | 105 | 62 |
| Binary | 11011000 | 101001 | 10101111 | 0 | 1010001 | 10011 | 1111 | 100111010 | 1000101 | 110010 |
Color Harmonies of #D829AF
Complementary color
Monochromatic Colors of #D829AF
Black with #D829AF
Text Example
Text Example
White with #D829AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D829AF; }
p { color: rgb(216,41,175); }
H1.HeaderClassName
{
color: #D829AF;
}
.AnyTagClassName
{
color: #D829AF;
}
</style>
background-color css
<style>
a { background-color: #D829AF; }
a { background-color: rgb(216,41,175); }
div.DivClassName
{
background-color: #D829AF;
}
.BgClassName
{
background-color: #D829AF;
}
</style>
border-color css
<style>
span { border-color: #D829AF; }
span { border-color: rgb(216,41,175); }
td.TdClassName
{
border-color: #D829AF;
}
.TagClassName
{
border-color: #D829AF;
}
</style>