Shades of Can Can #D6839D
Tints of Can Can #D6839D
RGB
CMYK
RGB Variations
Color information
#D6839D (or 0xD6839D) is known color: Can Can. HEX triplet: D6, 83 and 9D. RGB value is (214,131,157). Sum of RGB (Red+Green+Blue) = 214+131+157=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6839D is #297C62. Grayscale: #9E9E9E. Windows color (decimal): -2718819 or 10322902. OLE color: 10322902.
HSL color Cylindrical-coordinate representation of color #D6839D: hue angle of 341.2º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6839D is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 157 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.16 |
| HSL | 341.2º | 0.5% | 0.68% | - |
| HSV(B) | 341.2º | 0.39% | 0.84% | - |
| XYZ | 41.93 | 32.96 | 36.05 | - |
| YUV | 158.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 157 | 0 | 0.39 | 0.27 | 0.16 | 341.2 | 0.5 | 0.68 |
| Hex | D6 | 83 | 9D | 0 | 27 | 1B | 10 | 155 | 32 | 44 |
| Octal | 326 | 203 | 235 | 0 | 47 | 33 | 20 | 525 | 62 | 104 |
| Binary | 11010110 | 10000011 | 10011101 | 0 | 100111 | 11011 | 10000 | 101010101 | 110010 | 1000100 |
Color Harmonies of #D6839D
Complementary color
Monochromatic Colors of #D6839D
Black with #D6839D
Text Example
Text Example
White with #D6839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6839D; }
p { color: rgb(214,131,157); }
H1.HeaderClassName
{
color: #D6839D;
}
.AnyTagClassName
{
color: #D6839D;
}
</style>
background-color css
<style>
a { background-color: #D6839D; }
a { background-color: rgb(214,131,157); }
div.DivClassName
{
background-color: #D6839D;
}
.BgClassName
{
background-color: #D6839D;
}
</style>
border-color css
<style>
span { border-color: #D6839D; }
span { border-color: rgb(214,131,157); }
td.TdClassName
{
border-color: #D6839D;
}
.TagClassName
{
border-color: #D6839D;
}
</style>