Shades of Can Can #D983A1
Tints of Can Can #D983A1
RGB
CMYK
RGB Variations
Color information
#D983A1 (or 0xD983A1) is known color: Can Can. HEX triplet: D9, 83 and A1. RGB value is (217,131,161). Sum of RGB (Red+Green+Blue) = 217+131+161=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D983A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D983A1 is #267C5E. Grayscale: #A0A0A0. Windows color (decimal): -2522207 or 10585049. OLE color: 10585049.
HSL color Cylindrical-coordinate representation of color #D983A1: hue angle of 339.07º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983A1 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 161 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.15 |
| HSL | 339.07º | 0.53% | 0.68% | - |
| HSV(B) | 339.07º | 0.4% | 0.85% | - |
| XYZ | 43.16 | 33.56 | 37.92 | - |
| YUV | 160.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 161 | 0 | 0.40 | 0.26 | 0.15 | 339.07 | 0.53 | 0.68 |
| Hex | D9 | 83 | A1 | 0 | 28 | 1A | F | 153 | 35 | 44 |
| Octal | 331 | 203 | 241 | 0 | 50 | 32 | 17 | 523 | 65 | 104 |
| Binary | 11011001 | 10000011 | 10100001 | 0 | 101000 | 11010 | 1111 | 101010011 | 110101 | 1000100 |
Color Harmonies of #D983A1
Complementary color
Monochromatic Colors of #D983A1
Black with #D983A1
Text Example
Text Example
White with #D983A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D983A1; }
p { color: rgb(217,131,161); }
H1.HeaderClassName
{
color: #D983A1;
}
.AnyTagClassName
{
color: #D983A1;
}
</style>
background-color css
<style>
a { background-color: #D983A1; }
a { background-color: rgb(217,131,161); }
div.DivClassName
{
background-color: #D983A1;
}
.BgClassName
{
background-color: #D983A1;
}
</style>
border-color css
<style>
span { border-color: #D983A1; }
span { border-color: rgb(217,131,161); }
td.TdClassName
{
border-color: #D983A1;
}
.TagClassName
{
border-color: #D983A1;
}
</style>