Shades of Can Can #D87F9A
Tints of Can Can #D87F9A
RGB
CMYK
RGB Variations
Color information
#D87F9A (or 0xD87F9A) is known color: Can Can. HEX triplet: D8, 7F and 9A. RGB value is (216,127,154). Sum of RGB (Red+Green+Blue) = 216+127+154=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F9A is #278065. Grayscale: #9C9C9C. Windows color (decimal): -2588774 or 10125272. OLE color: 10125272.
HSL color Cylindrical-coordinate representation of color #D87F9A: hue angle of 341.8º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87F9A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 154 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.15 |
| HSL | 341.8º | 0.53% | 0.67% | - |
| HSV(B) | 341.8º | 0.41% | 0.85% | - |
| XYZ | 41.74 | 32.11 | 34.57 | - |
| YUV | 156.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 154 | 0 | 0.41 | 0.29 | 0.15 | 341.8 | 0.53 | 0.67 |
| Hex | D8 | 7F | 9A | 0 | 29 | 1D | F | 156 | 35 | 43 |
| Octal | 330 | 177 | 232 | 0 | 51 | 35 | 17 | 526 | 65 | 103 |
| Binary | 11011000 | 1111111 | 10011010 | 0 | 101001 | 11101 | 1111 | 101010110 | 110101 | 1000011 |
Color Harmonies of #D87F9A
Complementary color
Monochromatic Colors of #D87F9A
Black with #D87F9A
Text Example
Text Example
White with #D87F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F9A; }
p { color: rgb(216,127,154); }
H1.HeaderClassName
{
color: #D87F9A;
}
.AnyTagClassName
{
color: #D87F9A;
}
</style>
background-color css
<style>
a { background-color: #D87F9A; }
a { background-color: rgb(216,127,154); }
div.DivClassName
{
background-color: #D87F9A;
}
.BgClassName
{
background-color: #D87F9A;
}
</style>
border-color css
<style>
span { border-color: #D87F9A; }
span { border-color: rgb(216,127,154); }
td.TdClassName
{
border-color: #D87F9A;
}
.TagClassName
{
border-color: #D87F9A;
}
</style>