Shades of Can Can #D87EA0
Tints of Can Can #D87EA0
RGB
CMYK
RGB Variations
Color information
#D87EA0 (or 0xD87EA0) is known color: Can Can. HEX triplet: D8, 7E and A0. RGB value is (216,126,160). Sum of RGB (Red+Green+Blue) = 216+126+160=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87EA0 is #27815F. Grayscale: #9C9C9C. Windows color (decimal): -2589024 or 10518232. OLE color: 10518232.
HSL color Cylindrical-coordinate representation of color #D87EA0: hue angle of 337.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87EA0 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 160 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.15 |
| HSL | 337.33º | 0.54% | 0.67% | - |
| HSV(B) | 337.33º | 0.42% | 0.85% | - |
| XYZ | 42.12 | 32.06 | 37.23 | - |
| YUV | 156.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 160 | 0 | 0.42 | 0.26 | 0.15 | 337.33 | 0.54 | 0.67 |
| Hex | D8 | 7E | A0 | 0 | 2A | 1A | F | 151 | 36 | 43 |
| Octal | 330 | 176 | 240 | 0 | 52 | 32 | 17 | 521 | 66 | 103 |
| Binary | 11011000 | 1111110 | 10100000 | 0 | 101010 | 11010 | 1111 | 101010001 | 110110 | 1000011 |
Color Harmonies of #D87EA0
Complementary color
Monochromatic Colors of #D87EA0
Black with #D87EA0
Text Example
Text Example
White with #D87EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87EA0; }
p { color: rgb(216,126,160); }
H1.HeaderClassName
{
color: #D87EA0;
}
.AnyTagClassName
{
color: #D87EA0;
}
</style>
background-color css
<style>
a { background-color: #D87EA0; }
a { background-color: rgb(216,126,160); }
div.DivClassName
{
background-color: #D87EA0;
}
.BgClassName
{
background-color: #D87EA0;
}
</style>
border-color css
<style>
span { border-color: #D87EA0; }
span { border-color: rgb(216,126,160); }
td.TdClassName
{
border-color: #D87EA0;
}
.TagClassName
{
border-color: #D87EA0;
}
</style>