Shades of Can Can #DD8C9B
Tints of Can Can #DD8C9B
RGB
CMYK
RGB Variations
Color information
#DD8C9B (or 0xDD8C9B) is known color: Can Can. HEX triplet: DD, 8C and 9B. RGB value is (221,140,155). Sum of RGB (Red+Green+Blue) = 221+140+155=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C9B is #227364. Grayscale: #A5A5A5. Windows color (decimal): -2257765 or 10194141. OLE color: 10194141.
HSL color Cylindrical-coordinate representation of color #DD8C9B: hue angle of 348.89º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8C9B is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 155 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.13 |
| HSL | 348.89º | 0.54% | 0.71% | - |
| HSV(B) | 348.89º | 0.37% | 0.87% | - |
| XYZ | 45.11 | 36.49 | 35.68 | - |
| YUV | 165.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 155 | 0 | 0.37 | 0.30 | 0.13 | 348.89 | 0.54 | 0.71 |
| Hex | DD | 8C | 9B | 0 | 25 | 1E | D | 15D | 36 | 47 |
| Octal | 335 | 214 | 233 | 0 | 45 | 36 | 15 | 535 | 66 | 107 |
| Binary | 11011101 | 10001100 | 10011011 | 0 | 100101 | 11110 | 1101 | 101011101 | 110110 | 1000111 |
Color Harmonies of #DD8C9B
Complementary color
Monochromatic Colors of #DD8C9B
Black with #DD8C9B
Text Example
Text Example
White with #DD8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C9B; }
p { color: rgb(221,140,155); }
H1.HeaderClassName
{
color: #DD8C9B;
}
.AnyTagClassName
{
color: #DD8C9B;
}
</style>
background-color css
<style>
a { background-color: #DD8C9B; }
a { background-color: rgb(221,140,155); }
div.DivClassName
{
background-color: #DD8C9B;
}
.BgClassName
{
background-color: #DD8C9B;
}
</style>
border-color css
<style>
span { border-color: #DD8C9B; }
span { border-color: rgb(221,140,155); }
td.TdClassName
{
border-color: #DD8C9B;
}
.TagClassName
{
border-color: #DD8C9B;
}
</style>