Shades of Spicy Pink #D91BAC
Tints of Spicy Pink #D91BAC
RGB
CMYK
RGB Variations
Color information
#D91BAC (or 0xD91BAC) is known color: Spicy Pink. HEX triplet: D9, 1B and AC. RGB value is (217,27,172). Sum of RGB (Red+Green+Blue) = 217+27+172=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91BAC is #26E453. Grayscale: #636363. Windows color (decimal): -2548820 or 11279321. OLE color: 11279321.
HSL color Cylindrical-coordinate representation of color #D91BAC: hue angle of 314.21º 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 #D91BAC is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 172 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.15 |
| HSL | 314.21º | 0.78% | 0.48% | - |
| HSV(B) | 314.21º | 0.88% | 0.85% | - |
| XYZ | 36.45 | 18.51 | 40.68 | - |
| YUV | 100.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 172 | 0 | 0.88 | 0.21 | 0.15 | 314.21 | 0.78 | 0.48 |
| Hex | D9 | 1B | AC | 0 | 58 | 15 | F | 13A | 4E | 30 |
| Octal | 331 | 33 | 254 | 0 | 130 | 25 | 17 | 472 | 116 | 60 |
| Binary | 11011001 | 11011 | 10101100 | 0 | 1011000 | 10101 | 1111 | 100111010 | 1001110 | 110000 |
Color Harmonies of #D91BAC
Complementary color
Monochromatic Colors of #D91BAC
Black with #D91BAC
Text Example
Text Example
White with #D91BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BAC; }
p { color: rgb(217,27,172); }
H1.HeaderClassName
{
color: #D91BAC;
}
.AnyTagClassName
{
color: #D91BAC;
}
</style>
background-color css
<style>
a { background-color: #D91BAC; }
a { background-color: rgb(217,27,172); }
div.DivClassName
{
background-color: #D91BAC;
}
.BgClassName
{
background-color: #D91BAC;
}
</style>
border-color css
<style>
span { border-color: #D91BAC; }
span { border-color: rgb(217,27,172); }
td.TdClassName
{
border-color: #D91BAC;
}
.TagClassName
{
border-color: #D91BAC;
}
</style>