Shades of Can Can #DA889A
Tints of Can Can #DA889A
RGB
CMYK
RGB Variations
Color information
#DA889A (or 0xDA889A) is known color: Can Can. HEX triplet: DA, 88 and 9A. RGB value is (218,136,154). Sum of RGB (Red+Green+Blue) = 218+136+154=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA889A is #257765. Grayscale: #A2A2A2. Windows color (decimal): -2455398 or 10127578. OLE color: 10127578.
HSL color Cylindrical-coordinate representation of color #DA889A: hue angle of 346.83º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA889A is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 154 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.15 |
| HSL | 346.83º | 0.53% | 0.69% | - |
| HSV(B) | 346.83º | 0.38% | 0.85% | - |
| XYZ | 43.55 | 34.85 | 35 | - |
| YUV | 162.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 154 | 0 | 0.38 | 0.29 | 0.15 | 346.83 | 0.53 | 0.69 |
| Hex | DA | 88 | 9A | 0 | 26 | 1D | F | 15B | 35 | 45 |
| Octal | 332 | 210 | 232 | 0 | 46 | 35 | 17 | 533 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10011010 | 0 | 100110 | 11101 | 1111 | 101011011 | 110101 | 1000101 |
Color Harmonies of #DA889A
Complementary color
Monochromatic Colors of #DA889A
Black with #DA889A
Text Example
Text Example
White with #DA889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA889A; }
p { color: rgb(218,136,154); }
H1.HeaderClassName
{
color: #DA889A;
}
.AnyTagClassName
{
color: #DA889A;
}
</style>
background-color css
<style>
a { background-color: #DA889A; }
a { background-color: rgb(218,136,154); }
div.DivClassName
{
background-color: #DA889A;
}
.BgClassName
{
background-color: #DA889A;
}
</style>
border-color css
<style>
span { border-color: #DA889A; }
span { border-color: rgb(218,136,154); }
td.TdClassName
{
border-color: #DA889A;
}
.TagClassName
{
border-color: #DA889A;
}
</style>