Shades of Can Can #D77DA6
Tints of Can Can #D77DA6
RGB
CMYK
RGB Variations
Color information
#D77DA6 (or 0xD77DA6) is known color: Can Can. HEX triplet: D7, 7D and A6. RGB value is (215,125,166). Sum of RGB (Red+Green+Blue) = 215+125+166=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DA6 is #288259. Grayscale: #9C9C9C. Windows color (decimal): -2654810 or 10911191. OLE color: 10911191.
HSL color Cylindrical-coordinate representation of color #D77DA6: hue angle of 332.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DA6 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 166 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.16 |
| HSL | 332.67º | 0.53% | 0.67% | - |
| HSV(B) | 332.67º | 0.42% | 0.84% | - |
| XYZ | 42.24 | 31.87 | 40 | - |
| YUV | 156.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 166 | 0 | 0.42 | 0.23 | 0.16 | 332.67 | 0.53 | 0.67 |
| Hex | D7 | 7D | A6 | 0 | 2A | 17 | 10 | 14D | 35 | 43 |
| Octal | 327 | 175 | 246 | 0 | 52 | 27 | 20 | 515 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10100110 | 0 | 101010 | 10111 | 10000 | 101001101 | 110101 | 1000011 |
Color Harmonies of #D77DA6
Complementary color
Monochromatic Colors of #D77DA6
Black with #D77DA6
Text Example
Text Example
White with #D77DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DA6; }
p { color: rgb(215,125,166); }
H1.HeaderClassName
{
color: #D77DA6;
}
.AnyTagClassName
{
color: #D77DA6;
}
</style>
background-color css
<style>
a { background-color: #D77DA6; }
a { background-color: rgb(215,125,166); }
div.DivClassName
{
background-color: #D77DA6;
}
.BgClassName
{
background-color: #D77DA6;
}
</style>
border-color css
<style>
span { border-color: #D77DA6; }
span { border-color: rgb(215,125,166); }
td.TdClassName
{
border-color: #D77DA6;
}
.TagClassName
{
border-color: #D77DA6;
}
</style>