Shades of Can Can #DA88A0
Tints of Can Can #DA88A0
RGB
CMYK
RGB Variations
Color information
#DA88A0 (or 0xDA88A0) is known color: Can Can. HEX triplet: DA, 88 and A0. RGB value is (218,136,160). Sum of RGB (Red+Green+Blue) = 218+136+160=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA88A0 is #25775F. Grayscale: #A3A3A3. Windows color (decimal): -2455392 or 10520794. OLE color: 10520794.
HSL color Cylindrical-coordinate representation of color #DA88A0: hue angle of 342.44º 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 #DA88A0 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 160 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.15 |
| HSL | 342.44º | 0.53% | 0.69% | - |
| HSV(B) | 342.44º | 0.38% | 0.85% | - |
| XYZ | 44.06 | 35.05 | 37.7 | - |
| YUV | 163.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 160 | 0 | 0.38 | 0.27 | 0.15 | 342.44 | 0.53 | 0.69 |
| Hex | DA | 88 | A0 | 0 | 26 | 1B | F | 156 | 35 | 45 |
| Octal | 332 | 210 | 240 | 0 | 46 | 33 | 17 | 526 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10100000 | 0 | 100110 | 11011 | 1111 | 101010110 | 110101 | 1000101 |
Color Harmonies of #DA88A0
Complementary color
Monochromatic Colors of #DA88A0
Black with #DA88A0
Text Example
Text Example
White with #DA88A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88A0; }
p { color: rgb(218,136,160); }
H1.HeaderClassName
{
color: #DA88A0;
}
.AnyTagClassName
{
color: #DA88A0;
}
</style>
background-color css
<style>
a { background-color: #DA88A0; }
a { background-color: rgb(218,136,160); }
div.DivClassName
{
background-color: #DA88A0;
}
.BgClassName
{
background-color: #DA88A0;
}
</style>
border-color css
<style>
span { border-color: #DA88A0; }
span { border-color: rgb(218,136,160); }
td.TdClassName
{
border-color: #DA88A0;
}
.TagClassName
{
border-color: #DA88A0;
}
</style>