Shades of Can Can #DA859E
Tints of Can Can #DA859E
RGB
CMYK
RGB Variations
Color information
#DA859E (or 0xDA859E) is known color: Can Can. HEX triplet: DA, 85 and 9E. RGB value is (218,133,158). Sum of RGB (Red+Green+Blue) = 218+133+158=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA859E is #257A61. Grayscale: #A1A1A1. Windows color (decimal): -2456162 or 10388954. OLE color: 10388954.
HSL color Cylindrical-coordinate representation of color #DA859E: hue angle of 342.35º 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 #DA859E is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 158 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.15 |
| HSL | 342.35º | 0.53% | 0.69% | - |
| HSV(B) | 342.35º | 0.39% | 0.85% | - |
| XYZ | 43.47 | 34.15 | 36.65 | - |
| YUV | 161.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 158 | 0 | 0.39 | 0.28 | 0.15 | 342.35 | 0.53 | 0.69 |
| Hex | DA | 85 | 9E | 0 | 27 | 1C | F | 156 | 35 | 45 |
| Octal | 332 | 205 | 236 | 0 | 47 | 34 | 17 | 526 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10011110 | 0 | 100111 | 11100 | 1111 | 101010110 | 110101 | 1000101 |
Color Harmonies of #DA859E
Complementary color
Monochromatic Colors of #DA859E
Black with #DA859E
Text Example
Text Example
White with #DA859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA859E; }
p { color: rgb(218,133,158); }
H1.HeaderClassName
{
color: #DA859E;
}
.AnyTagClassName
{
color: #DA859E;
}
</style>
background-color css
<style>
a { background-color: #DA859E; }
a { background-color: rgb(218,133,158); }
div.DivClassName
{
background-color: #DA859E;
}
.BgClassName
{
background-color: #DA859E;
}
</style>
border-color css
<style>
span { border-color: #DA859E; }
span { border-color: rgb(218,133,158); }
td.TdClassName
{
border-color: #DA859E;
}
.TagClassName
{
border-color: #DA859E;
}
</style>