Shades of Spicy Pink #D71DAE
Tints of Spicy Pink #D71DAE
RGB
CMYK
RGB Variations
Color information
#D71DAE (or 0xD71DAE) is known color: Spicy Pink. HEX triplet: D7, 1D and AE. RGB value is (215,29,174). Sum of RGB (Red+Green+Blue) = 215+29+174=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71DAE is #28E251. Grayscale: #646464. Windows color (decimal): -2679378 or 11410903. OLE color: 11410903.
HSL color Cylindrical-coordinate representation of color #D71DAE: hue angle of 313.23º 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 #D71DAE is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 174 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.16 |
| HSL | 313.23º | 0.76% | 0.48% | - |
| HSV(B) | 313.23º | 0.87% | 0.84% | - |
| XYZ | 36.1 | 18.38 | 41.69 | - |
| YUV | 101.14 | 169.12 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 174 | 0 | 0.87 | 0.19 | 0.16 | 313.23 | 0.76 | 0.48 |
| Hex | D7 | 1D | AE | 0 | 57 | 13 | 10 | 139 | 4C | 30 |
| Octal | 327 | 35 | 256 | 0 | 127 | 23 | 20 | 471 | 114 | 60 |
| Binary | 11010111 | 11101 | 10101110 | 0 | 1010111 | 10011 | 10000 | 100111001 | 1001100 | 110000 |
Color Harmonies of #D71DAE
Complementary color
Monochromatic Colors of #D71DAE
Black with #D71DAE
Text Example
Text Example
White with #D71DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DAE; }
p { color: rgb(215,29,174); }
H1.HeaderClassName
{
color: #D71DAE;
}
.AnyTagClassName
{
color: #D71DAE;
}
</style>
background-color css
<style>
a { background-color: #D71DAE; }
a { background-color: rgb(215,29,174); }
div.DivClassName
{
background-color: #D71DAE;
}
.BgClassName
{
background-color: #D71DAE;
}
</style>
border-color css
<style>
span { border-color: #D71DAE; }
span { border-color: rgb(215,29,174); }
td.TdClassName
{
border-color: #D71DAE;
}
.TagClassName
{
border-color: #D71DAE;
}
</style>