Shades of Can Can #D580A0
Tints of Can Can #D580A0
RGB
CMYK
RGB Variations
Color information
#D580A0 (or 0xD580A0) is known color: Can Can. HEX triplet: D5, 80 and A0. RGB value is (213,128,160). Sum of RGB (Red+Green+Blue) = 213+128+160=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D580A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D580A0 is #2A7F5F. Grayscale: #9D9D9D. Windows color (decimal): -2785120 or 10518741. OLE color: 10518741.
HSL color Cylindrical-coordinate representation of color #D580A0: hue angle of 337.41º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580A0 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 160 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.16 |
| HSL | 337.41º | 0.5% | 0.67% | - |
| HSV(B) | 337.41º | 0.4% | 0.84% | - |
| XYZ | 41.5 | 32.12 | 37.27 | - |
| YUV | 157.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 160 | 0 | 0.40 | 0.25 | 0.16 | 337.41 | 0.5 | 0.67 |
| Hex | D5 | 80 | A0 | 0 | 28 | 19 | 10 | 151 | 32 | 43 |
| Octal | 325 | 200 | 240 | 0 | 50 | 31 | 20 | 521 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10100000 | 0 | 101000 | 11001 | 10000 | 101010001 | 110010 | 1000011 |
Color Harmonies of #D580A0
Complementary color
Monochromatic Colors of #D580A0
Black with #D580A0
Text Example
Text Example
White with #D580A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580A0; }
p { color: rgb(213,128,160); }
H1.HeaderClassName
{
color: #D580A0;
}
.AnyTagClassName
{
color: #D580A0;
}
</style>
background-color css
<style>
a { background-color: #D580A0; }
a { background-color: rgb(213,128,160); }
div.DivClassName
{
background-color: #D580A0;
}
.BgClassName
{
background-color: #D580A0;
}
</style>
border-color css
<style>
span { border-color: #D580A0; }
span { border-color: rgb(213,128,160); }
td.TdClassName
{
border-color: #D580A0;
}
.TagClassName
{
border-color: #D580A0;
}
</style>