Shades of Can Can #D982A0
Tints of Can Can #D982A0
RGB
CMYK
RGB Variations
Color information
#D982A0 (or 0xD982A0) is known color: Can Can. HEX triplet: D9, 82 and A0. RGB value is (217,130,160). Sum of RGB (Red+Green+Blue) = 217+130+160=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D982A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D982A0 is #267D5F. Grayscale: #9F9F9F. Windows color (decimal): -2522464 or 10519257. OLE color: 10519257.
HSL color Cylindrical-coordinate representation of color #D982A0: hue angle of 339.31º 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 #D982A0 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 160 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.15 |
| HSL | 339.31º | 0.53% | 0.68% | - |
| HSV(B) | 339.31º | 0.4% | 0.85% | - |
| XYZ | 42.94 | 33.26 | 37.41 | - |
| YUV | 159.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 160 | 0 | 0.40 | 0.26 | 0.15 | 339.31 | 0.53 | 0.68 |
| Hex | D9 | 82 | A0 | 0 | 28 | 1A | F | 153 | 35 | 44 |
| Octal | 331 | 202 | 240 | 0 | 50 | 32 | 17 | 523 | 65 | 104 |
| Binary | 11011001 | 10000010 | 10100000 | 0 | 101000 | 11010 | 1111 | 101010011 | 110101 | 1000100 |
Color Harmonies of #D982A0
Complementary color
Monochromatic Colors of #D982A0
Black with #D982A0
Text Example
Text Example
White with #D982A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D982A0; }
p { color: rgb(217,130,160); }
H1.HeaderClassName
{
color: #D982A0;
}
.AnyTagClassName
{
color: #D982A0;
}
</style>
background-color css
<style>
a { background-color: #D982A0; }
a { background-color: rgb(217,130,160); }
div.DivClassName
{
background-color: #D982A0;
}
.BgClassName
{
background-color: #D982A0;
}
</style>
border-color css
<style>
span { border-color: #D982A0; }
span { border-color: rgb(217,130,160); }
td.TdClassName
{
border-color: #D982A0;
}
.TagClassName
{
border-color: #D982A0;
}
</style>