Shades of Can Can #D57DA2
Tints of Can Can #D57DA2
RGB
CMYK
RGB Variations
Color information
#D57DA2 (or 0xD57DA2) is known color: Can Can. HEX triplet: D5, 7D and A2. RGB value is (213,125,162). Sum of RGB (Red+Green+Blue) = 213+125+162=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57DA2 is #2A825D. Grayscale: #9B9B9B. Windows color (decimal): -2785886 or 10649045. OLE color: 10649045.
HSL color Cylindrical-coordinate representation of color #D57DA2: hue angle of 334.77º 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 #D57DA2 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 162 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.16 |
| HSL | 334.77º | 0.51% | 0.66% | - |
| HSV(B) | 334.77º | 0.41% | 0.84% | - |
| XYZ | 41.3 | 31.42 | 38.07 | - |
| YUV | 155.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 162 | 0 | 0.41 | 0.24 | 0.16 | 334.77 | 0.51 | 0.66 |
| Hex | D5 | 7D | A2 | 0 | 29 | 18 | 10 | 14F | 33 | 42 |
| Octal | 325 | 175 | 242 | 0 | 51 | 30 | 20 | 517 | 63 | 102 |
| Binary | 11010101 | 1111101 | 10100010 | 0 | 101001 | 11000 | 10000 | 101001111 | 110011 | 1000010 |
Color Harmonies of #D57DA2
Complementary color
Monochromatic Colors of #D57DA2
Black with #D57DA2
Text Example
Text Example
White with #D57DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DA2; }
p { color: rgb(213,125,162); }
H1.HeaderClassName
{
color: #D57DA2;
}
.AnyTagClassName
{
color: #D57DA2;
}
</style>
background-color css
<style>
a { background-color: #D57DA2; }
a { background-color: rgb(213,125,162); }
div.DivClassName
{
background-color: #D57DA2;
}
.BgClassName
{
background-color: #D57DA2;
}
</style>
border-color css
<style>
span { border-color: #D57DA2; }
span { border-color: rgb(213,125,162); }
td.TdClassName
{
border-color: #D57DA2;
}
.TagClassName
{
border-color: #D57DA2;
}
</style>