Shades of Spicy Pink #D81AAF
Tints of Spicy Pink #D81AAF
RGB
CMYK
RGB Variations
Color information
#D81AAF (or 0xD81AAF) is known color: Spicy Pink. HEX triplet: D8, 1A and AF. RGB value is (216,26,175). Sum of RGB (Red+Green+Blue) = 216+26+175=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81AAF is #27E550. Grayscale: #636363. Windows color (decimal): -2614609 or 11475672. OLE color: 11475672.
HSL color Cylindrical-coordinate representation of color #D81AAF: hue angle of 312.95º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81AAF is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 175 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.15 |
| HSL | 312.95º | 0.79% | 0.47% | - |
| HSV(B) | 312.95º | 0.88% | 0.85% | - |
| XYZ | 36.43 | 18.43 | 42.2 | - |
| YUV | 99.8 | 170.45 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 175 | 0 | 0.88 | 0.19 | 0.15 | 312.95 | 0.79 | 0.47 |
| Hex | D8 | 1A | AF | 0 | 58 | 13 | F | 139 | 4F | 2F |
| Octal | 330 | 32 | 257 | 0 | 130 | 23 | 17 | 471 | 117 | 57 |
| Binary | 11011000 | 11010 | 10101111 | 0 | 1011000 | 10011 | 1111 | 100111001 | 1001111 | 101111 |
Color Harmonies of #D81AAF
Complementary color
Monochromatic Colors of #D81AAF
Black with #D81AAF
Text Example
Text Example
White with #D81AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AAF; }
p { color: rgb(216,26,175); }
H1.HeaderClassName
{
color: #D81AAF;
}
.AnyTagClassName
{
color: #D81AAF;
}
</style>
background-color css
<style>
a { background-color: #D81AAF; }
a { background-color: rgb(216,26,175); }
div.DivClassName
{
background-color: #D81AAF;
}
.BgClassName
{
background-color: #D81AAF;
}
</style>
border-color css
<style>
span { border-color: #D81AAF; }
span { border-color: rgb(216,26,175); }
td.TdClassName
{
border-color: #D81AAF;
}
.TagClassName
{
border-color: #D81AAF;
}
</style>