Shades of Can Can #D589A5
Tints of Can Can #D589A5
RGB
CMYK
RGB Variations
Color information
#D589A5 (or 0xD589A5) is known color: Can Can. HEX triplet: D5, 89 and A5. RGB value is (213,137,165). Sum of RGB (Red+Green+Blue) = 213+137+165=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D589A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D589A5 is #2A765A. Grayscale: #A2A2A2. Windows color (decimal): -2782811 or 10848725. OLE color: 10848725.
HSL color Cylindrical-coordinate representation of color #D589A5: hue angle of 337.89º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D589A5 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 165 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.16 |
| HSL | 337.89º | 0.48% | 0.69% | - |
| HSV(B) | 337.89º | 0.36% | 0.84% | - |
| XYZ | 43.18 | 34.75 | 40.03 | - |
| YUV | 162.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 165 | 0 | 0.36 | 0.23 | 0.16 | 337.89 | 0.48 | 0.69 |
| Hex | D5 | 89 | A5 | 0 | 24 | 17 | 10 | 152 | 30 | 45 |
| Octal | 325 | 211 | 245 | 0 | 44 | 27 | 20 | 522 | 60 | 105 |
| Binary | 11010101 | 10001001 | 10100101 | 0 | 100100 | 10111 | 10000 | 101010010 | 110000 | 1000101 |
Color Harmonies of #D589A5
Complementary color
Monochromatic Colors of #D589A5
Black with #D589A5
Text Example
Text Example
White with #D589A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D589A5; }
p { color: rgb(213,137,165); }
H1.HeaderClassName
{
color: #D589A5;
}
.AnyTagClassName
{
color: #D589A5;
}
</style>
background-color css
<style>
a { background-color: #D589A5; }
a { background-color: rgb(213,137,165); }
div.DivClassName
{
background-color: #D589A5;
}
.BgClassName
{
background-color: #D589A5;
}
</style>
border-color css
<style>
span { border-color: #D589A5; }
span { border-color: rgb(213,137,165); }
td.TdClassName
{
border-color: #D589A5;
}
.TagClassName
{
border-color: #D589A5;
}
</style>