Shades of Spicy Pink #D71EAA
Tints of Spicy Pink #D71EAA
RGB
CMYK
RGB Variations
Color information
#D71EAA (or 0xD71EAA) is known color: Spicy Pink. HEX triplet: D7, 1E and AA. RGB value is (215,30,170). Sum of RGB (Red+Green+Blue) = 215+30+170=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71EAA is #28E155. Grayscale: #646464. Windows color (decimal): -2679126 or 11149015. OLE color: 11149015.
HSL color Cylindrical-coordinate representation of color #D71EAA: hue angle of 314.59º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71EAA is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 170 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.16 |
| HSL | 314.59º | 0.76% | 0.48% | - |
| HSV(B) | 314.59º | 0.86% | 0.84% | - |
| XYZ | 35.74 | 18.28 | 39.67 | - |
| YUV | 101.28 | 166.79 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 170 | 0 | 0.86 | 0.21 | 0.16 | 314.59 | 0.76 | 0.48 |
| Hex | D7 | 1E | AA | 0 | 56 | 15 | 10 | 13B | 4C | 30 |
| Octal | 327 | 36 | 252 | 0 | 126 | 25 | 20 | 473 | 114 | 60 |
| Binary | 11010111 | 11110 | 10101010 | 0 | 1010110 | 10101 | 10000 | 100111011 | 1001100 | 110000 |
Color Harmonies of #D71EAA
Complementary color
Monochromatic Colors of #D71EAA
Black with #D71EAA
Text Example
Text Example
White with #D71EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EAA; }
p { color: rgb(215,30,170); }
H1.HeaderClassName
{
color: #D71EAA;
}
.AnyTagClassName
{
color: #D71EAA;
}
</style>
background-color css
<style>
a { background-color: #D71EAA; }
a { background-color: rgb(215,30,170); }
div.DivClassName
{
background-color: #D71EAA;
}
.BgClassName
{
background-color: #D71EAA;
}
</style>
border-color css
<style>
span { border-color: #D71EAA; }
span { border-color: rgb(215,30,170); }
td.TdClassName
{
border-color: #D71EAA;
}
.TagClassName
{
border-color: #D71EAA;
}
</style>