Shades of Can Can #DD9098
Tints of Can Can #DD9098
RGB
CMYK
RGB Variations
Color information
#DD9098 (or 0xDD9098) is known color: Can Can. HEX triplet: DD, 90 and 98. RGB value is (221,144,152). Sum of RGB (Red+Green+Blue) = 221+144+152=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9098 is #226F67. Grayscale: #A7A7A7. Windows color (decimal): -2256744 or 9998557. OLE color: 9998557.
HSL color Cylindrical-coordinate representation of color #DD9098: hue angle of 353.77º 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 #DD9098 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 152 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.13 |
| HSL | 353.77º | 0.53% | 0.72% | - |
| HSV(B) | 353.77º | 0.35% | 0.87% | - |
| XYZ | 45.46 | 37.59 | 34.56 | - |
| YUV | 167.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 152 | 0 | 0.35 | 0.31 | 0.13 | 353.77 | 0.53 | 0.72 |
| Hex | DD | 90 | 98 | 0 | 23 | 1F | D | 162 | 35 | 48 |
| Octal | 335 | 220 | 230 | 0 | 43 | 37 | 15 | 542 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10011000 | 0 | 100011 | 11111 | 1101 | 101100010 | 110101 | 1001000 |
Color Harmonies of #DD9098
Complementary color
Monochromatic Colors of #DD9098
Black with #DD9098
Text Example
Text Example
White with #DD9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9098; }
p { color: rgb(221,144,152); }
H1.HeaderClassName
{
color: #DD9098;
}
.AnyTagClassName
{
color: #DD9098;
}
</style>
background-color css
<style>
a { background-color: #DD9098; }
a { background-color: rgb(221,144,152); }
div.DivClassName
{
background-color: #DD9098;
}
.BgClassName
{
background-color: #DD9098;
}
</style>
border-color css
<style>
span { border-color: #DD9098; }
span { border-color: rgb(221,144,152); }
td.TdClassName
{
border-color: #DD9098;
}
.TagClassName
{
border-color: #DD9098;
}
</style>