Shades of Can Can #D87F9E
Tints of Can Can #D87F9E
RGB
CMYK
RGB Variations
Color information
#D87F9E (or 0xD87F9E) is known color: Can Can. HEX triplet: D8, 7F and 9E. RGB value is (216,127,158). Sum of RGB (Red+Green+Blue) = 216+127+158=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F9E is #278061. Grayscale: #9D9D9D. Windows color (decimal): -2588770 or 10387416. OLE color: 10387416.
HSL color Cylindrical-coordinate representation of color #D87F9E: hue angle of 339.1º 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 #D87F9E is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 158 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.15 |
| HSL | 339.1º | 0.53% | 0.67% | - |
| HSV(B) | 339.1º | 0.41% | 0.85% | - |
| XYZ | 42.08 | 32.25 | 36.35 | - |
| YUV | 157.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 158 | 0 | 0.41 | 0.27 | 0.15 | 339.1 | 0.53 | 0.67 |
| Hex | D8 | 7F | 9E | 0 | 29 | 1B | F | 153 | 35 | 43 |
| Octal | 330 | 177 | 236 | 0 | 51 | 33 | 17 | 523 | 65 | 103 |
| Binary | 11011000 | 1111111 | 10011110 | 0 | 101001 | 11011 | 1111 | 101010011 | 110101 | 1000011 |
Color Harmonies of #D87F9E
Complementary color
Monochromatic Colors of #D87F9E
Black with #D87F9E
Text Example
Text Example
White with #D87F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F9E; }
p { color: rgb(216,127,158); }
H1.HeaderClassName
{
color: #D87F9E;
}
.AnyTagClassName
{
color: #D87F9E;
}
</style>
background-color css
<style>
a { background-color: #D87F9E; }
a { background-color: rgb(216,127,158); }
div.DivClassName
{
background-color: #D87F9E;
}
.BgClassName
{
background-color: #D87F9E;
}
</style>
border-color css
<style>
span { border-color: #D87F9E; }
span { border-color: rgb(216,127,158); }
td.TdClassName
{
border-color: #D87F9E;
}
.TagClassName
{
border-color: #D87F9E;
}
</style>