Shades of Can Can #DD8AA0
Tints of Can Can #DD8AA0
RGB
CMYK
RGB Variations
Color information
#DD8AA0 (or 0xDD8AA0) is known color: Can Can. HEX triplet: DD, 8A and A0. RGB value is (221,138,160). Sum of RGB (Red+Green+Blue) = 221+138+160=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AA0 is #22755F. Grayscale: #A5A5A5. Windows color (decimal): -2258272 or 10521309. OLE color: 10521309.
HSL color Cylindrical-coordinate representation of color #DD8AA0: hue angle of 344.1º 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 #DD8AA0 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 160 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.13 |
| HSL | 344.1º | 0.55% | 0.7% | - |
| HSV(B) | 344.1º | 0.38% | 0.87% | - |
| XYZ | 45.25 | 36.09 | 37.84 | - |
| YUV | 165.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 160 | 0 | 0.38 | 0.28 | 0.13 | 344.1 | 0.55 | 0.7 |
| Hex | DD | 8A | A0 | 0 | 26 | 1C | D | 158 | 37 | 46 |
| Octal | 335 | 212 | 240 | 0 | 46 | 34 | 15 | 530 | 67 | 106 |
| Binary | 11011101 | 10001010 | 10100000 | 0 | 100110 | 11100 | 1101 | 101011000 | 110111 | 1000110 |
Color Harmonies of #DD8AA0
Complementary color
Monochromatic Colors of #DD8AA0
Black with #DD8AA0
Text Example
Text Example
White with #DD8AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AA0; }
p { color: rgb(221,138,160); }
H1.HeaderClassName
{
color: #DD8AA0;
}
.AnyTagClassName
{
color: #DD8AA0;
}
</style>
background-color css
<style>
a { background-color: #DD8AA0; }
a { background-color: rgb(221,138,160); }
div.DivClassName
{
background-color: #DD8AA0;
}
.BgClassName
{
background-color: #DD8AA0;
}
</style>
border-color css
<style>
span { border-color: #DD8AA0; }
span { border-color: rgb(221,138,160); }
td.TdClassName
{
border-color: #DD8AA0;
}
.TagClassName
{
border-color: #DD8AA0;
}
</style>