Shades of Can Can #D984A2
Tints of Can Can #D984A2
RGB
CMYK
RGB Variations
Color information
#D984A2 (or 0xD984A2) is known color: Can Can. HEX triplet: D9, 84 and A2. RGB value is (217,132,162). Sum of RGB (Red+Green+Blue) = 217+132+162=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D984A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D984A2 is #267B5D. Grayscale: #A0A0A0. Windows color (decimal): -2521950 or 10650841. OLE color: 10650841.
HSL color Cylindrical-coordinate representation of color #D984A2: hue angle of 338.82º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D984A2 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 162 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.15 |
| HSL | 338.82º | 0.53% | 0.68% | - |
| HSV(B) | 338.82º | 0.39% | 0.85% | - |
| XYZ | 43.39 | 33.86 | 38.43 | - |
| YUV | 160.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 162 | 0 | 0.39 | 0.25 | 0.15 | 338.82 | 0.53 | 0.68 |
| Hex | D9 | 84 | A2 | 0 | 27 | 19 | F | 153 | 35 | 44 |
| Octal | 331 | 204 | 242 | 0 | 47 | 31 | 17 | 523 | 65 | 104 |
| Binary | 11011001 | 10000100 | 10100010 | 0 | 100111 | 11001 | 1111 | 101010011 | 110101 | 1000100 |
Color Harmonies of #D984A2
Complementary color
Monochromatic Colors of #D984A2
Black with #D984A2
Text Example
Text Example
White with #D984A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D984A2; }
p { color: rgb(217,132,162); }
H1.HeaderClassName
{
color: #D984A2;
}
.AnyTagClassName
{
color: #D984A2;
}
</style>
background-color css
<style>
a { background-color: #D984A2; }
a { background-color: rgb(217,132,162); }
div.DivClassName
{
background-color: #D984A2;
}
.BgClassName
{
background-color: #D984A2;
}
</style>
border-color css
<style>
span { border-color: #D984A2; }
span { border-color: rgb(217,132,162); }
td.TdClassName
{
border-color: #D984A2;
}
.TagClassName
{
border-color: #D984A2;
}
</style>