Shades of Can Can #D583A1
Tints of Can Can #D583A1
RGB
CMYK
RGB Variations
Color information
#D583A1 (or 0xD583A1) is known color: Can Can. HEX triplet: D5, 83 and A1. RGB value is (213,131,161). Sum of RGB (Red+Green+Blue) = 213+131+161=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D583A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D583A1 is #2A7C5E. Grayscale: #9E9E9E. Windows color (decimal): -2784351 or 10585045. OLE color: 10585045.
HSL color Cylindrical-coordinate representation of color #D583A1: hue angle of 338.05º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583A1 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 161 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.16 |
| HSL | 338.05º | 0.49% | 0.67% | - |
| HSV(B) | 338.05º | 0.38% | 0.84% | - |
| XYZ | 41.99 | 32.95 | 37.87 | - |
| YUV | 158.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 161 | 0 | 0.38 | 0.24 | 0.16 | 338.05 | 0.49 | 0.67 |
| Hex | D5 | 83 | A1 | 0 | 26 | 18 | 10 | 152 | 31 | 43 |
| Octal | 325 | 203 | 241 | 0 | 46 | 30 | 20 | 522 | 61 | 103 |
| Binary | 11010101 | 10000011 | 10100001 | 0 | 100110 | 11000 | 10000 | 101010010 | 110001 | 1000011 |
Color Harmonies of #D583A1
Complementary color
Monochromatic Colors of #D583A1
Black with #D583A1
Text Example
Text Example
White with #D583A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583A1; }
p { color: rgb(213,131,161); }
H1.HeaderClassName
{
color: #D583A1;
}
.AnyTagClassName
{
color: #D583A1;
}
</style>
background-color css
<style>
a { background-color: #D583A1; }
a { background-color: rgb(213,131,161); }
div.DivClassName
{
background-color: #D583A1;
}
.BgClassName
{
background-color: #D583A1;
}
</style>
border-color css
<style>
span { border-color: #D583A1; }
span { border-color: rgb(213,131,161); }
td.TdClassName
{
border-color: #D583A1;
}
.TagClassName
{
border-color: #D583A1;
}
</style>