Shades of Spicy Pink #D71BAB
Tints of Spicy Pink #D71BAB
RGB
CMYK
RGB Variations
Color information
#D71BAB (or 0xD71BAB) is known color: Spicy Pink. HEX triplet: D7, 1B and AB. RGB value is (215,27,171). Sum of RGB (Red+Green+Blue) = 215+27+171=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BAB is #28E454. Grayscale: #636363. Windows color (decimal): -2679893 or 11213783. OLE color: 11213783.
HSL color Cylindrical-coordinate representation of color #D71BAB: hue angle of 314.04º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71BAB is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 171 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.16 |
| HSL | 314.04º | 0.78% | 0.47% | - |
| HSV(B) | 314.04º | 0.87% | 0.84% | - |
| XYZ | 35.77 | 18.17 | 40.15 | - |
| YUV | 99.63 | 168.28 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 171 | 0 | 0.87 | 0.20 | 0.16 | 314.04 | 0.78 | 0.47 |
| Hex | D7 | 1B | AB | 0 | 57 | 14 | 10 | 13A | 4E | 2F |
| Octal | 327 | 33 | 253 | 0 | 127 | 24 | 20 | 472 | 116 | 57 |
| Binary | 11010111 | 11011 | 10101011 | 0 | 1010111 | 10100 | 10000 | 100111010 | 1001110 | 101111 |
Color Harmonies of #D71BAB
Complementary color
Monochromatic Colors of #D71BAB
Black with #D71BAB
Text Example
Text Example
White with #D71BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BAB; }
p { color: rgb(215,27,171); }
H1.HeaderClassName
{
color: #D71BAB;
}
.AnyTagClassName
{
color: #D71BAB;
}
</style>
background-color css
<style>
a { background-color: #D71BAB; }
a { background-color: rgb(215,27,171); }
div.DivClassName
{
background-color: #D71BAB;
}
.BgClassName
{
background-color: #D71BAB;
}
</style>
border-color css
<style>
span { border-color: #D71BAB; }
span { border-color: rgb(215,27,171); }
td.TdClassName
{
border-color: #D71BAB;
}
.TagClassName
{
border-color: #D71BAB;
}
</style>