Shades of Can Can #DA869D
Tints of Can Can #DA869D
RGB
CMYK
RGB Variations
Color information
#DA869D (or 0xDA869D) is known color: Can Can. HEX triplet: DA, 86 and 9D. RGB value is (218,134,157). Sum of RGB (Red+Green+Blue) = 218+134+157=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA869D is #257962. Grayscale: #A1A1A1. Windows color (decimal): -2455907 or 10323674. OLE color: 10323674.
HSL color Cylindrical-coordinate representation of color #DA869D: hue angle of 343.57º degrees, saturation: 0.53, 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 #DA869D is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 157 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.15 |
| HSL | 343.57º | 0.53% | 0.69% | - |
| HSV(B) | 343.57º | 0.39% | 0.85% | - |
| XYZ | 43.52 | 34.39 | 36.24 | - |
| YUV | 161.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 157 | 0 | 0.39 | 0.28 | 0.15 | 343.57 | 0.53 | 0.69 |
| Hex | DA | 86 | 9D | 0 | 27 | 1C | F | 158 | 35 | 45 |
| Octal | 332 | 206 | 235 | 0 | 47 | 34 | 17 | 530 | 65 | 105 |
| Binary | 11011010 | 10000110 | 10011101 | 0 | 100111 | 11100 | 1111 | 101011000 | 110101 | 1000101 |
Color Harmonies of #DA869D
Complementary color
Monochromatic Colors of #DA869D
Black with #DA869D
Text Example
Text Example
White with #DA869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA869D; }
p { color: rgb(218,134,157); }
H1.HeaderClassName
{
color: #DA869D;
}
.AnyTagClassName
{
color: #DA869D;
}
</style>
background-color css
<style>
a { background-color: #DA869D; }
a { background-color: rgb(218,134,157); }
div.DivClassName
{
background-color: #DA869D;
}
.BgClassName
{
background-color: #DA869D;
}
</style>
border-color css
<style>
span { border-color: #DA869D; }
span { border-color: rgb(218,134,157); }
td.TdClassName
{
border-color: #DA869D;
}
.TagClassName
{
border-color: #DA869D;
}
</style>