Shades of Spicy Pink #D928AD
Tints of Spicy Pink #D928AD
RGB
CMYK
RGB Variations
Color information
#D928AD (or 0xD928AD) is known color: Spicy Pink. HEX triplet: D9, 28 and AD. RGB value is (217,40,173). Sum of RGB (Red+Green+Blue) = 217+40+173=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D928AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D928AD is #26D752. Grayscale: #6B6B6B. Windows color (decimal): -2545491 or 11348185. OLE color: 11348185.
HSL color Cylindrical-coordinate representation of color #D928AD: hue angle of 314.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928AD is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 173 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.15 |
| HSL | 314.92º | 0.7% | 0.5% | - |
| HSV(B) | 314.92º | 0.82% | 0.85% | - |
| XYZ | 36.92 | 19.29 | 41.31 | - |
| YUV | 108.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 173 | 0 | 0.82 | 0.20 | 0.15 | 314.92 | 0.7 | 0.5 |
| Hex | D9 | 28 | AD | 0 | 52 | 14 | F | 13B | 46 | 32 |
| Octal | 331 | 50 | 255 | 0 | 122 | 24 | 17 | 473 | 106 | 62 |
| Binary | 11011001 | 101000 | 10101101 | 0 | 1010010 | 10100 | 1111 | 100111011 | 1000110 | 110010 |
Color Harmonies of #D928AD
Complementary color
Monochromatic Colors of #D928AD
Black with #D928AD
Text Example
Text Example
White with #D928AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928AD; }
p { color: rgb(217,40,173); }
H1.HeaderClassName
{
color: #D928AD;
}
.AnyTagClassName
{
color: #D928AD;
}
</style>
background-color css
<style>
a { background-color: #D928AD; }
a { background-color: rgb(217,40,173); }
div.DivClassName
{
background-color: #D928AD;
}
.BgClassName
{
background-color: #D928AD;
}
</style>
border-color css
<style>
span { border-color: #D928AD; }
span { border-color: rgb(217,40,173); }
td.TdClassName
{
border-color: #D928AD;
}
.TagClassName
{
border-color: #D928AD;
}
</style>