Shades of Can Can #DA85A1
Tints of Can Can #DA85A1
RGB
CMYK
RGB Variations
Color information
#DA85A1 (or 0xDA85A1) is known color: Can Can. HEX triplet: DA, 85 and A1. RGB value is (218,133,161). Sum of RGB (Red+Green+Blue) = 218+133+161=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA85A1 is #257A5E. Grayscale: #A1A1A1. Windows color (decimal): -2456159 or 10585562. OLE color: 10585562.
HSL color Cylindrical-coordinate representation of color #DA85A1: hue angle of 340.24º 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 #DA85A1 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 161 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.15 |
| HSL | 340.24º | 0.53% | 0.69% | - |
| HSV(B) | 340.24º | 0.39% | 0.85% | - |
| XYZ | 43.73 | 34.25 | 38.02 | - |
| YUV | 161.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 161 | 0 | 0.39 | 0.26 | 0.15 | 340.24 | 0.53 | 0.69 |
| Hex | DA | 85 | A1 | 0 | 27 | 1A | F | 154 | 35 | 45 |
| Octal | 332 | 205 | 241 | 0 | 47 | 32 | 17 | 524 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10100001 | 0 | 100111 | 11010 | 1111 | 101010100 | 110101 | 1000101 |
Color Harmonies of #DA85A1
Complementary color
Monochromatic Colors of #DA85A1
Black with #DA85A1
Text Example
Text Example
White with #DA85A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85A1; }
p { color: rgb(218,133,161); }
H1.HeaderClassName
{
color: #DA85A1;
}
.AnyTagClassName
{
color: #DA85A1;
}
</style>
background-color css
<style>
a { background-color: #DA85A1; }
a { background-color: rgb(218,133,161); }
div.DivClassName
{
background-color: #DA85A1;
}
.BgClassName
{
background-color: #DA85A1;
}
</style>
border-color css
<style>
span { border-color: #DA85A1; }
span { border-color: rgb(218,133,161); }
td.TdClassName
{
border-color: #DA85A1;
}
.TagClassName
{
border-color: #DA85A1;
}
</style>