Shades of Can Can #DA8B9D
Tints of Can Can #DA8B9D
RGB
CMYK
RGB Variations
Color information
#DA8B9D (or 0xDA8B9D) is known color: Can Can. HEX triplet: DA, 8B and 9D. RGB value is (218,139,157). Sum of RGB (Red+Green+Blue) = 218+139+157=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8B9D is #257462. Grayscale: #A4A4A4. Windows color (decimal): -2454627 or 10324954. OLE color: 10324954.
HSL color Cylindrical-coordinate representation of color #DA8B9D: hue angle of 346.33º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8B9D is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 157 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.15 |
| HSL | 346.33º | 0.52% | 0.7% | - |
| HSV(B) | 346.33º | 0.36% | 0.85% | - |
| XYZ | 44.23 | 35.8 | 36.48 | - |
| YUV | 164.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 157 | 0 | 0.36 | 0.28 | 0.15 | 346.33 | 0.52 | 0.7 |
| Hex | DA | 8B | 9D | 0 | 24 | 1C | F | 15A | 34 | 46 |
| Octal | 332 | 213 | 235 | 0 | 44 | 34 | 17 | 532 | 64 | 106 |
| Binary | 11011010 | 10001011 | 10011101 | 0 | 100100 | 11100 | 1111 | 101011010 | 110100 | 1000110 |
Color Harmonies of #DA8B9D
Complementary color
Monochromatic Colors of #DA8B9D
Black with #DA8B9D
Text Example
Text Example
White with #DA8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8B9D; }
p { color: rgb(218,139,157); }
H1.HeaderClassName
{
color: #DA8B9D;
}
.AnyTagClassName
{
color: #DA8B9D;
}
</style>
background-color css
<style>
a { background-color: #DA8B9D; }
a { background-color: rgb(218,139,157); }
div.DivClassName
{
background-color: #DA8B9D;
}
.BgClassName
{
background-color: #DA8B9D;
}
</style>
border-color css
<style>
span { border-color: #DA8B9D; }
span { border-color: rgb(218,139,157); }
td.TdClassName
{
border-color: #DA8B9D;
}
.TagClassName
{
border-color: #DA8B9D;
}
</style>