Shades of Spicy Pink #D71CAA
Tints of Spicy Pink #D71CAA
RGB
CMYK
RGB Variations
Color information
#D71CAA (or 0xD71CAA) is known color: Spicy Pink. HEX triplet: D7, 1C and AA. RGB value is (215,28,170). Sum of RGB (Red+Green+Blue) = 215+28+170=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71CAA is #28E355. Grayscale: #636363. Windows color (decimal): -2679638 or 11148503. OLE color: 11148503.
HSL color Cylindrical-coordinate representation of color #D71CAA: hue angle of 314.44º degrees, saturation: 0.77, 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 #D71CAA is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 170 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.16 |
| HSL | 314.44º | 0.77% | 0.48% | - |
| HSV(B) | 314.44º | 0.87% | 0.84% | - |
| XYZ | 35.7 | 18.18 | 39.66 | - |
| YUV | 100.1 | 167.45 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 170 | 0 | 0.87 | 0.21 | 0.16 | 314.44 | 0.77 | 0.48 |
| Hex | D7 | 1C | AA | 0 | 57 | 15 | 10 | 13A | 4D | 30 |
| Octal | 327 | 34 | 252 | 0 | 127 | 25 | 20 | 472 | 115 | 60 |
| Binary | 11010111 | 11100 | 10101010 | 0 | 1010111 | 10101 | 10000 | 100111010 | 1001101 | 110000 |
Color Harmonies of #D71CAA
Complementary color
Monochromatic Colors of #D71CAA
Black with #D71CAA
Text Example
Text Example
White with #D71CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CAA; }
p { color: rgb(215,28,170); }
H1.HeaderClassName
{
color: #D71CAA;
}
.AnyTagClassName
{
color: #D71CAA;
}
</style>
background-color css
<style>
a { background-color: #D71CAA; }
a { background-color: rgb(215,28,170); }
div.DivClassName
{
background-color: #D71CAA;
}
.BgClassName
{
background-color: #D71CAA;
}
</style>
border-color css
<style>
span { border-color: #D71CAA; }
span { border-color: rgb(215,28,170); }
td.TdClassName
{
border-color: #D71CAA;
}
.TagClassName
{
border-color: #D71CAA;
}
</style>