Shades of Can Can #D981A0
Tints of Can Can #D981A0
RGB
CMYK
RGB Variations
Color information
#D981A0 (or 0xD981A0) is known color: Can Can. HEX triplet: D9, 81 and A0. RGB value is (217,129,160). Sum of RGB (Red+Green+Blue) = 217+129+160=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D981A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D981A0 is #267E5F. Grayscale: #9E9E9E. Windows color (decimal): -2522720 or 10519001. OLE color: 10519001.
HSL color Cylindrical-coordinate representation of color #D981A0: hue angle of 338.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D981A0 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 160 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.15 |
| HSL | 338.86º | 0.54% | 0.68% | - |
| HSV(B) | 338.86º | 0.41% | 0.85% | - |
| XYZ | 42.81 | 32.99 | 37.37 | - |
| YUV | 158.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 160 | 0 | 0.41 | 0.26 | 0.15 | 338.86 | 0.54 | 0.68 |
| Hex | D9 | 81 | A0 | 0 | 29 | 1A | F | 153 | 36 | 44 |
| Octal | 331 | 201 | 240 | 0 | 51 | 32 | 17 | 523 | 66 | 104 |
| Binary | 11011001 | 10000001 | 10100000 | 0 | 101001 | 11010 | 1111 | 101010011 | 110110 | 1000100 |
Color Harmonies of #D981A0
Complementary color
Monochromatic Colors of #D981A0
Black with #D981A0
Text Example
Text Example
White with #D981A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981A0; }
p { color: rgb(217,129,160); }
H1.HeaderClassName
{
color: #D981A0;
}
.AnyTagClassName
{
color: #D981A0;
}
</style>
background-color css
<style>
a { background-color: #D981A0; }
a { background-color: rgb(217,129,160); }
div.DivClassName
{
background-color: #D981A0;
}
.BgClassName
{
background-color: #D981A0;
}
</style>
border-color css
<style>
span { border-color: #D981A0; }
span { border-color: rgb(217,129,160); }
td.TdClassName
{
border-color: #D981A0;
}
.TagClassName
{
border-color: #D981A0;
}
</style>