Shades of Spicy Pink #D91AAF
Tints of Spicy Pink #D91AAF
RGB
CMYK
RGB Variations
Color information
#D91AAF (or 0xD91AAF) is known color: Spicy Pink. HEX triplet: D9, 1A and AF. RGB value is (217,26,175). Sum of RGB (Red+Green+Blue) = 217+26+175=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D91AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91AAF is #26E550. Grayscale: #636363. Windows color (decimal): -2549073 or 11475673. OLE color: 11475673.
HSL color Cylindrical-coordinate representation of color #D91AAF: hue angle of 313.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91AAF is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 175 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.15 |
| HSL | 313.19º | 0.79% | 0.48% | - |
| HSV(B) | 313.19º | 0.88% | 0.85% | - |
| XYZ | 36.72 | 18.59 | 42.21 | - |
| YUV | 100.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 175 | 0 | 0.88 | 0.19 | 0.15 | 313.19 | 0.79 | 0.48 |
| Hex | D9 | 1A | AF | 0 | 58 | 13 | F | 139 | 4F | 30 |
| Octal | 331 | 32 | 257 | 0 | 130 | 23 | 17 | 471 | 117 | 60 |
| Binary | 11011001 | 11010 | 10101111 | 0 | 1011000 | 10011 | 1111 | 100111001 | 1001111 | 110000 |
Color Harmonies of #D91AAF
Complementary color
Monochromatic Colors of #D91AAF
Black with #D91AAF
Text Example
Text Example
White with #D91AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91AAF; }
p { color: rgb(217,26,175); }
H1.HeaderClassName
{
color: #D91AAF;
}
.AnyTagClassName
{
color: #D91AAF;
}
</style>
background-color css
<style>
a { background-color: #D91AAF; }
a { background-color: rgb(217,26,175); }
div.DivClassName
{
background-color: #D91AAF;
}
.BgClassName
{
background-color: #D91AAF;
}
</style>
border-color css
<style>
span { border-color: #D91AAF; }
span { border-color: rgb(217,26,175); }
td.TdClassName
{
border-color: #D91AAF;
}
.TagClassName
{
border-color: #D91AAF;
}
</style>