Shades of Can Can #D582A1
Tints of Can Can #D582A1
RGB
CMYK
RGB Variations
Color information
#D582A1 (or 0xD582A1) is known color: Can Can. HEX triplet: D5, 82 and A1. RGB value is (213,130,161). Sum of RGB (Red+Green+Blue) = 213+130+161=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D582A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D582A1 is #2A7D5E. Grayscale: #9E9E9E. Windows color (decimal): -2784607 or 10584789. OLE color: 10584789.
HSL color Cylindrical-coordinate representation of color #D582A1: hue angle of 337.59º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D582A1 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 161 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.16 |
| HSL | 337.59º | 0.5% | 0.67% | - |
| HSV(B) | 337.59º | 0.39% | 0.84% | - |
| XYZ | 41.86 | 32.68 | 37.82 | - |
| YUV | 158.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 161 | 0 | 0.39 | 0.24 | 0.16 | 337.59 | 0.5 | 0.67 |
| Hex | D5 | 82 | A1 | 0 | 27 | 18 | 10 | 152 | 32 | 43 |
| Octal | 325 | 202 | 241 | 0 | 47 | 30 | 20 | 522 | 62 | 103 |
| Binary | 11010101 | 10000010 | 10100001 | 0 | 100111 | 11000 | 10000 | 101010010 | 110010 | 1000011 |
Color Harmonies of #D582A1
Complementary color
Monochromatic Colors of #D582A1
Black with #D582A1
Text Example
Text Example
White with #D582A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D582A1; }
p { color: rgb(213,130,161); }
H1.HeaderClassName
{
color: #D582A1;
}
.AnyTagClassName
{
color: #D582A1;
}
</style>
background-color css
<style>
a { background-color: #D582A1; }
a { background-color: rgb(213,130,161); }
div.DivClassName
{
background-color: #D582A1;
}
.BgClassName
{
background-color: #D582A1;
}
</style>
border-color css
<style>
span { border-color: #D582A1; }
span { border-color: rgb(213,130,161); }
td.TdClassName
{
border-color: #D582A1;
}
.TagClassName
{
border-color: #D582A1;
}
</style>