Shades of Can Can #DA909D
Tints of Can Can #DA909D
RGB
CMYK
RGB Variations
Color information
#DA909D (or 0xDA909D) is known color: Can Can. HEX triplet: DA, 90 and 9D. RGB value is (218,144,157). Sum of RGB (Red+Green+Blue) = 218+144+157=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA909D is #256F62. Grayscale: #A7A7A7. Windows color (decimal): -2453347 or 10326234. OLE color: 10326234.
HSL color Cylindrical-coordinate representation of color #DA909D: hue angle of 349.46º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA909D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 157 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.15 |
| HSL | 349.46º | 0.5% | 0.71% | - |
| HSV(B) | 349.46º | 0.34% | 0.85% | - |
| XYZ | 44.97 | 37.29 | 36.72 | - |
| YUV | 167.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 157 | 0 | 0.34 | 0.28 | 0.15 | 349.46 | 0.5 | 0.71 |
| Hex | DA | 90 | 9D | 0 | 22 | 1C | F | 15D | 32 | 47 |
| Octal | 332 | 220 | 235 | 0 | 42 | 34 | 17 | 535 | 62 | 107 |
| Binary | 11011010 | 10010000 | 10011101 | 0 | 100010 | 11100 | 1111 | 101011101 | 110010 | 1000111 |
Color Harmonies of #DA909D
Complementary color
Monochromatic Colors of #DA909D
Black with #DA909D
Text Example
Text Example
White with #DA909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA909D; }
p { color: rgb(218,144,157); }
H1.HeaderClassName
{
color: #DA909D;
}
.AnyTagClassName
{
color: #DA909D;
}
</style>
background-color css
<style>
a { background-color: #DA909D; }
a { background-color: rgb(218,144,157); }
div.DivClassName
{
background-color: #DA909D;
}
.BgClassName
{
background-color: #DA909D;
}
</style>
border-color css
<style>
span { border-color: #DA909D; }
span { border-color: rgb(218,144,157); }
td.TdClassName
{
border-color: #DA909D;
}
.TagClassName
{
border-color: #DA909D;
}
</style>