Shades of Can Can #DA809A
Tints of Can Can #DA809A
RGB
CMYK
RGB Variations
Color information
#DA809A (or 0xDA809A) is known color: Can Can. HEX triplet: DA, 80 and 9A. RGB value is (218,128,154). Sum of RGB (Red+Green+Blue) = 218+128+154=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA809A is #257F65. Grayscale: #9D9D9D. Windows color (decimal): -2457446 or 10125530. OLE color: 10125530.
HSL color Cylindrical-coordinate representation of color #DA809A: hue angle of 342.67º 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 #DA809A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 154 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.15 |
| HSL | 342.67º | 0.55% | 0.68% | - |
| HSV(B) | 342.67º | 0.41% | 0.85% | - |
| XYZ | 42.47 | 32.68 | 34.64 | - |
| YUV | 157.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 154 | 0 | 0.41 | 0.29 | 0.15 | 342.67 | 0.55 | 0.68 |
| Hex | DA | 80 | 9A | 0 | 29 | 1D | F | 157 | 37 | 44 |
| Octal | 332 | 200 | 232 | 0 | 51 | 35 | 17 | 527 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10011010 | 0 | 101001 | 11101 | 1111 | 101010111 | 110111 | 1000100 |
Color Harmonies of #DA809A
Complementary color
Monochromatic Colors of #DA809A
Black with #DA809A
Text Example
Text Example
White with #DA809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA809A; }
p { color: rgb(218,128,154); }
H1.HeaderClassName
{
color: #DA809A;
}
.AnyTagClassName
{
color: #DA809A;
}
</style>
background-color css
<style>
a { background-color: #DA809A; }
a { background-color: rgb(218,128,154); }
div.DivClassName
{
background-color: #DA809A;
}
.BgClassName
{
background-color: #DA809A;
}
</style>
border-color css
<style>
span { border-color: #DA809A; }
span { border-color: rgb(218,128,154); }
td.TdClassName
{
border-color: #DA809A;
}
.TagClassName
{
border-color: #DA809A;
}
</style>