Shades of Can Can #DA8E9C
Tints of Can Can #DA8E9C
RGB
CMYK
RGB Variations
Color information
#DA8E9C (or 0xDA8E9C) is known color: Can Can. HEX triplet: DA, 8E and 9C. RGB value is (218,142,156). Sum of RGB (Red+Green+Blue) = 218+142+156=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8E9C is #257163. Grayscale: #A6A6A6. Windows color (decimal): -2453860 or 10260186. OLE color: 10260186.
HSL color Cylindrical-coordinate representation of color #DA8E9C: hue angle of 348.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8E9C is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 156 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.15 |
| HSL | 348.95º | 0.51% | 0.71% | - |
| HSV(B) | 348.95º | 0.35% | 0.85% | - |
| XYZ | 44.59 | 36.65 | 36.18 | - |
| YUV | 166.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 156 | 0 | 0.35 | 0.28 | 0.15 | 348.95 | 0.51 | 0.71 |
| Hex | DA | 8E | 9C | 0 | 23 | 1C | F | 15D | 33 | 47 |
| Octal | 332 | 216 | 234 | 0 | 43 | 34 | 17 | 535 | 63 | 107 |
| Binary | 11011010 | 10001110 | 10011100 | 0 | 100011 | 11100 | 1111 | 101011101 | 110011 | 1000111 |
Color Harmonies of #DA8E9C
Complementary color
Monochromatic Colors of #DA8E9C
Black with #DA8E9C
Text Example
Text Example
White with #DA8E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8E9C; }
p { color: rgb(218,142,156); }
H1.HeaderClassName
{
color: #DA8E9C;
}
.AnyTagClassName
{
color: #DA8E9C;
}
</style>
background-color css
<style>
a { background-color: #DA8E9C; }
a { background-color: rgb(218,142,156); }
div.DivClassName
{
background-color: #DA8E9C;
}
.BgClassName
{
background-color: #DA8E9C;
}
</style>
border-color css
<style>
span { border-color: #DA8E9C; }
span { border-color: rgb(218,142,156); }
td.TdClassName
{
border-color: #DA8E9C;
}
.TagClassName
{
border-color: #DA8E9C;
}
</style>