Shades of Can Can #D57EA3
Tints of Can Can #D57EA3
RGB
CMYK
RGB Variations
Color information
#D57EA3 (or 0xD57EA3) is known color: Can Can. HEX triplet: D5, 7E and A3. RGB value is (213,126,163). Sum of RGB (Red+Green+Blue) = 213+126+163=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57EA3 is #2A815C. Grayscale: #9C9C9C. Windows color (decimal): -2785629 or 10714837. OLE color: 10714837.
HSL color Cylindrical-coordinate representation of color #D57EA3: hue angle of 334.48º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57EA3 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 163 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.16 |
| HSL | 334.48º | 0.51% | 0.66% | - |
| HSV(B) | 334.48º | 0.41% | 0.84% | - |
| XYZ | 41.51 | 31.71 | 38.58 | - |
| YUV | 156.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 163 | 0 | 0.41 | 0.23 | 0.16 | 334.48 | 0.51 | 0.66 |
| Hex | D5 | 7E | A3 | 0 | 29 | 17 | 10 | 14E | 33 | 42 |
| Octal | 325 | 176 | 243 | 0 | 51 | 27 | 20 | 516 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10100011 | 0 | 101001 | 10111 | 10000 | 101001110 | 110011 | 1000010 |
Color Harmonies of #D57EA3
Complementary color
Monochromatic Colors of #D57EA3
Black with #D57EA3
Text Example
Text Example
White with #D57EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EA3; }
p { color: rgb(213,126,163); }
H1.HeaderClassName
{
color: #D57EA3;
}
.AnyTagClassName
{
color: #D57EA3;
}
</style>
background-color css
<style>
a { background-color: #D57EA3; }
a { background-color: rgb(213,126,163); }
div.DivClassName
{
background-color: #D57EA3;
}
.BgClassName
{
background-color: #D57EA3;
}
</style>
border-color css
<style>
span { border-color: #D57EA3; }
span { border-color: rgb(213,126,163); }
td.TdClassName
{
border-color: #D57EA3;
}
.TagClassName
{
border-color: #D57EA3;
}
</style>