Shades of Can Can #D47FA6
Tints of Can Can #D47FA6
RGB
CMYK
RGB Variations
Color information
#D47FA6 (or 0xD47FA6) is known color: Can Can. HEX triplet: D4, 7F and A6. RGB value is (212,127,166). Sum of RGB (Red+Green+Blue) = 212+127+166=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FA6 is #2B8059. Grayscale: #9C9C9C. Windows color (decimal): -2850906 or 10911700. OLE color: 10911700.
HSL color Cylindrical-coordinate representation of color #D47FA6: hue angle of 332.47º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47FA6 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 166 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.17 |
| HSL | 332.47º | 0.5% | 0.66% | - |
| HSV(B) | 332.47º | 0.4% | 0.83% | - |
| XYZ | 41.62 | 31.93 | 40.05 | - |
| YUV | 156.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 166 | 0 | 0.40 | 0.22 | 0.17 | 332.47 | 0.5 | 0.66 |
| Hex | D4 | 7F | A6 | 0 | 28 | 16 | 11 | 14C | 32 | 42 |
| Octal | 324 | 177 | 246 | 0 | 50 | 26 | 21 | 514 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10100110 | 0 | 101000 | 10110 | 10001 | 101001100 | 110010 | 1000010 |
Color Harmonies of #D47FA6
Complementary color
Monochromatic Colors of #D47FA6
Black with #D47FA6
Text Example
Text Example
White with #D47FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FA6; }
p { color: rgb(212,127,166); }
H1.HeaderClassName
{
color: #D47FA6;
}
.AnyTagClassName
{
color: #D47FA6;
}
</style>
background-color css
<style>
a { background-color: #D47FA6; }
a { background-color: rgb(212,127,166); }
div.DivClassName
{
background-color: #D47FA6;
}
.BgClassName
{
background-color: #D47FA6;
}
</style>
border-color css
<style>
span { border-color: #D47FA6; }
span { border-color: rgb(212,127,166); }
td.TdClassName
{
border-color: #D47FA6;
}
.TagClassName
{
border-color: #D47FA6;
}
</style>