Shades of Spicy Pink #D91DAB
Tints of Spicy Pink #D91DAB
RGB
CMYK
RGB Variations
Color information
#D91DAB (or 0xD91DAB) is known color: Spicy Pink. HEX triplet: D9, 1D and AB. RGB value is (217,29,171). Sum of RGB (Red+Green+Blue) = 217+29+171=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91DAB is #26E254. Grayscale: #656565. Windows color (decimal): -2548309 or 11214297. OLE color: 11214297.
HSL color Cylindrical-coordinate representation of color #D91DAB: hue angle of 314.68º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91DAB is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 171 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.15 |
| HSL | 314.68º | 0.76% | 0.48% | - |
| HSV(B) | 314.68º | 0.87% | 0.85% | - |
| XYZ | 36.41 | 18.57 | 40.19 | - |
| YUV | 101.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 171 | 0 | 0.87 | 0.21 | 0.15 | 314.68 | 0.76 | 0.48 |
| Hex | D9 | 1D | AB | 0 | 57 | 15 | F | 13B | 4C | 30 |
| Octal | 331 | 35 | 253 | 0 | 127 | 25 | 17 | 473 | 114 | 60 |
| Binary | 11011001 | 11101 | 10101011 | 0 | 1010111 | 10101 | 1111 | 100111011 | 1001100 | 110000 |
Color Harmonies of #D91DAB
Complementary color
Monochromatic Colors of #D91DAB
Black with #D91DAB
Text Example
Text Example
White with #D91DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DAB; }
p { color: rgb(217,29,171); }
H1.HeaderClassName
{
color: #D91DAB;
}
.AnyTagClassName
{
color: #D91DAB;
}
</style>
background-color css
<style>
a { background-color: #D91DAB; }
a { background-color: rgb(217,29,171); }
div.DivClassName
{
background-color: #D91DAB;
}
.BgClassName
{
background-color: #D91DAB;
}
</style>
border-color css
<style>
span { border-color: #D91DAB; }
span { border-color: rgb(217,29,171); }
td.TdClassName
{
border-color: #D91DAB;
}
.TagClassName
{
border-color: #D91DAB;
}
</style>