Shades of Can Can #DD8F9E
Tints of Can Can #DD8F9E
RGB
CMYK
RGB Variations
Color information
#DD8F9E (or 0xDD8F9E) is known color: Can Can. HEX triplet: DD, 8F and 9E. RGB value is (221,143,158). Sum of RGB (Red+Green+Blue) = 221+143+158=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F9E is #227061. Grayscale: #A8A8A8. Windows color (decimal): -2256994 or 10391517. OLE color: 10391517.
HSL color Cylindrical-coordinate representation of color #DD8F9E: hue angle of 348.46º 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 #DD8F9E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 158 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.13 |
| HSL | 348.46º | 0.53% | 0.71% | - |
| HSV(B) | 348.46º | 0.35% | 0.87% | - |
| XYZ | 45.81 | 37.49 | 37.17 | - |
| YUV | 168.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 158 | 0 | 0.35 | 0.29 | 0.13 | 348.46 | 0.53 | 0.71 |
| Hex | DD | 8F | 9E | 0 | 23 | 1D | D | 15C | 35 | 47 |
| Octal | 335 | 217 | 236 | 0 | 43 | 35 | 15 | 534 | 65 | 107 |
| Binary | 11011101 | 10001111 | 10011110 | 0 | 100011 | 11101 | 1101 | 101011100 | 110101 | 1000111 |
Color Harmonies of #DD8F9E
Complementary color
Monochromatic Colors of #DD8F9E
Black with #DD8F9E
Text Example
Text Example
White with #DD8F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F9E; }
p { color: rgb(221,143,158); }
H1.HeaderClassName
{
color: #DD8F9E;
}
.AnyTagClassName
{
color: #DD8F9E;
}
</style>
background-color css
<style>
a { background-color: #DD8F9E; }
a { background-color: rgb(221,143,158); }
div.DivClassName
{
background-color: #DD8F9E;
}
.BgClassName
{
background-color: #DD8F9E;
}
</style>
border-color css
<style>
span { border-color: #DD8F9E; }
span { border-color: rgb(221,143,158); }
td.TdClassName
{
border-color: #DD8F9E;
}
.TagClassName
{
border-color: #DD8F9E;
}
</style>