Shades of Can Can #DA82A0
Tints of Can Can #DA82A0
RGB
CMYK
RGB Variations
Color information
#DA82A0 (or 0xDA82A0) is known color: Can Can. HEX triplet: DA, 82 and A0. RGB value is (218,130,160). Sum of RGB (Red+Green+Blue) = 218+130+160=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA82A0 is #257D5F. Grayscale: #9F9F9F. Windows color (decimal): -2456928 or 10519258. OLE color: 10519258.
HSL color Cylindrical-coordinate representation of color #DA82A0: hue angle of 339.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA82A0 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 160 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.15 |
| HSL | 339.55º | 0.54% | 0.68% | - |
| HSV(B) | 339.55º | 0.4% | 0.85% | - |
| XYZ | 43.24 | 33.41 | 37.43 | - |
| YUV | 159.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 160 | 0 | 0.40 | 0.27 | 0.15 | 339.55 | 0.54 | 0.68 |
| Hex | DA | 82 | A0 | 0 | 28 | 1B | F | 154 | 36 | 44 |
| Octal | 332 | 202 | 240 | 0 | 50 | 33 | 17 | 524 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10100000 | 0 | 101000 | 11011 | 1111 | 101010100 | 110110 | 1000100 |
Color Harmonies of #DA82A0
Complementary color
Monochromatic Colors of #DA82A0
Black with #DA82A0
Text Example
Text Example
White with #DA82A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82A0; }
p { color: rgb(218,130,160); }
H1.HeaderClassName
{
color: #DA82A0;
}
.AnyTagClassName
{
color: #DA82A0;
}
</style>
background-color css
<style>
a { background-color: #DA82A0; }
a { background-color: rgb(218,130,160); }
div.DivClassName
{
background-color: #DA82A0;
}
.BgClassName
{
background-color: #DA82A0;
}
</style>
border-color css
<style>
span { border-color: #DA82A0; }
span { border-color: rgb(218,130,160); }
td.TdClassName
{
border-color: #DA82A0;
}
.TagClassName
{
border-color: #DA82A0;
}
</style>