Shades of Can Can #DA8898
Tints of Can Can #DA8898
RGB
CMYK
RGB Variations
Color information
#DA8898 (or 0xDA8898) is known color: Can Can. HEX triplet: DA, 88 and 98. RGB value is (218,136,152). Sum of RGB (Red+Green+Blue) = 218+136+152=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8898 is #257767. Grayscale: #A2A2A2. Windows color (decimal): -2455400 or 9996506. OLE color: 9996506.
HSL color Cylindrical-coordinate representation of color #DA8898: hue angle of 348.29º 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 #DA8898 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 152 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.15 |
| HSL | 348.29º | 0.53% | 0.69% | - |
| HSV(B) | 348.29º | 0.38% | 0.85% | - |
| XYZ | 43.39 | 34.78 | 34.13 | - |
| YUV | 162.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 152 | 0 | 0.38 | 0.30 | 0.15 | 348.29 | 0.53 | 0.69 |
| Hex | DA | 88 | 98 | 0 | 26 | 1E | F | 15C | 35 | 45 |
| Octal | 332 | 210 | 230 | 0 | 46 | 36 | 17 | 534 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10011000 | 0 | 100110 | 11110 | 1111 | 101011100 | 110101 | 1000101 |
Color Harmonies of #DA8898
Complementary color
Monochromatic Colors of #DA8898
Black with #DA8898
Text Example
Text Example
White with #DA8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8898; }
p { color: rgb(218,136,152); }
H1.HeaderClassName
{
color: #DA8898;
}
.AnyTagClassName
{
color: #DA8898;
}
</style>
background-color css
<style>
a { background-color: #DA8898; }
a { background-color: rgb(218,136,152); }
div.DivClassName
{
background-color: #DA8898;
}
.BgClassName
{
background-color: #DA8898;
}
</style>
border-color css
<style>
span { border-color: #DA8898; }
span { border-color: rgb(218,136,152); }
td.TdClassName
{
border-color: #DA8898;
}
.TagClassName
{
border-color: #DA8898;
}
</style>