Shades of Spicy Pink #D829AD
Tints of Spicy Pink #D829AD
RGB
CMYK
RGB Variations
Color information
#D829AD (or 0xD829AD) is known color: Spicy Pink. HEX triplet: D8, 29 and AD. RGB value is (216,41,173). Sum of RGB (Red+Green+Blue) = 216+41+173=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D829AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D829AD is #27D652. Grayscale: #6C6C6C. Windows color (decimal): -2610771 or 11348440. OLE color: 11348440.
HSL color Cylindrical-coordinate representation of color #D829AD: hue angle of 314.74º 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 #D829AD is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 173 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.15 |
| HSL | 314.74º | 0.69% | 0.5% | - |
| HSV(B) | 314.74º | 0.81% | 0.85% | - |
| XYZ | 36.65 | 19.2 | 41.31 | - |
| YUV | 108.37 | 164.48 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 173 | 0 | 0.81 | 0.20 | 0.15 | 314.74 | 0.69 | 0.5 |
| Hex | D8 | 29 | AD | 0 | 51 | 14 | F | 13B | 45 | 32 |
| Octal | 330 | 51 | 255 | 0 | 121 | 24 | 17 | 473 | 105 | 62 |
| Binary | 11011000 | 101001 | 10101101 | 0 | 1010001 | 10100 | 1111 | 100111011 | 1000101 | 110010 |
Color Harmonies of #D829AD
Complementary color
Monochromatic Colors of #D829AD
Black with #D829AD
Text Example
Text Example
White with #D829AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D829AD; }
p { color: rgb(216,41,173); }
H1.HeaderClassName
{
color: #D829AD;
}
.AnyTagClassName
{
color: #D829AD;
}
</style>
background-color css
<style>
a { background-color: #D829AD; }
a { background-color: rgb(216,41,173); }
div.DivClassName
{
background-color: #D829AD;
}
.BgClassName
{
background-color: #D829AD;
}
</style>
border-color css
<style>
span { border-color: #D829AD; }
span { border-color: rgb(216,41,173); }
td.TdClassName
{
border-color: #D829AD;
}
.TagClassName
{
border-color: #D829AD;
}
</style>