Shades of Spicy Pink #D91BAD
Tints of Spicy Pink #D91BAD
RGB
CMYK
RGB Variations
Color information
#D91BAD (or 0xD91BAD) is known color: Spicy Pink. HEX triplet: D9, 1B and AD. RGB value is (217,27,173). Sum of RGB (Red+Green+Blue) = 217+27+173=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91BAD is #26E452. Grayscale: #646464. Windows color (decimal): -2548819 or 11344857. OLE color: 11344857.
HSL color Cylindrical-coordinate representation of color #D91BAD: hue angle of 313.89º 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 #D91BAD is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 173 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.15 |
| HSL | 313.89º | 0.78% | 0.48% | - |
| HSV(B) | 313.89º | 0.88% | 0.85% | - |
| XYZ | 36.55 | 18.55 | 41.19 | - |
| YUV | 100.45 | 168.95 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 173 | 0 | 0.88 | 0.20 | 0.15 | 313.89 | 0.78 | 0.48 |
| Hex | D9 | 1B | AD | 0 | 58 | 14 | F | 13A | 4E | 30 |
| Octal | 331 | 33 | 255 | 0 | 130 | 24 | 17 | 472 | 116 | 60 |
| Binary | 11011001 | 11011 | 10101101 | 0 | 1011000 | 10100 | 1111 | 100111010 | 1001110 | 110000 |
Color Harmonies of #D91BAD
Complementary color
Monochromatic Colors of #D91BAD
Black with #D91BAD
Text Example
Text Example
White with #D91BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BAD; }
p { color: rgb(217,27,173); }
H1.HeaderClassName
{
color: #D91BAD;
}
.AnyTagClassName
{
color: #D91BAD;
}
</style>
background-color css
<style>
a { background-color: #D91BAD; }
a { background-color: rgb(217,27,173); }
div.DivClassName
{
background-color: #D91BAD;
}
.BgClassName
{
background-color: #D91BAD;
}
</style>
border-color css
<style>
span { border-color: #D91BAD; }
span { border-color: rgb(217,27,173); }
td.TdClassName
{
border-color: #D91BAD;
}
.TagClassName
{
border-color: #D91BAD;
}
</style>