Shades of Can Can #DA8F9C
Tints of Can Can #DA8F9C
RGB
CMYK
RGB Variations
Color information
#DA8F9C (or 0xDA8F9C) is known color: Can Can. HEX triplet: DA, 8F and 9C. RGB value is (218,143,156). Sum of RGB (Red+Green+Blue) = 218+143+156=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F9C is #257063. Grayscale: #A6A6A6. Windows color (decimal): -2453604 or 10260442. OLE color: 10260442.
HSL color Cylindrical-coordinate representation of color #DA8F9C: hue angle of 349.6º 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 #DA8F9C is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 156 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.15 |
| HSL | 349.6º | 0.5% | 0.71% | - |
| HSV(B) | 349.6º | 0.34% | 0.85% | - |
| XYZ | 44.74 | 36.95 | 36.23 | - |
| YUV | 166.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 156 | 0 | 0.34 | 0.28 | 0.15 | 349.6 | 0.5 | 0.71 |
| Hex | DA | 8F | 9C | 0 | 22 | 1C | F | 15E | 32 | 47 |
| Octal | 332 | 217 | 234 | 0 | 42 | 34 | 17 | 536 | 62 | 107 |
| Binary | 11011010 | 10001111 | 10011100 | 0 | 100010 | 11100 | 1111 | 101011110 | 110010 | 1000111 |
Color Harmonies of #DA8F9C
Complementary color
Monochromatic Colors of #DA8F9C
Black with #DA8F9C
Text Example
Text Example
White with #DA8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F9C; }
p { color: rgb(218,143,156); }
H1.HeaderClassName
{
color: #DA8F9C;
}
.AnyTagClassName
{
color: #DA8F9C;
}
</style>
background-color css
<style>
a { background-color: #DA8F9C; }
a { background-color: rgb(218,143,156); }
div.DivClassName
{
background-color: #DA8F9C;
}
.BgClassName
{
background-color: #DA8F9C;
}
</style>
border-color css
<style>
span { border-color: #DA8F9C; }
span { border-color: rgb(218,143,156); }
td.TdClassName
{
border-color: #DA8F9C;
}
.TagClassName
{
border-color: #DA8F9C;
}
</style>