Shades of Can Can #DD8B9A
Tints of Can Can #DD8B9A
RGB
CMYK
RGB Variations
Color information
#DD8B9A (or 0xDD8B9A) is known color: Can Can. HEX triplet: DD, 8B and 9A. RGB value is (221,139,154). Sum of RGB (Red+Green+Blue) = 221+139+154=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8B9A is #227465. Grayscale: #A5A5A5. Windows color (decimal): -2258022 or 10128349. OLE color: 10128349.
HSL color Cylindrical-coordinate representation of color #DD8B9A: hue angle of 349.02º degrees, saturation: 0.55, 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 #DD8B9A is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 154 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.13 |
| HSL | 349.02º | 0.55% | 0.71% | - |
| HSV(B) | 349.02º | 0.37% | 0.87% | - |
| XYZ | 44.88 | 36.17 | 35.19 | - |
| YUV | 165.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 154 | 0 | 0.37 | 0.30 | 0.13 | 349.02 | 0.55 | 0.71 |
| Hex | DD | 8B | 9A | 0 | 25 | 1E | D | 15D | 37 | 47 |
| Octal | 335 | 213 | 232 | 0 | 45 | 36 | 15 | 535 | 67 | 107 |
| Binary | 11011101 | 10001011 | 10011010 | 0 | 100101 | 11110 | 1101 | 101011101 | 110111 | 1000111 |
Color Harmonies of #DD8B9A
Complementary color
Monochromatic Colors of #DD8B9A
Black with #DD8B9A
Text Example
Text Example
White with #DD8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B9A; }
p { color: rgb(221,139,154); }
H1.HeaderClassName
{
color: #DD8B9A;
}
.AnyTagClassName
{
color: #DD8B9A;
}
</style>
background-color css
<style>
a { background-color: #DD8B9A; }
a { background-color: rgb(221,139,154); }
div.DivClassName
{
background-color: #DD8B9A;
}
.BgClassName
{
background-color: #DD8B9A;
}
</style>
border-color css
<style>
span { border-color: #DD8B9A; }
span { border-color: rgb(221,139,154); }
td.TdClassName
{
border-color: #DD8B9A;
}
.TagClassName
{
border-color: #DD8B9A;
}
</style>