Shades of Can Can #DA8D9B
Tints of Can Can #DA8D9B
RGB
CMYK
RGB Variations
Color information
#DA8D9B (or 0xDA8D9B) is known color: Can Can. HEX triplet: DA, 8D and 9B. RGB value is (218,141,155). Sum of RGB (Red+Green+Blue) = 218+141+155=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D9B is #257264. Grayscale: #A5A5A5. Windows color (decimal): -2454117 or 10194394. OLE color: 10194394.
HSL color Cylindrical-coordinate representation of color #DA8D9B: hue angle of 349.09º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8D9B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 155 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.15 |
| HSL | 349.09º | 0.51% | 0.7% | - |
| HSV(B) | 349.09º | 0.35% | 0.85% | - |
| XYZ | 44.35 | 36.32 | 35.68 | - |
| YUV | 165.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 155 | 0 | 0.35 | 0.29 | 0.15 | 349.09 | 0.51 | 0.7 |
| Hex | DA | 8D | 9B | 0 | 23 | 1D | F | 15D | 33 | 46 |
| Octal | 332 | 215 | 233 | 0 | 43 | 35 | 17 | 535 | 63 | 106 |
| Binary | 11011010 | 10001101 | 10011011 | 0 | 100011 | 11101 | 1111 | 101011101 | 110011 | 1000110 |
Color Harmonies of #DA8D9B
Complementary color
Monochromatic Colors of #DA8D9B
Black with #DA8D9B
Text Example
Text Example
White with #DA8D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D9B; }
p { color: rgb(218,141,155); }
H1.HeaderClassName
{
color: #DA8D9B;
}
.AnyTagClassName
{
color: #DA8D9B;
}
</style>
background-color css
<style>
a { background-color: #DA8D9B; }
a { background-color: rgb(218,141,155); }
div.DivClassName
{
background-color: #DA8D9B;
}
.BgClassName
{
background-color: #DA8D9B;
}
</style>
border-color css
<style>
span { border-color: #DA8D9B; }
span { border-color: rgb(218,141,155); }
td.TdClassName
{
border-color: #DA8D9B;
}
.TagClassName
{
border-color: #DA8D9B;
}
</style>