Shades of Spicy Pink #D71BAC
Tints of Spicy Pink #D71BAC
RGB
CMYK
RGB Variations
Color information
#D71BAC (or 0xD71BAC) is known color: Spicy Pink. HEX triplet: D7, 1B and AC. RGB value is (215,27,172). Sum of RGB (Red+Green+Blue) = 215+27+172=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BAC is #28E453. Grayscale: #636363. Windows color (decimal): -2679892 or 11279319. OLE color: 11279319.
HSL color Cylindrical-coordinate representation of color #D71BAC: hue angle of 313.72º 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 #D71BAC is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 172 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.16 |
| HSL | 313.72º | 0.78% | 0.47% | - |
| HSV(B) | 313.72º | 0.87% | 0.84% | - |
| XYZ | 35.86 | 18.21 | 40.65 | - |
| YUV | 99.74 | 168.78 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 172 | 0 | 0.87 | 0.2 | 0.16 | 313.72 | 0.78 | 0.47 |
| Hex | D7 | 1B | AC | 0 | 57 | 14 | 10 | 13A | 4E | 2F |
| Octal | 327 | 33 | 254 | 0 | 127 | 24 | 20 | 472 | 116 | 57 |
| Binary | 11010111 | 11011 | 10101100 | 0 | 1010111 | 10100 | 10000 | 100111010 | 1001110 | 101111 |
Color Harmonies of #D71BAC
Complementary color
Monochromatic Colors of #D71BAC
Black with #D71BAC
Text Example
Text Example
White with #D71BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BAC; }
p { color: rgb(215,27,172); }
H1.HeaderClassName
{
color: #D71BAC;
}
.AnyTagClassName
{
color: #D71BAC;
}
</style>
background-color css
<style>
a { background-color: #D71BAC; }
a { background-color: rgb(215,27,172); }
div.DivClassName
{
background-color: #D71BAC;
}
.BgClassName
{
background-color: #D71BAC;
}
</style>
border-color css
<style>
span { border-color: #D71BAC; }
span { border-color: rgb(215,27,172); }
td.TdClassName
{
border-color: #D71BAC;
}
.TagClassName
{
border-color: #D71BAC;
}
</style>