Shades of Can Can #D2859B
Tints of Can Can #D2859B
RGB
CMYK
RGB Variations
Color information
#D2859B (or 0xD2859B) is known color: Can Can. HEX triplet: D2, 85 and 9B. RGB value is (210,133,155). Sum of RGB (Red+Green+Blue) = 210+133+155=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D2859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2859B is #2D7A64. Grayscale: #9E9E9E. Windows color (decimal): -2980453 or 10192338. OLE color: 10192338.
HSL color Cylindrical-coordinate representation of color #D2859B: hue angle of 342.86º 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 #D2859B is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 155 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.18 |
| HSL | 342.86º | 0.46% | 0.67% | - |
| HSV(B) | 342.86º | 0.37% | 0.82% | - |
| XYZ | 40.88 | 32.84 | 35.2 | - |
| YUV | 158.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 155 | 0 | 0.37 | 0.26 | 0.18 | 342.86 | 0.46 | 0.67 |
| Hex | D2 | 85 | 9B | 0 | 25 | 1A | 12 | 157 | 2E | 43 |
| Octal | 322 | 205 | 233 | 0 | 45 | 32 | 22 | 527 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10011011 | 0 | 100101 | 11010 | 10010 | 101010111 | 101110 | 1000011 |
Color Harmonies of #D2859B
Complementary color
Monochromatic Colors of #D2859B
Black with #D2859B
Text Example
Text Example
White with #D2859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2859B; }
p { color: rgb(210,133,155); }
H1.HeaderClassName
{
color: #D2859B;
}
.AnyTagClassName
{
color: #D2859B;
}
</style>
background-color css
<style>
a { background-color: #D2859B; }
a { background-color: rgb(210,133,155); }
div.DivClassName
{
background-color: #D2859B;
}
.BgClassName
{
background-color: #D2859B;
}
</style>
border-color css
<style>
span { border-color: #D2859B; }
span { border-color: rgb(210,133,155); }
td.TdClassName
{
border-color: #D2859B;
}
.TagClassName
{
border-color: #D2859B;
}
</style>