Shades of Can Can #DA8D9D
Tints of Can Can #DA8D9D
RGB
CMYK
RGB Variations
Color information
#DA8D9D (or 0xDA8D9D) is known color: Can Can. HEX triplet: DA, 8D and 9D. RGB value is (218,141,157). Sum of RGB (Red+Green+Blue) = 218+141+157=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D9D is #257262. Grayscale: #A5A5A5. Windows color (decimal): -2454115 or 10325466. OLE color: 10325466.
HSL color Cylindrical-coordinate representation of color #DA8D9D: hue angle of 347.53º 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 #DA8D9D is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 157 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.15 |
| HSL | 347.53º | 0.51% | 0.7% | - |
| HSV(B) | 347.53º | 0.35% | 0.85% | - |
| XYZ | 44.52 | 36.39 | 36.58 | - |
| YUV | 165.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 157 | 0 | 0.35 | 0.28 | 0.15 | 347.53 | 0.51 | 0.7 |
| Hex | DA | 8D | 9D | 0 | 23 | 1C | F | 15C | 33 | 46 |
| Octal | 332 | 215 | 235 | 0 | 43 | 34 | 17 | 534 | 63 | 106 |
| Binary | 11011010 | 10001101 | 10011101 | 0 | 100011 | 11100 | 1111 | 101011100 | 110011 | 1000110 |
Color Harmonies of #DA8D9D
Complementary color
Monochromatic Colors of #DA8D9D
Black with #DA8D9D
Text Example
Text Example
White with #DA8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D9D; }
p { color: rgb(218,141,157); }
H1.HeaderClassName
{
color: #DA8D9D;
}
.AnyTagClassName
{
color: #DA8D9D;
}
</style>
background-color css
<style>
a { background-color: #DA8D9D; }
a { background-color: rgb(218,141,157); }
div.DivClassName
{
background-color: #DA8D9D;
}
.BgClassName
{
background-color: #DA8D9D;
}
</style>
border-color css
<style>
span { border-color: #DA8D9D; }
span { border-color: rgb(218,141,157); }
td.TdClassName
{
border-color: #DA8D9D;
}
.TagClassName
{
border-color: #DA8D9D;
}
</style>