Shades of Spicy Pink #D81FA8
Tints of Spicy Pink #D81FA8
RGB
CMYK
RGB Variations
Color information
#D81FA8 (or 0xD81FA8) is known color: Spicy Pink. HEX triplet: D8, 1F and A8. RGB value is (216,31,168). Sum of RGB (Red+Green+Blue) = 216+31+168=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81FA8 is #27E057. Grayscale: #656565. Windows color (decimal): -2613336 or 11018200. OLE color: 11018200.
HSL color Cylindrical-coordinate representation of color #D81FA8: hue angle of 315.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81FA8 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 168 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.15 |
| HSL | 315.57º | 0.75% | 0.48% | - |
| HSV(B) | 315.57º | 0.86% | 0.85% | - |
| XYZ | 35.88 | 18.41 | 38.71 | - |
| YUV | 101.93 | 165.29 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 168 | 0 | 0.86 | 0.22 | 0.15 | 315.57 | 0.75 | 0.48 |
| Hex | D8 | 1F | A8 | 0 | 56 | 16 | F | 13C | 4B | 30 |
| Octal | 330 | 37 | 250 | 0 | 126 | 26 | 17 | 474 | 113 | 60 |
| Binary | 11011000 | 11111 | 10101000 | 0 | 1010110 | 10110 | 1111 | 100111100 | 1001011 | 110000 |
Color Harmonies of #D81FA8
Complementary color
Monochromatic Colors of #D81FA8
Black with #D81FA8
Text Example
Text Example
White with #D81FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FA8; }
p { color: rgb(216,31,168); }
H1.HeaderClassName
{
color: #D81FA8;
}
.AnyTagClassName
{
color: #D81FA8;
}
</style>
background-color css
<style>
a { background-color: #D81FA8; }
a { background-color: rgb(216,31,168); }
div.DivClassName
{
background-color: #D81FA8;
}
.BgClassName
{
background-color: #D81FA8;
}
</style>
border-color css
<style>
span { border-color: #D81FA8; }
span { border-color: rgb(216,31,168); }
td.TdClassName
{
border-color: #D81FA8;
}
.TagClassName
{
border-color: #D81FA8;
}
</style>