Shades of Spicy Pink #D81EB0
Tints of Spicy Pink #D81EB0
RGB
CMYK
RGB Variations
Color information
#D81EB0 (or 0xD81EB0) is known color: Spicy Pink. HEX triplet: D8, 1E and B0. RGB value is (216,30,176). Sum of RGB (Red+Green+Blue) = 216+30+176=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D81EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81EB0 is #27E14F. Grayscale: #656565. Windows color (decimal): -2613584 or 11542232. OLE color: 11542232.
HSL color Cylindrical-coordinate representation of color #D81EB0: hue angle of 312.9º degrees, saturation: 0.76, 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 #D81EB0 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 176 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.15 |
| HSL | 312.9º | 0.76% | 0.48% | - |
| HSV(B) | 312.9º | 0.86% | 0.85% | - |
| XYZ | 36.62 | 18.66 | 42.75 | - |
| YUV | 102.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 176 | 0 | 0.86 | 0.19 | 0.15 | 312.9 | 0.76 | 0.48 |
| Hex | D8 | 1E | B0 | 0 | 56 | 13 | F | 139 | 4C | 30 |
| Octal | 330 | 36 | 260 | 0 | 126 | 23 | 17 | 471 | 114 | 60 |
| Binary | 11011000 | 11110 | 10110000 | 0 | 1010110 | 10011 | 1111 | 100111001 | 1001100 | 110000 |
Color Harmonies of #D81EB0
Complementary color
Monochromatic Colors of #D81EB0
Black with #D81EB0
Text Example
Text Example
White with #D81EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81EB0; }
p { color: rgb(216,30,176); }
H1.HeaderClassName
{
color: #D81EB0;
}
.AnyTagClassName
{
color: #D81EB0;
}
</style>
background-color css
<style>
a { background-color: #D81EB0; }
a { background-color: rgb(216,30,176); }
div.DivClassName
{
background-color: #D81EB0;
}
.BgClassName
{
background-color: #D81EB0;
}
</style>
border-color css
<style>
span { border-color: #D81EB0; }
span { border-color: rgb(216,30,176); }
td.TdClassName
{
border-color: #D81EB0;
}
.TagClassName
{
border-color: #D81EB0;
}
</style>