Shades of Can Can #DD8C9A
Tints of Can Can #DD8C9A
RGB
CMYK
RGB Variations
Color information
#DD8C9A (or 0xDD8C9A) is known color: Can Can. HEX triplet: DD, 8C and 9A. RGB value is (221,140,154). Sum of RGB (Red+Green+Blue) = 221+140+154=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C9A is #227365. Grayscale: #A5A5A5. Windows color (decimal): -2257766 or 10128605. OLE color: 10128605.
HSL color Cylindrical-coordinate representation of color #DD8C9A: hue angle of 349.63º 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 #DD8C9A is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 154 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.13 |
| HSL | 349.63º | 0.54% | 0.71% | - |
| HSV(B) | 349.63º | 0.37% | 0.87% | - |
| XYZ | 45.03 | 36.46 | 35.24 | - |
| YUV | 165.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 154 | 0 | 0.37 | 0.30 | 0.13 | 349.63 | 0.54 | 0.71 |
| Hex | DD | 8C | 9A | 0 | 25 | 1E | D | 15E | 36 | 47 |
| Octal | 335 | 214 | 232 | 0 | 45 | 36 | 15 | 536 | 66 | 107 |
| Binary | 11011101 | 10001100 | 10011010 | 0 | 100101 | 11110 | 1101 | 101011110 | 110110 | 1000111 |
Color Harmonies of #DD8C9A
Complementary color
Monochromatic Colors of #DD8C9A
Black with #DD8C9A
Text Example
Text Example
White with #DD8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C9A; }
p { color: rgb(221,140,154); }
H1.HeaderClassName
{
color: #DD8C9A;
}
.AnyTagClassName
{
color: #DD8C9A;
}
</style>
background-color css
<style>
a { background-color: #DD8C9A; }
a { background-color: rgb(221,140,154); }
div.DivClassName
{
background-color: #DD8C9A;
}
.BgClassName
{
background-color: #DD8C9A;
}
</style>
border-color css
<style>
span { border-color: #DD8C9A; }
span { border-color: rgb(221,140,154); }
td.TdClassName
{
border-color: #DD8C9A;
}
.TagClassName
{
border-color: #DD8C9A;
}
</style>