Shades of Can Can #DA84A0
Tints of Can Can #DA84A0
RGB
CMYK
RGB Variations
Color information
#DA84A0 (or 0xDA84A0) is known color: Can Can. HEX triplet: DA, 84 and A0. RGB value is (218,132,160). Sum of RGB (Red+Green+Blue) = 218+132+160=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84A0 is #257B5F. Grayscale: #A0A0A0. Windows color (decimal): -2456416 or 10519770. OLE color: 10519770.
HSL color Cylindrical-coordinate representation of color #DA84A0: hue angle of 340.47º degrees, saturation: 0.54, 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 #DA84A0 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 160 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.15 |
| HSL | 340.47º | 0.54% | 0.69% | - |
| HSV(B) | 340.47º | 0.39% | 0.85% | - |
| XYZ | 43.51 | 33.95 | 37.52 | - |
| YUV | 160.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 160 | 0 | 0.39 | 0.27 | 0.15 | 340.47 | 0.54 | 0.69 |
| Hex | DA | 84 | A0 | 0 | 27 | 1B | F | 154 | 36 | 45 |
| Octal | 332 | 204 | 240 | 0 | 47 | 33 | 17 | 524 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10100000 | 0 | 100111 | 11011 | 1111 | 101010100 | 110110 | 1000101 |
Color Harmonies of #DA84A0
Complementary color
Monochromatic Colors of #DA84A0
Black with #DA84A0
Text Example
Text Example
White with #DA84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84A0; }
p { color: rgb(218,132,160); }
H1.HeaderClassName
{
color: #DA84A0;
}
.AnyTagClassName
{
color: #DA84A0;
}
</style>
background-color css
<style>
a { background-color: #DA84A0; }
a { background-color: rgb(218,132,160); }
div.DivClassName
{
background-color: #DA84A0;
}
.BgClassName
{
background-color: #DA84A0;
}
</style>
border-color css
<style>
span { border-color: #DA84A0; }
span { border-color: rgb(218,132,160); }
td.TdClassName
{
border-color: #DA84A0;
}
.TagClassName
{
border-color: #DA84A0;
}
</style>