Shades of Spicy Pink #D91BAE
Tints of Spicy Pink #D91BAE
RGB
CMYK
RGB Variations
Color information
#D91BAE (or 0xD91BAE) is known color: Spicy Pink. HEX triplet: D9, 1B and AE. RGB value is (217,27,174). Sum of RGB (Red+Green+Blue) = 217+27+174=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91BAE is #26E451. Grayscale: #646464. Windows color (decimal): -2548818 or 11410393. OLE color: 11410393.
HSL color Cylindrical-coordinate representation of color #D91BAE: hue angle of 313.58º 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 #D91BAE is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 174 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.15 |
| HSL | 313.58º | 0.78% | 0.48% | - |
| HSV(B) | 313.58º | 0.88% | 0.85% | - |
| XYZ | 36.65 | 18.59 | 41.7 | - |
| YUV | 100.57 | 169.45 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 174 | 0 | 0.88 | 0.20 | 0.15 | 313.58 | 0.78 | 0.48 |
| Hex | D9 | 1B | AE | 0 | 58 | 14 | F | 13A | 4E | 30 |
| Octal | 331 | 33 | 256 | 0 | 130 | 24 | 17 | 472 | 116 | 60 |
| Binary | 11011001 | 11011 | 10101110 | 0 | 1011000 | 10100 | 1111 | 100111010 | 1001110 | 110000 |
Color Harmonies of #D91BAE
Complementary color
Monochromatic Colors of #D91BAE
Black with #D91BAE
Text Example
Text Example
White with #D91BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BAE; }
p { color: rgb(217,27,174); }
H1.HeaderClassName
{
color: #D91BAE;
}
.AnyTagClassName
{
color: #D91BAE;
}
</style>
background-color css
<style>
a { background-color: #D91BAE; }
a { background-color: rgb(217,27,174); }
div.DivClassName
{
background-color: #D91BAE;
}
.BgClassName
{
background-color: #D91BAE;
}
</style>
border-color css
<style>
span { border-color: #D91BAE; }
span { border-color: rgb(217,27,174); }
td.TdClassName
{
border-color: #D91BAE;
}
.TagClassName
{
border-color: #D91BAE;
}
</style>