Shades of Spicy Pink #D81FAB
Tints of Spicy Pink #D81FAB
RGB
CMYK
RGB Variations
Color information
#D81FAB (or 0xD81FAB) is known color: Spicy Pink. HEX triplet: D8, 1F and AB. RGB value is (216,31,171). Sum of RGB (Red+Green+Blue) = 216+31+171=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81FAB is #27E054. Grayscale: #656565. Windows color (decimal): -2613333 or 11214808. OLE color: 11214808.
HSL color Cylindrical-coordinate representation of color #D81FAB: hue angle of 314.59º 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 #D81FAB is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 171 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.15 |
| HSL | 314.59º | 0.75% | 0.48% | - |
| HSV(B) | 314.59º | 0.86% | 0.85% | - |
| XYZ | 36.16 | 18.52 | 40.2 | - |
| YUV | 102.28 | 166.79 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 171 | 0 | 0.86 | 0.21 | 0.15 | 314.59 | 0.75 | 0.48 |
| Hex | D8 | 1F | AB | 0 | 56 | 15 | F | 13B | 4B | 30 |
| Octal | 330 | 37 | 253 | 0 | 126 | 25 | 17 | 473 | 113 | 60 |
| Binary | 11011000 | 11111 | 10101011 | 0 | 1010110 | 10101 | 1111 | 100111011 | 1001011 | 110000 |
Color Harmonies of #D81FAB
Complementary color
Monochromatic Colors of #D81FAB
Black with #D81FAB
Text Example
Text Example
White with #D81FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FAB; }
p { color: rgb(216,31,171); }
H1.HeaderClassName
{
color: #D81FAB;
}
.AnyTagClassName
{
color: #D81FAB;
}
</style>
background-color css
<style>
a { background-color: #D81FAB; }
a { background-color: rgb(216,31,171); }
div.DivClassName
{
background-color: #D81FAB;
}
.BgClassName
{
background-color: #D81FAB;
}
</style>
border-color css
<style>
span { border-color: #D81FAB; }
span { border-color: rgb(216,31,171); }
td.TdClassName
{
border-color: #D81FAB;
}
.TagClassName
{
border-color: #D81FAB;
}
</style>