Shades of Can Can #DD889D
Tints of Can Can #DD889D
RGB
CMYK
RGB Variations
Color information
#DD889D (or 0xDD889D) is known color: Can Can. HEX triplet: DD, 88 and 9D. RGB value is (221,136,157). Sum of RGB (Red+Green+Blue) = 221+136+157=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD889D is #227762. Grayscale: #A3A3A3. Windows color (decimal): -2258787 or 10324189. OLE color: 10324189.
HSL color Cylindrical-coordinate representation of color #DD889D: hue angle of 345.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD889D is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 157 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.13 |
| HSL | 345.18º | 0.56% | 0.7% | - |
| HSV(B) | 345.18º | 0.38% | 0.87% | - |
| XYZ | 44.71 | 35.41 | 36.38 | - |
| YUV | 163.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 157 | 0 | 0.38 | 0.29 | 0.13 | 345.18 | 0.56 | 0.7 |
| Hex | DD | 88 | 9D | 0 | 26 | 1D | D | 159 | 38 | 46 |
| Octal | 335 | 210 | 235 | 0 | 46 | 35 | 15 | 531 | 70 | 106 |
| Binary | 11011101 | 10001000 | 10011101 | 0 | 100110 | 11101 | 1101 | 101011001 | 111000 | 1000110 |
Color Harmonies of #DD889D
Complementary color
Monochromatic Colors of #DD889D
Black with #DD889D
Text Example
Text Example
White with #DD889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD889D; }
p { color: rgb(221,136,157); }
H1.HeaderClassName
{
color: #DD889D;
}
.AnyTagClassName
{
color: #DD889D;
}
</style>
background-color css
<style>
a { background-color: #DD889D; }
a { background-color: rgb(221,136,157); }
div.DivClassName
{
background-color: #DD889D;
}
.BgClassName
{
background-color: #DD889D;
}
</style>
border-color css
<style>
span { border-color: #DD889D; }
span { border-color: rgb(221,136,157); }
td.TdClassName
{
border-color: #DD889D;
}
.TagClassName
{
border-color: #DD889D;
}
</style>