Shades of Can Can #DD8F9C
Tints of Can Can #DD8F9C
RGB
CMYK
RGB Variations
Color information
#DD8F9C (or 0xDD8F9C) is known color: Can Can. HEX triplet: DD, 8F and 9C. RGB value is (221,143,156). Sum of RGB (Red+Green+Blue) = 221+143+156=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F9C is #227063. Grayscale: #A7A7A7. Windows color (decimal): -2256996 or 10260445. OLE color: 10260445.
HSL color Cylindrical-coordinate representation of color #DD8F9C: hue angle of 350º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8F9C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 156 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.13 |
| HSL | 350º | 0.53% | 0.71% | - |
| HSV(B) | 350º | 0.35% | 0.87% | - |
| XYZ | 45.64 | 37.42 | 36.27 | - |
| YUV | 167.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 156 | 0 | 0.35 | 0.29 | 0.13 | 350 | 0.53 | 0.71 |
| Hex | DD | 8F | 9C | 0 | 23 | 1D | D | 15E | 35 | 47 |
| Octal | 335 | 217 | 234 | 0 | 43 | 35 | 15 | 536 | 65 | 107 |
| Binary | 11011101 | 10001111 | 10011100 | 0 | 100011 | 11101 | 1101 | 101011110 | 110101 | 1000111 |
Color Harmonies of #DD8F9C
Complementary color
Monochromatic Colors of #DD8F9C
Black with #DD8F9C
Text Example
Text Example
White with #DD8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F9C; }
p { color: rgb(221,143,156); }
H1.HeaderClassName
{
color: #DD8F9C;
}
.AnyTagClassName
{
color: #DD8F9C;
}
</style>
background-color css
<style>
a { background-color: #DD8F9C; }
a { background-color: rgb(221,143,156); }
div.DivClassName
{
background-color: #DD8F9C;
}
.BgClassName
{
background-color: #DD8F9C;
}
</style>
border-color css
<style>
span { border-color: #DD8F9C; }
span { border-color: rgb(221,143,156); }
td.TdClassName
{
border-color: #DD8F9C;
}
.TagClassName
{
border-color: #DD8F9C;
}
</style>