Shades of Can Can #D57F9A
Tints of Can Can #D57F9A
RGB
CMYK
RGB Variations
Color information
#D57F9A (or 0xD57F9A) is known color: Can Can. HEX triplet: D5, 7F and 9A. RGB value is (213,127,154). Sum of RGB (Red+Green+Blue) = 213+127+154=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F9A is #2A8065. Grayscale: #9B9B9B. Windows color (decimal): -2785382 or 10125269. OLE color: 10125269.
HSL color Cylindrical-coordinate representation of color #D57F9A: hue angle of 341.16º 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 #D57F9A is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 154 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.16 |
| HSL | 341.16º | 0.51% | 0.67% | - |
| HSV(B) | 341.16º | 0.4% | 0.84% | - |
| XYZ | 40.86 | 31.66 | 34.53 | - |
| YUV | 155.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 154 | 0 | 0.40 | 0.28 | 0.16 | 341.16 | 0.51 | 0.67 |
| Hex | D5 | 7F | 9A | 0 | 28 | 1C | 10 | 155 | 33 | 43 |
| Octal | 325 | 177 | 232 | 0 | 50 | 34 | 20 | 525 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10011010 | 0 | 101000 | 11100 | 10000 | 101010101 | 110011 | 1000011 |
Color Harmonies of #D57F9A
Complementary color
Monochromatic Colors of #D57F9A
Black with #D57F9A
Text Example
Text Example
White with #D57F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F9A; }
p { color: rgb(213,127,154); }
H1.HeaderClassName
{
color: #D57F9A;
}
.AnyTagClassName
{
color: #D57F9A;
}
</style>
background-color css
<style>
a { background-color: #D57F9A; }
a { background-color: rgb(213,127,154); }
div.DivClassName
{
background-color: #D57F9A;
}
.BgClassName
{
background-color: #D57F9A;
}
</style>
border-color css
<style>
span { border-color: #D57F9A; }
span { border-color: rgb(213,127,154); }
td.TdClassName
{
border-color: #D57F9A;
}
.TagClassName
{
border-color: #D57F9A;
}
</style>