Shades of Can Can #D57FA6
Tints of Can Can #D57FA6
RGB
CMYK
RGB Variations
Color information
#D57FA6 (or 0xD57FA6) is known color: Can Can. HEX triplet: D5, 7F and A6. RGB value is (213,127,166). Sum of RGB (Red+Green+Blue) = 213+127+166=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57FA6 is #2A8059. Grayscale: #9D9D9D. Windows color (decimal): -2785370 or 10911701. OLE color: 10911701.
HSL color Cylindrical-coordinate representation of color #D57FA6: hue angle of 332.79º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FA6 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 166 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.16 |
| HSL | 332.79º | 0.51% | 0.67% | - |
| HSV(B) | 332.79º | 0.4% | 0.84% | - |
| XYZ | 41.91 | 32.08 | 40.06 | - |
| YUV | 157.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 166 | 0 | 0.40 | 0.22 | 0.16 | 332.79 | 0.51 | 0.67 |
| Hex | D5 | 7F | A6 | 0 | 28 | 16 | 10 | 14D | 33 | 43 |
| Octal | 325 | 177 | 246 | 0 | 50 | 26 | 20 | 515 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10100110 | 0 | 101000 | 10110 | 10000 | 101001101 | 110011 | 1000011 |
Color Harmonies of #D57FA6
Complementary color
Monochromatic Colors of #D57FA6
Black with #D57FA6
Text Example
Text Example
White with #D57FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FA6; }
p { color: rgb(213,127,166); }
H1.HeaderClassName
{
color: #D57FA6;
}
.AnyTagClassName
{
color: #D57FA6;
}
</style>
background-color css
<style>
a { background-color: #D57FA6; }
a { background-color: rgb(213,127,166); }
div.DivClassName
{
background-color: #D57FA6;
}
.BgClassName
{
background-color: #D57FA6;
}
</style>
border-color css
<style>
span { border-color: #D57FA6; }
span { border-color: rgb(213,127,166); }
td.TdClassName
{
border-color: #D57FA6;
}
.TagClassName
{
border-color: #D57FA6;
}
</style>