Shades of Can Can #D2849B
Tints of Can Can #D2849B
RGB
CMYK
RGB Variations
Color information
#D2849B (or 0xD2849B) is known color: Can Can. HEX triplet: D2, 84 and 9B. RGB value is (210,132,155). Sum of RGB (Red+Green+Blue) = 210+132+155=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2849B is #2D7B64. Grayscale: #9D9D9D. Windows color (decimal): -2980709 or 10192082. OLE color: 10192082.
HSL color Cylindrical-coordinate representation of color #D2849B: hue angle of 342.31º 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 #D2849B is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 155 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.18 |
| HSL | 342.31º | 0.46% | 0.67% | - |
| HSV(B) | 342.31º | 0.37% | 0.82% | - |
| XYZ | 40.75 | 32.57 | 35.15 | - |
| YUV | 157.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 155 | 0 | 0.37 | 0.26 | 0.18 | 342.31 | 0.46 | 0.67 |
| Hex | D2 | 84 | 9B | 0 | 25 | 1A | 12 | 156 | 2E | 43 |
| Octal | 322 | 204 | 233 | 0 | 45 | 32 | 22 | 526 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10011011 | 0 | 100101 | 11010 | 10010 | 101010110 | 101110 | 1000011 |
Color Harmonies of #D2849B
Complementary color
Monochromatic Colors of #D2849B
Black with #D2849B
Text Example
Text Example
White with #D2849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2849B; }
p { color: rgb(210,132,155); }
H1.HeaderClassName
{
color: #D2849B;
}
.AnyTagClassName
{
color: #D2849B;
}
</style>
background-color css
<style>
a { background-color: #D2849B; }
a { background-color: rgb(210,132,155); }
div.DivClassName
{
background-color: #D2849B;
}
.BgClassName
{
background-color: #D2849B;
}
</style>
border-color css
<style>
span { border-color: #D2849B; }
span { border-color: rgb(210,132,155); }
td.TdClassName
{
border-color: #D2849B;
}
.TagClassName
{
border-color: #D2849B;
}
</style>