Shades of Can Can #D57DA5
Tints of Can Can #D57DA5
RGB
CMYK
RGB Variations
Color information
#D57DA5 (or 0xD57DA5) is known color: Can Can. HEX triplet: D5, 7D and A5. RGB value is (213,125,165). Sum of RGB (Red+Green+Blue) = 213+125+165=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57DA5 is #2A825A. Grayscale: #9B9B9B. Windows color (decimal): -2785883 or 10845653. OLE color: 10845653.
HSL color Cylindrical-coordinate representation of color #D57DA5: hue angle of 332.73º 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 #D57DA5 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 165 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.16 |
| HSL | 332.73º | 0.51% | 0.66% | - |
| HSV(B) | 332.73º | 0.41% | 0.84% | - |
| XYZ | 41.57 | 31.53 | 39.49 | - |
| YUV | 155.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 165 | 0 | 0.41 | 0.23 | 0.16 | 332.73 | 0.51 | 0.66 |
| Hex | D5 | 7D | A5 | 0 | 29 | 17 | 10 | 14D | 33 | 42 |
| Octal | 325 | 175 | 245 | 0 | 51 | 27 | 20 | 515 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10100101 | 0 | 101001 | 10111 | 10000 | 101001101 | 110011 | 1000010 |
Color Harmonies of #D57DA5
Complementary color
Monochromatic Colors of #D57DA5
Black with #D57DA5
Text Example
Text Example
White with #D57DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DA5; }
p { color: rgb(213,125,165); }
H1.HeaderClassName
{
color: #D57DA5;
}
.AnyTagClassName
{
color: #D57DA5;
}
</style>
background-color css
<style>
a { background-color: #D57DA5; }
a { background-color: rgb(213,125,165); }
div.DivClassName
{
background-color: #D57DA5;
}
.BgClassName
{
background-color: #D57DA5;
}
</style>
border-color css
<style>
span { border-color: #D57DA5; }
span { border-color: rgb(213,125,165); }
td.TdClassName
{
border-color: #D57DA5;
}
.TagClassName
{
border-color: #D57DA5;
}
</style>