Shades of Spicy Pink #D91EB1
Tints of Spicy Pink #D91EB1
RGB
CMYK
RGB Variations
Color information
#D91EB1 (or 0xD91EB1) is known color: Spicy Pink. HEX triplet: D9, 1E and B1. RGB value is (217,30,177). Sum of RGB (Red+Green+Blue) = 217+30+177=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D91EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91EB1 is #26E14E. Grayscale: #666666. Windows color (decimal): -2548047 or 11607769. OLE color: 11607769.
HSL color Cylindrical-coordinate representation of color #D91EB1: hue angle of 312.83º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91EB1 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 177 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.15 |
| HSL | 312.83º | 0.76% | 0.48% | - |
| HSV(B) | 312.83º | 0.86% | 0.85% | - |
| XYZ | 37.02 | 18.85 | 43.28 | - |
| YUV | 102.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 177 | 0 | 0.86 | 0.18 | 0.15 | 312.83 | 0.76 | 0.48 |
| Hex | D9 | 1E | B1 | 0 | 56 | 12 | F | 139 | 4C | 30 |
| Octal | 331 | 36 | 261 | 0 | 126 | 22 | 17 | 471 | 114 | 60 |
| Binary | 11011001 | 11110 | 10110001 | 0 | 1010110 | 10010 | 1111 | 100111001 | 1001100 | 110000 |
Color Harmonies of #D91EB1
Complementary color
Monochromatic Colors of #D91EB1
Black with #D91EB1
Text Example
Text Example
White with #D91EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EB1; }
p { color: rgb(217,30,177); }
H1.HeaderClassName
{
color: #D91EB1;
}
.AnyTagClassName
{
color: #D91EB1;
}
</style>
background-color css
<style>
a { background-color: #D91EB1; }
a { background-color: rgb(217,30,177); }
div.DivClassName
{
background-color: #D91EB1;
}
.BgClassName
{
background-color: #D91EB1;
}
</style>
border-color css
<style>
span { border-color: #D91EB1; }
span { border-color: rgb(217,30,177); }
td.TdClassName
{
border-color: #D91EB1;
}
.TagClassName
{
border-color: #D91EB1;
}
</style>