Shades of Can Can #D3829A
Tints of Can Can #D3829A
RGB
CMYK
RGB Variations
Color information
#D3829A (or 0xD3829A) is known color: Can Can. HEX triplet: D3, 82 and 9A. RGB value is (211,130,154). Sum of RGB (Red+Green+Blue) = 211+130+154=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D3829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3829A is #2C7D65. Grayscale: #9C9C9C. Windows color (decimal): -2915686 or 10126035. OLE color: 10126035.
HSL color Cylindrical-coordinate representation of color #D3829A: hue angle of 342.22º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D3829A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 154 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.17 |
| HSL | 342.22º | 0.48% | 0.67% | - |
| HSV(B) | 342.22º | 0.38% | 0.83% | - |
| XYZ | 40.68 | 32.15 | 34.63 | - |
| YUV | 156.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 154 | 0 | 0.38 | 0.27 | 0.17 | 342.22 | 0.48 | 0.67 |
| Hex | D3 | 82 | 9A | 0 | 26 | 1B | 11 | 156 | 30 | 43 |
| Octal | 323 | 202 | 232 | 0 | 46 | 33 | 21 | 526 | 60 | 103 |
| Binary | 11010011 | 10000010 | 10011010 | 0 | 100110 | 11011 | 10001 | 101010110 | 110000 | 1000011 |
Color Harmonies of #D3829A
Complementary color
Monochromatic Colors of #D3829A
Black with #D3829A
Text Example
Text Example
White with #D3829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3829A; }
p { color: rgb(211,130,154); }
H1.HeaderClassName
{
color: #D3829A;
}
.AnyTagClassName
{
color: #D3829A;
}
</style>
background-color css
<style>
a { background-color: #D3829A; }
a { background-color: rgb(211,130,154); }
div.DivClassName
{
background-color: #D3829A;
}
.BgClassName
{
background-color: #D3829A;
}
</style>
border-color css
<style>
span { border-color: #D3829A; }
span { border-color: rgb(211,130,154); }
td.TdClassName
{
border-color: #D3829A;
}
.TagClassName
{
border-color: #D3829A;
}
</style>