Shades of Spicy Pink #D81BAC
Tints of Spicy Pink #D81BAC
RGB
CMYK
RGB Variations
Color information
#D81BAC (or 0xD81BAC) is known color: Spicy Pink. HEX triplet: D8, 1B and AC. RGB value is (216,27,172). Sum of RGB (Red+Green+Blue) = 216+27+172=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81BAC is #27E453. Grayscale: #636363. Windows color (decimal): -2614356 or 11279320. OLE color: 11279320.
HSL color Cylindrical-coordinate representation of color #D81BAC: hue angle of 313.97º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81BAC is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 172 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.15 |
| HSL | 313.97º | 0.78% | 0.48% | - |
| HSV(B) | 313.97º | 0.88% | 0.85% | - |
| XYZ | 36.16 | 18.36 | 40.67 | - |
| YUV | 100.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 172 | 0 | 0.88 | 0.20 | 0.15 | 313.97 | 0.78 | 0.48 |
| Hex | D8 | 1B | AC | 0 | 58 | 14 | F | 13A | 4E | 30 |
| Octal | 330 | 33 | 254 | 0 | 130 | 24 | 17 | 472 | 116 | 60 |
| Binary | 11011000 | 11011 | 10101100 | 0 | 1011000 | 10100 | 1111 | 100111010 | 1001110 | 110000 |
Color Harmonies of #D81BAC
Complementary color
Monochromatic Colors of #D81BAC
Black with #D81BAC
Text Example
Text Example
White with #D81BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BAC; }
p { color: rgb(216,27,172); }
H1.HeaderClassName
{
color: #D81BAC;
}
.AnyTagClassName
{
color: #D81BAC;
}
</style>
background-color css
<style>
a { background-color: #D81BAC; }
a { background-color: rgb(216,27,172); }
div.DivClassName
{
background-color: #D81BAC;
}
.BgClassName
{
background-color: #D81BAC;
}
</style>
border-color css
<style>
span { border-color: #D81BAC; }
span { border-color: rgb(216,27,172); }
td.TdClassName
{
border-color: #D81BAC;
}
.TagClassName
{
border-color: #D81BAC;
}
</style>