Shades of Can Can #DD899F
Tints of Can Can #DD899F
RGB
CMYK
RGB Variations
Color information
#DD899F (or 0xDD899F) is known color: Can Can. HEX triplet: DD, 89 and 9F. RGB value is (221,137,159). Sum of RGB (Red+Green+Blue) = 221+137+159=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD899F is #227660. Grayscale: #A4A4A4. Windows color (decimal): -2258529 or 10455517. OLE color: 10455517.
HSL color Cylindrical-coordinate representation of color #DD899F: hue angle of 344.29º degrees, saturation: 0.55, 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 #DD899F is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 159 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.13 |
| HSL | 344.29º | 0.55% | 0.7% | - |
| HSV(B) | 344.29º | 0.38% | 0.87% | - |
| XYZ | 45.02 | 35.77 | 37.33 | - |
| YUV | 164.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 159 | 0 | 0.38 | 0.28 | 0.13 | 344.29 | 0.55 | 0.7 |
| Hex | DD | 89 | 9F | 0 | 26 | 1C | D | 158 | 37 | 46 |
| Octal | 335 | 211 | 237 | 0 | 46 | 34 | 15 | 530 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10011111 | 0 | 100110 | 11100 | 1101 | 101011000 | 110111 | 1000110 |
Color Harmonies of #DD899F
Complementary color
Monochromatic Colors of #DD899F
Black with #DD899F
Text Example
Text Example
White with #DD899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD899F; }
p { color: rgb(221,137,159); }
H1.HeaderClassName
{
color: #DD899F;
}
.AnyTagClassName
{
color: #DD899F;
}
</style>
background-color css
<style>
a { background-color: #DD899F; }
a { background-color: rgb(221,137,159); }
div.DivClassName
{
background-color: #DD899F;
}
.BgClassName
{
background-color: #DD899F;
}
</style>
border-color css
<style>
span { border-color: #DD899F; }
span { border-color: rgb(221,137,159); }
td.TdClassName
{
border-color: #DD899F;
}
.TagClassName
{
border-color: #DD899F;
}
</style>