Shades of Can Can #DA83A0
Tints of Can Can #DA83A0
RGB
CMYK
RGB Variations
Color information
#DA83A0 (or 0xDA83A0) is known color: Can Can. HEX triplet: DA, 83 and A0. RGB value is (218,131,160). Sum of RGB (Red+Green+Blue) = 218+131+160=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA83A0 is #257C5F. Grayscale: #A0A0A0. Windows color (decimal): -2456672 or 10519514. OLE color: 10519514.
HSL color Cylindrical-coordinate representation of color #DA83A0: hue angle of 340º 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 #DA83A0 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 160 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.15 |
| HSL | 340º | 0.54% | 0.68% | - |
| HSV(B) | 340º | 0.4% | 0.85% | - |
| XYZ | 43.37 | 33.68 | 37.47 | - |
| YUV | 160.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 160 | 0 | 0.40 | 0.27 | 0.15 | 340 | 0.54 | 0.68 |
| Hex | DA | 83 | A0 | 0 | 28 | 1B | F | 154 | 36 | 44 |
| Octal | 332 | 203 | 240 | 0 | 50 | 33 | 17 | 524 | 66 | 104 |
| Binary | 11011010 | 10000011 | 10100000 | 0 | 101000 | 11011 | 1111 | 101010100 | 110110 | 1000100 |
Color Harmonies of #DA83A0
Complementary color
Monochromatic Colors of #DA83A0
Black with #DA83A0
Text Example
Text Example
White with #DA83A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA83A0; }
p { color: rgb(218,131,160); }
H1.HeaderClassName
{
color: #DA83A0;
}
.AnyTagClassName
{
color: #DA83A0;
}
</style>
background-color css
<style>
a { background-color: #DA83A0; }
a { background-color: rgb(218,131,160); }
div.DivClassName
{
background-color: #DA83A0;
}
.BgClassName
{
background-color: #DA83A0;
}
</style>
border-color css
<style>
span { border-color: #DA83A0; }
span { border-color: rgb(218,131,160); }
td.TdClassName
{
border-color: #DA83A0;
}
.TagClassName
{
border-color: #DA83A0;
}
</style>