Shades of Can Can #D885A1
Tints of Can Can #D885A1
RGB
CMYK
RGB Variations
Color information
#D885A1 (or 0xD885A1) is known color: Can Can. HEX triplet: D8, 85 and A1. RGB value is (216,133,161). Sum of RGB (Red+Green+Blue) = 216+133+161=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D885A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D885A1 is #277A5E. Grayscale: #A0A0A0. Windows color (decimal): -2587231 or 10585560. OLE color: 10585560.
HSL color Cylindrical-coordinate representation of color #D885A1: hue angle of 339.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885A1 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 161 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.15 |
| HSL | 339.76º | 0.52% | 0.68% | - |
| HSV(B) | 339.76º | 0.38% | 0.85% | - |
| XYZ | 43.14 | 33.95 | 38 | - |
| YUV | 161.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 161 | 0 | 0.38 | 0.25 | 0.15 | 339.76 | 0.52 | 0.68 |
| Hex | D8 | 85 | A1 | 0 | 26 | 19 | F | 154 | 34 | 44 |
| Octal | 330 | 205 | 241 | 0 | 46 | 31 | 17 | 524 | 64 | 104 |
| Binary | 11011000 | 10000101 | 10100001 | 0 | 100110 | 11001 | 1111 | 101010100 | 110100 | 1000100 |
Color Harmonies of #D885A1
Complementary color
Monochromatic Colors of #D885A1
Black with #D885A1
Text Example
Text Example
White with #D885A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D885A1; }
p { color: rgb(216,133,161); }
H1.HeaderClassName
{
color: #D885A1;
}
.AnyTagClassName
{
color: #D885A1;
}
</style>
background-color css
<style>
a { background-color: #D885A1; }
a { background-color: rgb(216,133,161); }
div.DivClassName
{
background-color: #D885A1;
}
.BgClassName
{
background-color: #D885A1;
}
</style>
border-color css
<style>
span { border-color: #D885A1; }
span { border-color: rgb(216,133,161); }
td.TdClassName
{
border-color: #D885A1;
}
.TagClassName
{
border-color: #D885A1;
}
</style>