Shades of Can Can #D589A0
Tints of Can Can #D589A0
RGB
CMYK
RGB Variations
Color information
#D589A0 (or 0xD589A0) is known color: Can Can. HEX triplet: D5, 89 and A0. RGB value is (213,137,160). Sum of RGB (Red+Green+Blue) = 213+137+160=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D589A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D589A0 is #2A765F. Grayscale: #A2A2A2. Windows color (decimal): -2782816 or 10521045. OLE color: 10521045.
HSL color Cylindrical-coordinate representation of color #D589A0: hue angle of 341.84º 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 #D589A0 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 160 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.16 |
| HSL | 341.84º | 0.48% | 0.69% | - |
| HSV(B) | 341.84º | 0.36% | 0.84% | - |
| XYZ | 42.73 | 34.58 | 37.68 | - |
| YUV | 162.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 160 | 0 | 0.36 | 0.25 | 0.16 | 341.84 | 0.48 | 0.69 |
| Hex | D5 | 89 | A0 | 0 | 24 | 19 | 10 | 156 | 30 | 45 |
| Octal | 325 | 211 | 240 | 0 | 44 | 31 | 20 | 526 | 60 | 105 |
| Binary | 11010101 | 10001001 | 10100000 | 0 | 100100 | 11001 | 10000 | 101010110 | 110000 | 1000101 |
Color Harmonies of #D589A0
Complementary color
Monochromatic Colors of #D589A0
Black with #D589A0
Text Example
Text Example
White with #D589A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D589A0; }
p { color: rgb(213,137,160); }
H1.HeaderClassName
{
color: #D589A0;
}
.AnyTagClassName
{
color: #D589A0;
}
</style>
background-color css
<style>
a { background-color: #D589A0; }
a { background-color: rgb(213,137,160); }
div.DivClassName
{
background-color: #D589A0;
}
.BgClassName
{
background-color: #D589A0;
}
</style>
border-color css
<style>
span { border-color: #D589A0; }
span { border-color: rgb(213,137,160); }
td.TdClassName
{
border-color: #D589A0;
}
.TagClassName
{
border-color: #D589A0;
}
</style>