Shades of Can Can #D87FA6
Tints of Can Can #D87FA6
RGB
CMYK
RGB Variations
Color information
#D87FA6 (or 0xD87FA6) is known color: Can Can. HEX triplet: D8, 7F and A6. RGB value is (216,127,166). Sum of RGB (Red+Green+Blue) = 216+127+166=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87FA6 is #278059. Grayscale: #9D9D9D. Windows color (decimal): -2588762 or 10911704. OLE color: 10911704.
HSL color Cylindrical-coordinate representation of color #D87FA6: hue angle of 333.71º 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 #D87FA6 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 166 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.15 |
| HSL | 333.71º | 0.53% | 0.67% | - |
| HSV(B) | 333.71º | 0.41% | 0.85% | - |
| XYZ | 42.79 | 32.53 | 40.1 | - |
| YUV | 158.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 166 | 0 | 0.41 | 0.23 | 0.15 | 333.71 | 0.53 | 0.67 |
| Hex | D8 | 7F | A6 | 0 | 29 | 17 | F | 14E | 35 | 43 |
| Octal | 330 | 177 | 246 | 0 | 51 | 27 | 17 | 516 | 65 | 103 |
| Binary | 11011000 | 1111111 | 10100110 | 0 | 101001 | 10111 | 1111 | 101001110 | 110101 | 1000011 |
Color Harmonies of #D87FA6
Complementary color
Monochromatic Colors of #D87FA6
Black with #D87FA6
Text Example
Text Example
White with #D87FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FA6; }
p { color: rgb(216,127,166); }
H1.HeaderClassName
{
color: #D87FA6;
}
.AnyTagClassName
{
color: #D87FA6;
}
</style>
background-color css
<style>
a { background-color: #D87FA6; }
a { background-color: rgb(216,127,166); }
div.DivClassName
{
background-color: #D87FA6;
}
.BgClassName
{
background-color: #D87FA6;
}
</style>
border-color css
<style>
span { border-color: #D87FA6; }
span { border-color: rgb(216,127,166); }
td.TdClassName
{
border-color: #D87FA6;
}
.TagClassName
{
border-color: #D87FA6;
}
</style>