Shades of Can Can #D983A0
Tints of Can Can #D983A0
RGB
CMYK
RGB Variations
Color information
#D983A0 (or 0xD983A0) is known color: Can Can. HEX triplet: D9, 83 and A0. RGB value is (217,131,160). Sum of RGB (Red+Green+Blue) = 217+131+160=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D983A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D983A0 is #267C5F. Grayscale: #9F9F9F. Windows color (decimal): -2522208 or 10519513. OLE color: 10519513.
HSL color Cylindrical-coordinate representation of color #D983A0: hue angle of 339.77º 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 #D983A0 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 160 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.15 |
| HSL | 339.77º | 0.53% | 0.68% | - |
| HSV(B) | 339.77º | 0.4% | 0.85% | - |
| XYZ | 43.08 | 33.52 | 37.46 | - |
| YUV | 160.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 160 | 0 | 0.40 | 0.26 | 0.15 | 339.77 | 0.53 | 0.68 |
| Hex | D9 | 83 | A0 | 0 | 28 | 1A | F | 154 | 35 | 44 |
| Octal | 331 | 203 | 240 | 0 | 50 | 32 | 17 | 524 | 65 | 104 |
| Binary | 11011001 | 10000011 | 10100000 | 0 | 101000 | 11010 | 1111 | 101010100 | 110101 | 1000100 |
Color Harmonies of #D983A0
Complementary color
Monochromatic Colors of #D983A0
Black with #D983A0
Text Example
Text Example
White with #D983A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D983A0; }
p { color: rgb(217,131,160); }
H1.HeaderClassName
{
color: #D983A0;
}
.AnyTagClassName
{
color: #D983A0;
}
</style>
background-color css
<style>
a { background-color: #D983A0; }
a { background-color: rgb(217,131,160); }
div.DivClassName
{
background-color: #D983A0;
}
.BgClassName
{
background-color: #D983A0;
}
</style>
border-color css
<style>
span { border-color: #D983A0; }
span { border-color: rgb(217,131,160); }
td.TdClassName
{
border-color: #D983A0;
}
.TagClassName
{
border-color: #D983A0;
}
</style>