Shades of Spicy Pink #D71BAF
Tints of Spicy Pink #D71BAF
RGB
CMYK
RGB Variations
Color information
#D71BAF (or 0xD71BAF) is known color: Spicy Pink. HEX triplet: D7, 1B and AF. RGB value is (215,27,175). Sum of RGB (Red+Green+Blue) = 215+27+175=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71BAF is #28E450. Grayscale: #636363. Windows color (decimal): -2679889 or 11475927. OLE color: 11475927.
HSL color Cylindrical-coordinate representation of color #D71BAF: hue angle of 312.77º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71BAF is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 175 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.16 |
| HSL | 312.77º | 0.78% | 0.47% | - |
| HSV(B) | 312.77º | 0.87% | 0.84% | - |
| XYZ | 36.15 | 18.33 | 42.19 | - |
| YUV | 100.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 175 | 0 | 0.87 | 0.19 | 0.16 | 312.77 | 0.78 | 0.47 |
| Hex | D7 | 1B | AF | 0 | 57 | 13 | 10 | 139 | 4E | 2F |
| Octal | 327 | 33 | 257 | 0 | 127 | 23 | 20 | 471 | 116 | 57 |
| Binary | 11010111 | 11011 | 10101111 | 0 | 1010111 | 10011 | 10000 | 100111001 | 1001110 | 101111 |
Color Harmonies of #D71BAF
Complementary color
Monochromatic Colors of #D71BAF
Black with #D71BAF
Text Example
Text Example
White with #D71BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BAF; }
p { color: rgb(215,27,175); }
H1.HeaderClassName
{
color: #D71BAF;
}
.AnyTagClassName
{
color: #D71BAF;
}
</style>
background-color css
<style>
a { background-color: #D71BAF; }
a { background-color: rgb(215,27,175); }
div.DivClassName
{
background-color: #D71BAF;
}
.BgClassName
{
background-color: #D71BAF;
}
</style>
border-color css
<style>
span { border-color: #D71BAF; }
span { border-color: rgb(215,27,175); }
td.TdClassName
{
border-color: #D71BAF;
}
.TagClassName
{
border-color: #D71BAF;
}
</style>