Shades of Can Can #DD8CA0
Tints of Can Can #DD8CA0
RGB
CMYK
RGB Variations
Color information
#DD8CA0 (or 0xDD8CA0) is known color: Can Can. HEX triplet: DD, 8C and A0. RGB value is (221,140,160). Sum of RGB (Red+Green+Blue) = 221+140+160=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8CA0 is #22735F. Grayscale: #A6A6A6. Windows color (decimal): -2257760 or 10521821. OLE color: 10521821.
HSL color Cylindrical-coordinate representation of color #DD8CA0: hue angle of 345.19º 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 #DD8CA0 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 160 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.13 |
| HSL | 345.19º | 0.54% | 0.71% | - |
| HSV(B) | 345.19º | 0.37% | 0.87% | - |
| XYZ | 45.54 | 36.67 | 37.93 | - |
| YUV | 166.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 160 | 0 | 0.37 | 0.28 | 0.13 | 345.19 | 0.54 | 0.71 |
| Hex | DD | 8C | A0 | 0 | 25 | 1C | D | 159 | 36 | 47 |
| Octal | 335 | 214 | 240 | 0 | 45 | 34 | 15 | 531 | 66 | 107 |
| Binary | 11011101 | 10001100 | 10100000 | 0 | 100101 | 11100 | 1101 | 101011001 | 110110 | 1000111 |
Color Harmonies of #DD8CA0
Complementary color
Monochromatic Colors of #DD8CA0
Black with #DD8CA0
Text Example
Text Example
White with #DD8CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CA0; }
p { color: rgb(221,140,160); }
H1.HeaderClassName
{
color: #DD8CA0;
}
.AnyTagClassName
{
color: #DD8CA0;
}
</style>
background-color css
<style>
a { background-color: #DD8CA0; }
a { background-color: rgb(221,140,160); }
div.DivClassName
{
background-color: #DD8CA0;
}
.BgClassName
{
background-color: #DD8CA0;
}
</style>
border-color css
<style>
span { border-color: #DD8CA0; }
span { border-color: rgb(221,140,160); }
td.TdClassName
{
border-color: #DD8CA0;
}
.TagClassName
{
border-color: #DD8CA0;
}
</style>