Shades of Can Can #D2839E
Tints of Can Can #D2839E
RGB
CMYK
RGB Variations
Color information
#D2839E (or 0xD2839E) is known color: Can Can. HEX triplet: D2, 83 and 9E. RGB value is (210,131,158). Sum of RGB (Red+Green+Blue) = 210+131+158=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2839E is #2D7C61. Grayscale: #9D9D9D. Windows color (decimal): -2980962 or 10388434. OLE color: 10388434.
HSL color Cylindrical-coordinate representation of color #D2839E: hue angle of 339.49º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2839E is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 158 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.18 |
| HSL | 339.49º | 0.47% | 0.67% | - |
| HSV(B) | 339.49º | 0.38% | 0.82% | - |
| XYZ | 40.87 | 32.4 | 36.45 | - |
| YUV | 157.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 158 | 0 | 0.38 | 0.25 | 0.18 | 339.49 | 0.47 | 0.67 |
| Hex | D2 | 83 | 9E | 0 | 26 | 19 | 12 | 153 | 2F | 43 |
| Octal | 322 | 203 | 236 | 0 | 46 | 31 | 22 | 523 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10011110 | 0 | 100110 | 11001 | 10010 | 101010011 | 101111 | 1000011 |
Color Harmonies of #D2839E
Complementary color
Monochromatic Colors of #D2839E
Black with #D2839E
Text Example
Text Example
White with #D2839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2839E; }
p { color: rgb(210,131,158); }
H1.HeaderClassName
{
color: #D2839E;
}
.AnyTagClassName
{
color: #D2839E;
}
</style>
background-color css
<style>
a { background-color: #D2839E; }
a { background-color: rgb(210,131,158); }
div.DivClassName
{
background-color: #D2839E;
}
.BgClassName
{
background-color: #D2839E;
}
</style>
border-color css
<style>
span { border-color: #D2839E; }
span { border-color: rgb(210,131,158); }
td.TdClassName
{
border-color: #D2839E;
}
.TagClassName
{
border-color: #D2839E;
}
</style>