Shades of Can Can #DA8F94
Tints of Can Can #DA8F94
RGB
CMYK
RGB Variations
Color information
#DA8F94 (or 0xDA8F94) is known color: Can Can. HEX triplet: DA, 8F and 94. RGB value is (218,143,148). Sum of RGB (Red+Green+Blue) = 218+143+148=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F94 is #25706B. Grayscale: #A6A6A6. Windows color (decimal): -2453612 or 9736154. OLE color: 9736154.
HSL color Cylindrical-coordinate representation of color #DA8F94: hue angle of 356º 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 #DA8F94 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 148 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.15 |
| HSL | 356º | 0.5% | 0.71% | - |
| HSV(B) | 356º | 0.34% | 0.85% | - |
| XYZ | 44.08 | 36.69 | 32.78 | - |
| YUV | 166 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 148 | 0 | 0.34 | 0.32 | 0.15 | 356 | 0.5 | 0.71 |
| Hex | DA | 8F | 94 | 0 | 22 | 20 | F | 164 | 32 | 47 |
| Octal | 332 | 217 | 224 | 0 | 42 | 40 | 17 | 544 | 62 | 107 |
| Binary | 11011010 | 10001111 | 10010100 | 0 | 100010 | 100000 | 1111 | 101100100 | 110010 | 1000111 |
Color Harmonies of #DA8F94
Complementary color
Monochromatic Colors of #DA8F94
Black with #DA8F94
Text Example
Text Example
White with #DA8F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F94; }
p { color: rgb(218,143,148); }
H1.HeaderClassName
{
color: #DA8F94;
}
.AnyTagClassName
{
color: #DA8F94;
}
</style>
background-color css
<style>
a { background-color: #DA8F94; }
a { background-color: rgb(218,143,148); }
div.DivClassName
{
background-color: #DA8F94;
}
.BgClassName
{
background-color: #DA8F94;
}
</style>
border-color css
<style>
span { border-color: #DA8F94; }
span { border-color: rgb(218,143,148); }
td.TdClassName
{
border-color: #DA8F94;
}
.TagClassName
{
border-color: #DA8F94;
}
</style>