Shades of Can Can #DA82A3
Tints of Can Can #DA82A3
RGB
CMYK
RGB Variations
Color information
#DA82A3 (or 0xDA82A3) is known color: Can Can. HEX triplet: DA, 82 and A3. RGB value is (218,130,163). Sum of RGB (Red+Green+Blue) = 218+130+163=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA82A3 is #257D5C. Grayscale: #A0A0A0. Windows color (decimal): -2456925 or 10715866. OLE color: 10715866.
HSL color Cylindrical-coordinate representation of color #DA82A3: hue angle of 337.5º 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 #DA82A3 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 163 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.15 |
| HSL | 337.5º | 0.54% | 0.68% | - |
| HSV(B) | 337.5º | 0.4% | 0.85% | - |
| XYZ | 43.51 | 33.52 | 38.83 | - |
| YUV | 160.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 163 | 0 | 0.40 | 0.25 | 0.15 | 337.5 | 0.54 | 0.68 |
| Hex | DA | 82 | A3 | 0 | 28 | 19 | F | 152 | 36 | 44 |
| Octal | 332 | 202 | 243 | 0 | 50 | 31 | 17 | 522 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10100011 | 0 | 101000 | 11001 | 1111 | 101010010 | 110110 | 1000100 |
Color Harmonies of #DA82A3
Complementary color
Monochromatic Colors of #DA82A3
Black with #DA82A3
Text Example
Text Example
White with #DA82A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82A3; }
p { color: rgb(218,130,163); }
H1.HeaderClassName
{
color: #DA82A3;
}
.AnyTagClassName
{
color: #DA82A3;
}
</style>
background-color css
<style>
a { background-color: #DA82A3; }
a { background-color: rgb(218,130,163); }
div.DivClassName
{
background-color: #DA82A3;
}
.BgClassName
{
background-color: #DA82A3;
}
</style>
border-color css
<style>
span { border-color: #DA82A3; }
span { border-color: rgb(218,130,163); }
td.TdClassName
{
border-color: #DA82A3;
}
.TagClassName
{
border-color: #DA82A3;
}
</style>