Shades of Can Can #DA869E
Tints of Can Can #DA869E
RGB
CMYK
RGB Variations
Color information
#DA869E (or 0xDA869E) is known color: Can Can. HEX triplet: DA, 86 and 9E. RGB value is (218,134,158). Sum of RGB (Red+Green+Blue) = 218+134+158=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA869E is #257961. Grayscale: #A1A1A1. Windows color (decimal): -2455906 or 10389210. OLE color: 10389210.
HSL color Cylindrical-coordinate representation of color #DA869E: hue angle of 342.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA869E is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 158 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.15 |
| HSL | 342.86º | 0.53% | 0.69% | - |
| HSV(B) | 342.86º | 0.39% | 0.85% | - |
| XYZ | 43.61 | 34.42 | 36.69 | - |
| YUV | 161.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 158 | 0 | 0.39 | 0.28 | 0.15 | 342.86 | 0.53 | 0.69 |
| Hex | DA | 86 | 9E | 0 | 27 | 1C | F | 157 | 35 | 45 |
| Octal | 332 | 206 | 236 | 0 | 47 | 34 | 17 | 527 | 65 | 105 |
| Binary | 11011010 | 10000110 | 10011110 | 0 | 100111 | 11100 | 1111 | 101010111 | 110101 | 1000101 |
Color Harmonies of #DA869E
Complementary color
Monochromatic Colors of #DA869E
Black with #DA869E
Text Example
Text Example
White with #DA869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA869E; }
p { color: rgb(218,134,158); }
H1.HeaderClassName
{
color: #DA869E;
}
.AnyTagClassName
{
color: #DA869E;
}
</style>
background-color css
<style>
a { background-color: #DA869E; }
a { background-color: rgb(218,134,158); }
div.DivClassName
{
background-color: #DA869E;
}
.BgClassName
{
background-color: #DA869E;
}
</style>
border-color css
<style>
span { border-color: #DA869E; }
span { border-color: rgb(218,134,158); }
td.TdClassName
{
border-color: #DA869E;
}
.TagClassName
{
border-color: #DA869E;
}
</style>