Shades of Spicy Pink #D91BA9
Tints of Spicy Pink #D91BA9
RGB
CMYK
RGB Variations
Color information
#D91BA9 (or 0xD91BA9) is known color: Spicy Pink. HEX triplet: D9, 1B and A9. RGB value is (217,27,169). Sum of RGB (Red+Green+Blue) = 217+27+169=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91BA9 is #26E456. Grayscale: #636363. Windows color (decimal): -2548823 or 11082713. OLE color: 11082713.
HSL color Cylindrical-coordinate representation of color #D91BA9: hue angle of 315.16º degrees, saturation: 0.78, 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 #D91BA9 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 169 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.15 |
| HSL | 315.16º | 0.78% | 0.48% | - |
| HSV(B) | 315.16º | 0.88% | 0.85% | - |
| XYZ | 36.17 | 18.4 | 39.18 | - |
| YUV | 100 | 166.95 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 169 | 0 | 0.88 | 0.22 | 0.15 | 315.16 | 0.78 | 0.48 |
| Hex | D9 | 1B | A9 | 0 | 58 | 16 | F | 13B | 4E | 30 |
| Octal | 331 | 33 | 251 | 0 | 130 | 26 | 17 | 473 | 116 | 60 |
| Binary | 11011001 | 11011 | 10101001 | 0 | 1011000 | 10110 | 1111 | 100111011 | 1001110 | 110000 |
Color Harmonies of #D91BA9
Complementary color
Monochromatic Colors of #D91BA9
Black with #D91BA9
Text Example
Text Example
White with #D91BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BA9; }
p { color: rgb(217,27,169); }
H1.HeaderClassName
{
color: #D91BA9;
}
.AnyTagClassName
{
color: #D91BA9;
}
</style>
background-color css
<style>
a { background-color: #D91BA9; }
a { background-color: rgb(217,27,169); }
div.DivClassName
{
background-color: #D91BA9;
}
.BgClassName
{
background-color: #D91BA9;
}
</style>
border-color css
<style>
span { border-color: #D91BA9; }
span { border-color: rgb(217,27,169); }
td.TdClassName
{
border-color: #D91BA9;
}
.TagClassName
{
border-color: #D91BA9;
}
</style>