Shades of Can Can #DF8B9E
Tints of Can Can #DF8B9E
RGB
CMYK
RGB Variations
Color information
#DF8B9E (or 0xDF8B9E) is known color: Can Can. HEX triplet: DF, 8B and 9E. RGB value is (223,139,158). Sum of RGB (Red+Green+Blue) = 223+139+158=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B9E is #207461. Grayscale: #A6A6A6. Windows color (decimal): -2126946 or 10390495. OLE color: 10390495.
HSL color Cylindrical-coordinate representation of color #DF8B9E: hue angle of 346.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8B9E is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 158 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.13 |
| HSL | 346.43º | 0.57% | 0.71% | - |
| HSV(B) | 346.43º | 0.38% | 0.87% | - |
| XYZ | 45.84 | 36.62 | 37 | - |
| YUV | 166.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 158 | 0 | 0.38 | 0.29 | 0.13 | 346.43 | 0.57 | 0.71 |
| Hex | DF | 8B | 9E | 0 | 26 | 1D | D | 15A | 39 | 47 |
| Octal | 337 | 213 | 236 | 0 | 46 | 35 | 15 | 532 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10011110 | 0 | 100110 | 11101 | 1101 | 101011010 | 111001 | 1000111 |
Color Harmonies of #DF8B9E
Complementary color
Monochromatic Colors of #DF8B9E
Black with #DF8B9E
Text Example
Text Example
White with #DF8B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B9E; }
p { color: rgb(223,139,158); }
H1.HeaderClassName
{
color: #DF8B9E;
}
.AnyTagClassName
{
color: #DF8B9E;
}
</style>
background-color css
<style>
a { background-color: #DF8B9E; }
a { background-color: rgb(223,139,158); }
div.DivClassName
{
background-color: #DF8B9E;
}
.BgClassName
{
background-color: #DF8B9E;
}
</style>
border-color css
<style>
span { border-color: #DF8B9E; }
span { border-color: rgb(223,139,158); }
td.TdClassName
{
border-color: #DF8B9E;
}
.TagClassName
{
border-color: #DF8B9E;
}
</style>