Shades of Can Can #DD9097
Tints of Can Can #DD9097
RGB
CMYK
RGB Variations
Color information
#DD9097 (or 0xDD9097) is known color: Can Can. HEX triplet: DD, 90 and 97. RGB value is (221,144,151). Sum of RGB (Red+Green+Blue) = 221+144+151=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9097 is #226F68. Grayscale: #A7A7A7. Windows color (decimal): -2256745 or 9933021. OLE color: 9933021.
HSL color Cylindrical-coordinate representation of color #DD9097: hue angle of 354.55º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9097 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 151 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.13 |
| HSL | 354.55º | 0.53% | 0.72% | - |
| HSV(B) | 354.55º | 0.35% | 0.87% | - |
| XYZ | 45.38 | 37.55 | 34.13 | - |
| YUV | 167.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 151 | 0 | 0.35 | 0.32 | 0.13 | 354.55 | 0.53 | 0.72 |
| Hex | DD | 90 | 97 | 0 | 23 | 20 | D | 163 | 35 | 48 |
| Octal | 335 | 220 | 227 | 0 | 43 | 40 | 15 | 543 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10010111 | 0 | 100011 | 100000 | 1101 | 101100011 | 110101 | 1001000 |
Color Harmonies of #DD9097
Complementary color
Monochromatic Colors of #DD9097
Black with #DD9097
Text Example
Text Example
White with #DD9097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9097; }
p { color: rgb(221,144,151); }
H1.HeaderClassName
{
color: #DD9097;
}
.AnyTagClassName
{
color: #DD9097;
}
</style>
background-color css
<style>
a { background-color: #DD9097; }
a { background-color: rgb(221,144,151); }
div.DivClassName
{
background-color: #DD9097;
}
.BgClassName
{
background-color: #DD9097;
}
</style>
border-color css
<style>
span { border-color: #DD9097; }
span { border-color: rgb(221,144,151); }
td.TdClassName
{
border-color: #DD9097;
}
.TagClassName
{
border-color: #DD9097;
}
</style>