Shades of Spicy Pink #D81DAC
Tints of Spicy Pink #D81DAC
RGB
CMYK
RGB Variations
Color information
#D81DAC (or 0xD81DAC) is known color: Spicy Pink. HEX triplet: D8, 1D and AC. RGB value is (216,29,172). Sum of RGB (Red+Green+Blue) = 216+29+172=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DAC is #27E253. Grayscale: #646464. Windows color (decimal): -2613844 or 11279832. OLE color: 11279832.
HSL color Cylindrical-coordinate representation of color #D81DAC: hue angle of 314.12º degrees, saturation: 0.76, 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 #D81DAC is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 172 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.15 |
| HSL | 314.12º | 0.76% | 0.48% | - |
| HSV(B) | 314.12º | 0.87% | 0.85% | - |
| XYZ | 36.2 | 18.46 | 40.68 | - |
| YUV | 101.22 | 167.95 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 172 | 0 | 0.87 | 0.20 | 0.15 | 314.12 | 0.76 | 0.48 |
| Hex | D8 | 1D | AC | 0 | 57 | 14 | F | 13A | 4C | 30 |
| Octal | 330 | 35 | 254 | 0 | 127 | 24 | 17 | 472 | 114 | 60 |
| Binary | 11011000 | 11101 | 10101100 | 0 | 1010111 | 10100 | 1111 | 100111010 | 1001100 | 110000 |
Color Harmonies of #D81DAC
Complementary color
Monochromatic Colors of #D81DAC
Black with #D81DAC
Text Example
Text Example
White with #D81DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DAC; }
p { color: rgb(216,29,172); }
H1.HeaderClassName
{
color: #D81DAC;
}
.AnyTagClassName
{
color: #D81DAC;
}
</style>
background-color css
<style>
a { background-color: #D81DAC; }
a { background-color: rgb(216,29,172); }
div.DivClassName
{
background-color: #D81DAC;
}
.BgClassName
{
background-color: #D81DAC;
}
</style>
border-color css
<style>
span { border-color: #D81DAC; }
span { border-color: rgb(216,29,172); }
td.TdClassName
{
border-color: #D81DAC;
}
.TagClassName
{
border-color: #D81DAC;
}
</style>