Shades of Spicy Pink #D929B5
Tints of Spicy Pink #D929B5
RGB
CMYK
RGB Variations
Color information
#D929B5 (or 0xD929B5) is known color: Spicy Pink. HEX triplet: D9, 29 and B5. RGB value is (217,41,181). Sum of RGB (Red+Green+Blue) = 217+41+181=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D929B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929B5 is #26D64A. Grayscale: #6D6D6D. Windows color (decimal): -2545227 or 11872729. OLE color: 11872729.
HSL color Cylindrical-coordinate representation of color #D929B5: hue angle of 312.27º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D929B5 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 181 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.15 |
| HSL | 312.27º | 0.7% | 0.51% | - |
| HSV(B) | 312.27º | 0.81% | 0.85% | - |
| XYZ | 37.75 | 19.67 | 45.52 | - |
| YUV | 109.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 181 | 0 | 0.81 | 0.17 | 0.15 | 312.27 | 0.7 | 0.51 |
| Hex | D9 | 29 | B5 | 0 | 51 | 11 | F | 138 | 46 | 33 |
| Octal | 331 | 51 | 265 | 0 | 121 | 21 | 17 | 470 | 106 | 63 |
| Binary | 11011001 | 101001 | 10110101 | 0 | 1010001 | 10001 | 1111 | 100111000 | 1000110 | 110011 |
Color Harmonies of #D929B5
Complementary color
Monochromatic Colors of #D929B5
Black with #D929B5
Text Example
Text Example
White with #D929B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929B5; }
p { color: rgb(217,41,181); }
H1.HeaderClassName
{
color: #D929B5;
}
.AnyTagClassName
{
color: #D929B5;
}
</style>
background-color css
<style>
a { background-color: #D929B5; }
a { background-color: rgb(217,41,181); }
div.DivClassName
{
background-color: #D929B5;
}
.BgClassName
{
background-color: #D929B5;
}
</style>
border-color css
<style>
span { border-color: #D929B5; }
span { border-color: rgb(217,41,181); }
td.TdClassName
{
border-color: #D929B5;
}
.TagClassName
{
border-color: #D929B5;
}
</style>