Shades of Can Can #D593A2
Tints of Can Can #D593A2
RGB
CMYK
RGB Variations
Color information
#D593A2 (or 0xD593A2) is known color: Can Can. HEX triplet: D5, 93 and A2. RGB value is (213,147,162). Sum of RGB (Red+Green+Blue) = 213+147+162=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D593A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D593A2 is #2A6C5D. Grayscale: #A8A8A8. Windows color (decimal): -2780254 or 10654677. OLE color: 10654677.
HSL color Cylindrical-coordinate representation of color #D593A2: hue angle of 346.36º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D593A2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 162 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.16 |
| HSL | 346.36º | 0.44% | 0.71% | - |
| HSV(B) | 346.36º | 0.31% | 0.84% | - |
| XYZ | 44.4 | 37.62 | 39.1 | - |
| YUV | 168.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 162 | 0 | 0.31 | 0.24 | 0.16 | 346.36 | 0.44 | 0.71 |
| Hex | D5 | 93 | A2 | 0 | 1F | 18 | 10 | 15A | 2C | 47 |
| Octal | 325 | 223 | 242 | 0 | 37 | 30 | 20 | 532 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10100010 | 0 | 11111 | 11000 | 10000 | 101011010 | 101100 | 1000111 |
Color Harmonies of #D593A2
Complementary color
Monochromatic Colors of #D593A2
Black with #D593A2
Text Example
Text Example
White with #D593A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593A2; }
p { color: rgb(213,147,162); }
H1.HeaderClassName
{
color: #D593A2;
}
.AnyTagClassName
{
color: #D593A2;
}
</style>
background-color css
<style>
a { background-color: #D593A2; }
a { background-color: rgb(213,147,162); }
div.DivClassName
{
background-color: #D593A2;
}
.BgClassName
{
background-color: #D593A2;
}
</style>
border-color css
<style>
span { border-color: #D593A2; }
span { border-color: rgb(213,147,162); }
td.TdClassName
{
border-color: #D593A2;
}
.TagClassName
{
border-color: #D593A2;
}
</style>