Shades of Can Can #DA859D
Tints of Can Can #DA859D
RGB
CMYK
RGB Variations
Color information
#DA859D (or 0xDA859D) is known color: Can Can. HEX triplet: DA, 85 and 9D. RGB value is (218,133,157). Sum of RGB (Red+Green+Blue) = 218+133+157=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA859D is #257A62. Grayscale: #A1A1A1. Windows color (decimal): -2456163 or 10323418. OLE color: 10323418.
HSL color Cylindrical-coordinate representation of color #DA859D: hue angle of 343.06º 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 #DA859D is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 157 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.15 |
| HSL | 343.06º | 0.53% | 0.69% | - |
| HSV(B) | 343.06º | 0.39% | 0.85% | - |
| XYZ | 43.39 | 34.11 | 36.2 | - |
| YUV | 161.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 157 | 0 | 0.39 | 0.28 | 0.15 | 343.06 | 0.53 | 0.69 |
| Hex | DA | 85 | 9D | 0 | 27 | 1C | F | 157 | 35 | 45 |
| Octal | 332 | 205 | 235 | 0 | 47 | 34 | 17 | 527 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10011101 | 0 | 100111 | 11100 | 1111 | 101010111 | 110101 | 1000101 |
Color Harmonies of #DA859D
Complementary color
Monochromatic Colors of #DA859D
Black with #DA859D
Text Example
Text Example
White with #DA859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA859D; }
p { color: rgb(218,133,157); }
H1.HeaderClassName
{
color: #DA859D;
}
.AnyTagClassName
{
color: #DA859D;
}
</style>
background-color css
<style>
a { background-color: #DA859D; }
a { background-color: rgb(218,133,157); }
div.DivClassName
{
background-color: #DA859D;
}
.BgClassName
{
background-color: #DA859D;
}
</style>
border-color css
<style>
span { border-color: #DA859D; }
span { border-color: rgb(218,133,157); }
td.TdClassName
{
border-color: #DA859D;
}
.TagClassName
{
border-color: #DA859D;
}
</style>