Shades of Can Can #D985A0
Tints of Can Can #D985A0
RGB
CMYK
RGB Variations
Color information
#D985A0 (or 0xD985A0) is known color: Can Can. HEX triplet: D9, 85 and A0. RGB value is (217,133,160). Sum of RGB (Red+Green+Blue) = 217+133+160=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D985A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985A0 is #267A5F. Grayscale: #A1A1A1. Windows color (decimal): -2521696 or 10520025. OLE color: 10520025.
HSL color Cylindrical-coordinate representation of color #D985A0: hue angle of 340.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985A0 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 160 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.15 |
| HSL | 340.71º | 0.53% | 0.69% | - |
| HSV(B) | 340.71º | 0.39% | 0.85% | - |
| XYZ | 43.35 | 34.06 | 37.55 | - |
| YUV | 161.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 160 | 0 | 0.39 | 0.26 | 0.15 | 340.71 | 0.53 | 0.69 |
| Hex | D9 | 85 | A0 | 0 | 27 | 1A | F | 155 | 34 | 45 |
| Octal | 331 | 205 | 240 | 0 | 47 | 32 | 17 | 525 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10100000 | 0 | 100111 | 11010 | 1111 | 101010101 | 110100 | 1000101 |
Color Harmonies of #D985A0
Complementary color
Monochromatic Colors of #D985A0
Black with #D985A0
Text Example
Text Example
White with #D985A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985A0; }
p { color: rgb(217,133,160); }
H1.HeaderClassName
{
color: #D985A0;
}
.AnyTagClassName
{
color: #D985A0;
}
</style>
background-color css
<style>
a { background-color: #D985A0; }
a { background-color: rgb(217,133,160); }
div.DivClassName
{
background-color: #D985A0;
}
.BgClassName
{
background-color: #D985A0;
}
</style>
border-color css
<style>
span { border-color: #D985A0; }
span { border-color: rgb(217,133,160); }
td.TdClassName
{
border-color: #D985A0;
}
.TagClassName
{
border-color: #D985A0;
}
</style>