Shades of Can Can #DA80A5
Tints of Can Can #DA80A5
RGB
CMYK
RGB Variations
Color information
#DA80A5 (or 0xDA80A5) is known color: Can Can. HEX triplet: DA, 80 and A5. RGB value is (218,128,165). Sum of RGB (Red+Green+Blue) = 218+128+165=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA80A5 is #257F5A. Grayscale: #9F9F9F. Windows color (decimal): -2457435 or 10846426. OLE color: 10846426.
HSL color Cylindrical-coordinate representation of color #DA80A5: hue angle of 335.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA80A5 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 165 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.15 |
| HSL | 335.33º | 0.55% | 0.68% | - |
| HSV(B) | 335.33º | 0.41% | 0.85% | - |
| XYZ | 43.42 | 33.06 | 39.69 | - |
| YUV | 159.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 165 | 0 | 0.41 | 0.24 | 0.15 | 335.33 | 0.55 | 0.68 |
| Hex | DA | 80 | A5 | 0 | 29 | 18 | F | 14F | 37 | 44 |
| Octal | 332 | 200 | 245 | 0 | 51 | 30 | 17 | 517 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10100101 | 0 | 101001 | 11000 | 1111 | 101001111 | 110111 | 1000100 |
Color Harmonies of #DA80A5
Complementary color
Monochromatic Colors of #DA80A5
Black with #DA80A5
Text Example
Text Example
White with #DA80A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80A5; }
p { color: rgb(218,128,165); }
H1.HeaderClassName
{
color: #DA80A5;
}
.AnyTagClassName
{
color: #DA80A5;
}
</style>
background-color css
<style>
a { background-color: #DA80A5; }
a { background-color: rgb(218,128,165); }
div.DivClassName
{
background-color: #DA80A5;
}
.BgClassName
{
background-color: #DA80A5;
}
</style>
border-color css
<style>
span { border-color: #DA80A5; }
span { border-color: rgb(218,128,165); }
td.TdClassName
{
border-color: #DA80A5;
}
.TagClassName
{
border-color: #DA80A5;
}
</style>