Shades of Can Can #DA84A2
Tints of Can Can #DA84A2
RGB
CMYK
RGB Variations
Color information
#DA84A2 (or 0xDA84A2) is known color: Can Can. HEX triplet: DA, 84 and A2. RGB value is (218,132,162). Sum of RGB (Red+Green+Blue) = 218+132+162=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA84A2 is #257B5D. Grayscale: #A1A1A1. Windows color (decimal): -2456414 or 10650842. OLE color: 10650842.
HSL color Cylindrical-coordinate representation of color #DA84A2: hue angle of 339.07º 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 #DA84A2 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 162 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.15 |
| HSL | 339.07º | 0.54% | 0.69% | - |
| HSV(B) | 339.07º | 0.39% | 0.85% | - |
| XYZ | 43.69 | 34.02 | 38.45 | - |
| YUV | 161.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 162 | 0 | 0.39 | 0.26 | 0.15 | 339.07 | 0.54 | 0.69 |
| Hex | DA | 84 | A2 | 0 | 27 | 1A | F | 153 | 36 | 45 |
| Octal | 332 | 204 | 242 | 0 | 47 | 32 | 17 | 523 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10100010 | 0 | 100111 | 11010 | 1111 | 101010011 | 110110 | 1000101 |
Color Harmonies of #DA84A2
Complementary color
Monochromatic Colors of #DA84A2
Black with #DA84A2
Text Example
Text Example
White with #DA84A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84A2; }
p { color: rgb(218,132,162); }
H1.HeaderClassName
{
color: #DA84A2;
}
.AnyTagClassName
{
color: #DA84A2;
}
</style>
background-color css
<style>
a { background-color: #DA84A2; }
a { background-color: rgb(218,132,162); }
div.DivClassName
{
background-color: #DA84A2;
}
.BgClassName
{
background-color: #DA84A2;
}
</style>
border-color css
<style>
span { border-color: #DA84A2; }
span { border-color: rgb(218,132,162); }
td.TdClassName
{
border-color: #DA84A2;
}
.TagClassName
{
border-color: #DA84A2;
}
</style>