Shades of Can Can #D2839A
Tints of Can Can #D2839A
RGB
CMYK
RGB Variations
Color information
#D2839A (or 0xD2839A) is known color: Can Can. HEX triplet: D2, 83 and 9A. RGB value is (210,131,154). Sum of RGB (Red+Green+Blue) = 210+131+154=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2839A is #2D7C65. Grayscale: #9D9D9D. Windows color (decimal): -2980966 or 10126290. OLE color: 10126290.
HSL color Cylindrical-coordinate representation of color #D2839A: hue angle of 342.53º 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 #D2839A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 154 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.18 |
| HSL | 342.53º | 0.47% | 0.67% | - |
| HSV(B) | 342.53º | 0.38% | 0.82% | - |
| XYZ | 40.53 | 32.27 | 34.66 | - |
| YUV | 157.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 154 | 0 | 0.38 | 0.27 | 0.18 | 342.53 | 0.47 | 0.67 |
| Hex | D2 | 83 | 9A | 0 | 26 | 1B | 12 | 157 | 2F | 43 |
| Octal | 322 | 203 | 232 | 0 | 46 | 33 | 22 | 527 | 57 | 103 |
| Binary | 11010010 | 10000011 | 10011010 | 0 | 100110 | 11011 | 10010 | 101010111 | 101111 | 1000011 |
Color Harmonies of #D2839A
Complementary color
Monochromatic Colors of #D2839A
Black with #D2839A
Text Example
Text Example
White with #D2839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2839A; }
p { color: rgb(210,131,154); }
H1.HeaderClassName
{
color: #D2839A;
}
.AnyTagClassName
{
color: #D2839A;
}
</style>
background-color css
<style>
a { background-color: #D2839A; }
a { background-color: rgb(210,131,154); }
div.DivClassName
{
background-color: #D2839A;
}
.BgClassName
{
background-color: #D2839A;
}
</style>
border-color css
<style>
span { border-color: #D2839A; }
span { border-color: rgb(210,131,154); }
td.TdClassName
{
border-color: #D2839A;
}
.TagClassName
{
border-color: #D2839A;
}
</style>