Shades of Spicy Pink #D91FB0
Tints of Spicy Pink #D91FB0
RGB
CMYK
RGB Variations
Color information
#D91FB0 (or 0xD91FB0) is known color: Spicy Pink. HEX triplet: D9, 1F and B0. RGB value is (217,31,176). Sum of RGB (Red+Green+Blue) = 217+31+176=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D91FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91FB0 is #26E04F. Grayscale: #666666. Windows color (decimal): -2547792 or 11542489. OLE color: 11542489.
HSL color Cylindrical-coordinate representation of color #D91FB0: hue angle of 313.23º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91FB0 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 176 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.15 |
| HSL | 313.23º | 0.75% | 0.49% | - |
| HSV(B) | 313.23º | 0.86% | 0.85% | - |
| XYZ | 36.94 | 18.87 | 42.77 | - |
| YUV | 103.14 | 169.12 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 176 | 0 | 0.86 | 0.19 | 0.15 | 313.23 | 0.75 | 0.49 |
| Hex | D9 | 1F | B0 | 0 | 56 | 13 | F | 139 | 4B | 31 |
| Octal | 331 | 37 | 260 | 0 | 126 | 23 | 17 | 471 | 113 | 61 |
| Binary | 11011001 | 11111 | 10110000 | 0 | 1010110 | 10011 | 1111 | 100111001 | 1001011 | 110001 |
Color Harmonies of #D91FB0
Complementary color
Monochromatic Colors of #D91FB0
Black with #D91FB0
Text Example
Text Example
White with #D91FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91FB0; }
p { color: rgb(217,31,176); }
H1.HeaderClassName
{
color: #D91FB0;
}
.AnyTagClassName
{
color: #D91FB0;
}
</style>
background-color css
<style>
a { background-color: #D91FB0; }
a { background-color: rgb(217,31,176); }
div.DivClassName
{
background-color: #D91FB0;
}
.BgClassName
{
background-color: #D91FB0;
}
</style>
border-color css
<style>
span { border-color: #D91FB0; }
span { border-color: rgb(217,31,176); }
td.TdClassName
{
border-color: #D91FB0;
}
.TagClassName
{
border-color: #D91FB0;
}
</style>