Shades of Spicy Pink #D71AAF
Tints of Spicy Pink #D71AAF
RGB
CMYK
RGB Variations
Color information
#D71AAF (or 0xD71AAF) is known color: Spicy Pink. HEX triplet: D7, 1A and AF. RGB value is (215,26,175). Sum of RGB (Red+Green+Blue) = 215+26+175=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71AAF is #28E550. Grayscale: #636363. Windows color (decimal): -2680145 or 11475671. OLE color: 11475671.
HSL color Cylindrical-coordinate representation of color #D71AAF: hue angle of 312.7º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71AAF is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 175 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.16 |
| HSL | 312.7º | 0.78% | 0.47% | - |
| HSV(B) | 312.7º | 0.88% | 0.84% | - |
| XYZ | 36.13 | 18.28 | 42.18 | - |
| YUV | 99.5 | 170.62 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 175 | 0 | 0.88 | 0.19 | 0.16 | 312.7 | 0.78 | 0.47 |
| Hex | D7 | 1A | AF | 0 | 58 | 13 | 10 | 139 | 4E | 2F |
| Octal | 327 | 32 | 257 | 0 | 130 | 23 | 20 | 471 | 116 | 57 |
| Binary | 11010111 | 11010 | 10101111 | 0 | 1011000 | 10011 | 10000 | 100111001 | 1001110 | 101111 |
Color Harmonies of #D71AAF
Complementary color
Monochromatic Colors of #D71AAF
Black with #D71AAF
Text Example
Text Example
White with #D71AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71AAF; }
p { color: rgb(215,26,175); }
H1.HeaderClassName
{
color: #D71AAF;
}
.AnyTagClassName
{
color: #D71AAF;
}
</style>
background-color css
<style>
a { background-color: #D71AAF; }
a { background-color: rgb(215,26,175); }
div.DivClassName
{
background-color: #D71AAF;
}
.BgClassName
{
background-color: #D71AAF;
}
</style>
border-color css
<style>
span { border-color: #D71AAF; }
span { border-color: rgb(215,26,175); }
td.TdClassName
{
border-color: #D71AAF;
}
.TagClassName
{
border-color: #D71AAF;
}
</style>