Shades of Can Can #D47FA4
Tints of Can Can #D47FA4
RGB
CMYK
RGB Variations
Color information
#D47FA4 (or 0xD47FA4) is known color: Can Can. HEX triplet: D4, 7F and A4. RGB value is (212,127,164). Sum of RGB (Red+Green+Blue) = 212+127+164=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FA4 is #2B805B. Grayscale: #9C9C9C. Windows color (decimal): -2850908 or 10780628. OLE color: 10780628.
HSL color Cylindrical-coordinate representation of color #D47FA4: hue angle of 333.88º 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 #D47FA4 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 164 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.17 |
| HSL | 333.88º | 0.5% | 0.66% | - |
| HSV(B) | 333.88º | 0.4% | 0.83% | - |
| XYZ | 41.44 | 31.86 | 39.09 | - |
| YUV | 156.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 164 | 0 | 0.40 | 0.23 | 0.17 | 333.88 | 0.5 | 0.66 |
| Hex | D4 | 7F | A4 | 0 | 28 | 17 | 11 | 14E | 32 | 42 |
| Octal | 324 | 177 | 244 | 0 | 50 | 27 | 21 | 516 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10100100 | 0 | 101000 | 10111 | 10001 | 101001110 | 110010 | 1000010 |
Color Harmonies of #D47FA4
Complementary color
Monochromatic Colors of #D47FA4
Black with #D47FA4
Text Example
Text Example
White with #D47FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FA4; }
p { color: rgb(212,127,164); }
H1.HeaderClassName
{
color: #D47FA4;
}
.AnyTagClassName
{
color: #D47FA4;
}
</style>
background-color css
<style>
a { background-color: #D47FA4; }
a { background-color: rgb(212,127,164); }
div.DivClassName
{
background-color: #D47FA4;
}
.BgClassName
{
background-color: #D47FA4;
}
</style>
border-color css
<style>
span { border-color: #D47FA4; }
span { border-color: rgb(212,127,164); }
td.TdClassName
{
border-color: #D47FA4;
}
.TagClassName
{
border-color: #D47FA4;
}
</style>