Shades of Can Can #DA859F
Tints of Can Can #DA859F
RGB
CMYK
RGB Variations
Color information
#DA859F (or 0xDA859F) is known color: Can Can. HEX triplet: DA, 85 and 9F. RGB value is (218,133,159). Sum of RGB (Red+Green+Blue) = 218+133+159=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA859F is #257A60. Grayscale: #A1A1A1. Windows color (decimal): -2456161 or 10454490. OLE color: 10454490.
HSL color Cylindrical-coordinate representation of color #DA859F: hue angle of 341.65º 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 #DA859F is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 159 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.15 |
| HSL | 341.65º | 0.53% | 0.69% | - |
| HSV(B) | 341.65º | 0.39% | 0.85% | - |
| XYZ | 43.56 | 34.18 | 37.1 | - |
| YUV | 161.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 159 | 0 | 0.39 | 0.27 | 0.15 | 341.65 | 0.53 | 0.69 |
| Hex | DA | 85 | 9F | 0 | 27 | 1B | F | 156 | 35 | 45 |
| Octal | 332 | 205 | 237 | 0 | 47 | 33 | 17 | 526 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10011111 | 0 | 100111 | 11011 | 1111 | 101010110 | 110101 | 1000101 |
Color Harmonies of #DA859F
Complementary color
Monochromatic Colors of #DA859F
Black with #DA859F
Text Example
Text Example
White with #DA859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA859F; }
p { color: rgb(218,133,159); }
H1.HeaderClassName
{
color: #DA859F;
}
.AnyTagClassName
{
color: #DA859F;
}
</style>
background-color css
<style>
a { background-color: #DA859F; }
a { background-color: rgb(218,133,159); }
div.DivClassName
{
background-color: #DA859F;
}
.BgClassName
{
background-color: #DA859F;
}
</style>
border-color css
<style>
span { border-color: #DA859F; }
span { border-color: rgb(218,133,159); }
td.TdClassName
{
border-color: #DA859F;
}
.TagClassName
{
border-color: #DA859F;
}
</style>