Shades of Spicy Pink #D91BAF
Tints of Spicy Pink #D91BAF
RGB
CMYK
RGB Variations
Color information
#D91BAF (or 0xD91BAF) is known color: Spicy Pink. HEX triplet: D9, 1B and AF. RGB value is (217,27,175). Sum of RGB (Red+Green+Blue) = 217+27+175=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91BAF is #26E450. Grayscale: #646464. Windows color (decimal): -2548817 or 11475929. OLE color: 11475929.
HSL color Cylindrical-coordinate representation of color #D91BAF: hue angle of 313.26º 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 #D91BAF is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 175 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.15 |
| HSL | 313.26º | 0.78% | 0.48% | - |
| HSV(B) | 313.26º | 0.88% | 0.85% | - |
| XYZ | 36.75 | 18.63 | 42.22 | - |
| YUV | 100.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 175 | 0 | 0.88 | 0.19 | 0.15 | 313.26 | 0.78 | 0.48 |
| Hex | D9 | 1B | AF | 0 | 58 | 13 | F | 139 | 4E | 30 |
| Octal | 331 | 33 | 257 | 0 | 130 | 23 | 17 | 471 | 116 | 60 |
| Binary | 11011001 | 11011 | 10101111 | 0 | 1011000 | 10011 | 1111 | 100111001 | 1001110 | 110000 |
Color Harmonies of #D91BAF
Complementary color
Monochromatic Colors of #D91BAF
Black with #D91BAF
Text Example
Text Example
White with #D91BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BAF; }
p { color: rgb(217,27,175); }
H1.HeaderClassName
{
color: #D91BAF;
}
.AnyTagClassName
{
color: #D91BAF;
}
</style>
background-color css
<style>
a { background-color: #D91BAF; }
a { background-color: rgb(217,27,175); }
div.DivClassName
{
background-color: #D91BAF;
}
.BgClassName
{
background-color: #D91BAF;
}
</style>
border-color css
<style>
span { border-color: #D91BAF; }
span { border-color: rgb(217,27,175); }
td.TdClassName
{
border-color: #D91BAF;
}
.TagClassName
{
border-color: #D91BAF;
}
</style>