Shades of Can Can #DA849A
Tints of Can Can #DA849A
RGB
CMYK
RGB Variations
Color information
#DA849A (or 0xDA849A) is known color: Can Can. HEX triplet: DA, 84 and 9A. RGB value is (218,132,154). Sum of RGB (Red+Green+Blue) = 218+132+154=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA849A is #257B65. Grayscale: #A0A0A0. Windows color (decimal): -2456422 or 10126554. OLE color: 10126554.
HSL color Cylindrical-coordinate representation of color #DA849A: hue angle of 344.65º 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 #DA849A is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 154 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.15 |
| HSL | 344.65º | 0.54% | 0.69% | - |
| HSV(B) | 344.65º | 0.39% | 0.85% | - |
| XYZ | 43 | 33.74 | 34.82 | - |
| YUV | 160.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 154 | 0 | 0.39 | 0.29 | 0.15 | 344.65 | 0.54 | 0.69 |
| Hex | DA | 84 | 9A | 0 | 27 | 1D | F | 159 | 36 | 45 |
| Octal | 332 | 204 | 232 | 0 | 47 | 35 | 17 | 531 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10011010 | 0 | 100111 | 11101 | 1111 | 101011001 | 110110 | 1000101 |
Color Harmonies of #DA849A
Complementary color
Monochromatic Colors of #DA849A
Black with #DA849A
Text Example
Text Example
White with #DA849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA849A; }
p { color: rgb(218,132,154); }
H1.HeaderClassName
{
color: #DA849A;
}
.AnyTagClassName
{
color: #DA849A;
}
</style>
background-color css
<style>
a { background-color: #DA849A; }
a { background-color: rgb(218,132,154); }
div.DivClassName
{
background-color: #DA849A;
}
.BgClassName
{
background-color: #DA849A;
}
</style>
border-color css
<style>
span { border-color: #DA849A; }
span { border-color: rgb(218,132,154); }
td.TdClassName
{
border-color: #DA849A;
}
.TagClassName
{
border-color: #DA849A;
}
</style>