Shades of Can Can #DA909A
Tints of Can Can #DA909A
RGB
CMYK
RGB Variations
Color information
#DA909A (or 0xDA909A) is known color: Can Can. HEX triplet: DA, 90 and 9A. RGB value is (218,144,154). Sum of RGB (Red+Green+Blue) = 218+144+154=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA909A is #256F65. Grayscale: #A7A7A7. Windows color (decimal): -2453350 or 10129626. OLE color: 10129626.
HSL color Cylindrical-coordinate representation of color #DA909A: hue angle of 351.89º 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 #DA909A is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 154 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.15 |
| HSL | 351.89º | 0.5% | 0.71% | - |
| HSV(B) | 351.89º | 0.34% | 0.85% | - |
| XYZ | 44.72 | 37.19 | 35.39 | - |
| YUV | 167.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 154 | 0 | 0.34 | 0.29 | 0.15 | 351.89 | 0.5 | 0.71 |
| Hex | DA | 90 | 9A | 0 | 22 | 1D | F | 160 | 32 | 47 |
| Octal | 332 | 220 | 232 | 0 | 42 | 35 | 17 | 540 | 62 | 107 |
| Binary | 11011010 | 10010000 | 10011010 | 0 | 100010 | 11101 | 1111 | 101100000 | 110010 | 1000111 |
Color Harmonies of #DA909A
Complementary color
Monochromatic Colors of #DA909A
Black with #DA909A
Text Example
Text Example
White with #DA909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA909A; }
p { color: rgb(218,144,154); }
H1.HeaderClassName
{
color: #DA909A;
}
.AnyTagClassName
{
color: #DA909A;
}
</style>
background-color css
<style>
a { background-color: #DA909A; }
a { background-color: rgb(218,144,154); }
div.DivClassName
{
background-color: #DA909A;
}
.BgClassName
{
background-color: #DA909A;
}
</style>
border-color css
<style>
span { border-color: #DA909A; }
span { border-color: rgb(218,144,154); }
td.TdClassName
{
border-color: #DA909A;
}
.TagClassName
{
border-color: #DA909A;
}
</style>