Shades of Spicy Pink #D71DAC
Tints of Spicy Pink #D71DAC
RGB
CMYK
RGB Variations
Color information
#D71DAC (or 0xD71DAC) is known color: Spicy Pink. HEX triplet: D7, 1D and AC. RGB value is (215,29,172). Sum of RGB (Red+Green+Blue) = 215+29+172=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71DAC is #28E253. Grayscale: #646464. Windows color (decimal): -2679380 or 11279831. OLE color: 11279831.
HSL color Cylindrical-coordinate representation of color #D71DAC: hue angle of 313.87º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DAC is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 172 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.16 |
| HSL | 313.87º | 0.76% | 0.48% | - |
| HSV(B) | 313.87º | 0.87% | 0.84% | - |
| XYZ | 35.91 | 18.3 | 40.67 | - |
| YUV | 100.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 172 | 0 | 0.87 | 0.2 | 0.16 | 313.87 | 0.76 | 0.48 |
| Hex | D7 | 1D | AC | 0 | 57 | 14 | 10 | 13A | 4C | 30 |
| Octal | 327 | 35 | 254 | 0 | 127 | 24 | 20 | 472 | 114 | 60 |
| Binary | 11010111 | 11101 | 10101100 | 0 | 1010111 | 10100 | 10000 | 100111010 | 1001100 | 110000 |
Color Harmonies of #D71DAC
Complementary color
Monochromatic Colors of #D71DAC
Black with #D71DAC
Text Example
Text Example
White with #D71DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DAC; }
p { color: rgb(215,29,172); }
H1.HeaderClassName
{
color: #D71DAC;
}
.AnyTagClassName
{
color: #D71DAC;
}
</style>
background-color css
<style>
a { background-color: #D71DAC; }
a { background-color: rgb(215,29,172); }
div.DivClassName
{
background-color: #D71DAC;
}
.BgClassName
{
background-color: #D71DAC;
}
</style>
border-color css
<style>
span { border-color: #D71DAC; }
span { border-color: rgb(215,29,172); }
td.TdClassName
{
border-color: #D71DAC;
}
.TagClassName
{
border-color: #D71DAC;
}
</style>