Shades of Spicy Pink #D81CAC
Tints of Spicy Pink #D81CAC
RGB
CMYK
RGB Variations
Color information
#D81CAC (or 0xD81CAC) is known color: Spicy Pink. HEX triplet: D8, 1C and AC. RGB value is (216,28,172). Sum of RGB (Red+Green+Blue) = 216+28+172=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81CAC is #27E353. Grayscale: #646464. Windows color (decimal): -2614100 or 11279576. OLE color: 11279576.
HSL color Cylindrical-coordinate representation of color #D81CAC: hue angle of 314.04º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81CAC is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 172 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.15 |
| HSL | 314.04º | 0.77% | 0.48% | - |
| HSV(B) | 314.04º | 0.87% | 0.85% | - |
| XYZ | 36.18 | 18.41 | 40.68 | - |
| YUV | 100.63 | 168.28 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 172 | 0 | 0.87 | 0.20 | 0.15 | 314.04 | 0.77 | 0.48 |
| Hex | D8 | 1C | AC | 0 | 57 | 14 | F | 13A | 4D | 30 |
| Octal | 330 | 34 | 254 | 0 | 127 | 24 | 17 | 472 | 115 | 60 |
| Binary | 11011000 | 11100 | 10101100 | 0 | 1010111 | 10100 | 1111 | 100111010 | 1001101 | 110000 |
Color Harmonies of #D81CAC
Complementary color
Monochromatic Colors of #D81CAC
Black with #D81CAC
Text Example
Text Example
White with #D81CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CAC; }
p { color: rgb(216,28,172); }
H1.HeaderClassName
{
color: #D81CAC;
}
.AnyTagClassName
{
color: #D81CAC;
}
</style>
background-color css
<style>
a { background-color: #D81CAC; }
a { background-color: rgb(216,28,172); }
div.DivClassName
{
background-color: #D81CAC;
}
.BgClassName
{
background-color: #D81CAC;
}
</style>
border-color css
<style>
span { border-color: #D81CAC; }
span { border-color: rgb(216,28,172); }
td.TdClassName
{
border-color: #D81CAC;
}
.TagClassName
{
border-color: #D81CAC;
}
</style>