Shades of Can Can #DA85A0
Tints of Can Can #DA85A0
RGB
CMYK
RGB Variations
Color information
#DA85A0 (or 0xDA85A0) is known color: Can Can. HEX triplet: DA, 85 and A0. RGB value is (218,133,160). Sum of RGB (Red+Green+Blue) = 218+133+160=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85A0 is #257A5F. Grayscale: #A1A1A1. Windows color (decimal): -2456160 or 10520026. OLE color: 10520026.
HSL color Cylindrical-coordinate representation of color #DA85A0: hue angle of 340.94º 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 #DA85A0 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 160 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.15 |
| HSL | 340.94º | 0.53% | 0.69% | - |
| HSV(B) | 340.94º | 0.39% | 0.85% | - |
| XYZ | 43.65 | 34.22 | 37.56 | - |
| YUV | 161.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 160 | 0 | 0.39 | 0.27 | 0.15 | 340.94 | 0.53 | 0.69 |
| Hex | DA | 85 | A0 | 0 | 27 | 1B | F | 155 | 35 | 45 |
| Octal | 332 | 205 | 240 | 0 | 47 | 33 | 17 | 525 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10100000 | 0 | 100111 | 11011 | 1111 | 101010101 | 110101 | 1000101 |
Color Harmonies of #DA85A0
Complementary color
Monochromatic Colors of #DA85A0
Black with #DA85A0
Text Example
Text Example
White with #DA85A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85A0; }
p { color: rgb(218,133,160); }
H1.HeaderClassName
{
color: #DA85A0;
}
.AnyTagClassName
{
color: #DA85A0;
}
</style>
background-color css
<style>
a { background-color: #DA85A0; }
a { background-color: rgb(218,133,160); }
div.DivClassName
{
background-color: #DA85A0;
}
.BgClassName
{
background-color: #DA85A0;
}
</style>
border-color css
<style>
span { border-color: #DA85A0; }
span { border-color: rgb(218,133,160); }
td.TdClassName
{
border-color: #DA85A0;
}
.TagClassName
{
border-color: #DA85A0;
}
</style>