Shades of Can Can #D2859D
Tints of Can Can #D2859D
RGB
CMYK
RGB Variations
Color information
#D2859D (or 0xD2859D) is known color: Can Can. HEX triplet: D2, 85 and 9D. RGB value is (210,133,157). Sum of RGB (Red+Green+Blue) = 210+133+157=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2859D is #2D7A62. Grayscale: #9E9E9E. Windows color (decimal): -2980451 or 10323410. OLE color: 10323410.
HSL color Cylindrical-coordinate representation of color #D2859D: hue angle of 341.3º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2859D is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 157 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.18 |
| HSL | 341.3º | 0.46% | 0.67% | - |
| HSV(B) | 341.3º | 0.37% | 0.82% | - |
| XYZ | 41.05 | 32.91 | 36.09 | - |
| YUV | 158.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 157 | 0 | 0.37 | 0.25 | 0.18 | 341.3 | 0.46 | 0.67 |
| Hex | D2 | 85 | 9D | 0 | 25 | 19 | 12 | 155 | 2E | 43 |
| Octal | 322 | 205 | 235 | 0 | 45 | 31 | 22 | 525 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10011101 | 0 | 100101 | 11001 | 10010 | 101010101 | 101110 | 1000011 |
Color Harmonies of #D2859D
Complementary color
Monochromatic Colors of #D2859D
Black with #D2859D
Text Example
Text Example
White with #D2859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2859D; }
p { color: rgb(210,133,157); }
H1.HeaderClassName
{
color: #D2859D;
}
.AnyTagClassName
{
color: #D2859D;
}
</style>
background-color css
<style>
a { background-color: #D2859D; }
a { background-color: rgb(210,133,157); }
div.DivClassName
{
background-color: #D2859D;
}
.BgClassName
{
background-color: #D2859D;
}
</style>
border-color css
<style>
span { border-color: #D2859D; }
span { border-color: rgb(210,133,157); }
td.TdClassName
{
border-color: #D2859D;
}
.TagClassName
{
border-color: #D2859D;
}
</style>