Shades of Can Can #D38BA2
Tints of Can Can #D38BA2
RGB
CMYK
RGB Variations
Color information
#D38BA2 (or 0xD38BA2) is known color: Can Can. HEX triplet: D3, 8B and A2. RGB value is (211,139,162). Sum of RGB (Red+Green+Blue) = 211+139+162=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38BA2 is #2C745D. Grayscale: #A3A3A3. Windows color (decimal): -2913374 or 10652627. OLE color: 10652627.
HSL color Cylindrical-coordinate representation of color #D38BA2: hue angle of 340.83º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38BA2 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 162 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.17 |
| HSL | 340.83º | 0.45% | 0.69% | - |
| HSV(B) | 340.83º | 0.34% | 0.83% | - |
| XYZ | 42.62 | 34.92 | 38.68 | - |
| YUV | 163.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 162 | 0 | 0.34 | 0.23 | 0.17 | 340.83 | 0.45 | 0.69 |
| Hex | D3 | 8B | A2 | 0 | 22 | 17 | 11 | 155 | 2D | 45 |
| Octal | 323 | 213 | 242 | 0 | 42 | 27 | 21 | 525 | 55 | 105 |
| Binary | 11010011 | 10001011 | 10100010 | 0 | 100010 | 10111 | 10001 | 101010101 | 101101 | 1000101 |
Color Harmonies of #D38BA2
Complementary color
Monochromatic Colors of #D38BA2
Black with #D38BA2
Text Example
Text Example
White with #D38BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BA2; }
p { color: rgb(211,139,162); }
H1.HeaderClassName
{
color: #D38BA2;
}
.AnyTagClassName
{
color: #D38BA2;
}
</style>
background-color css
<style>
a { background-color: #D38BA2; }
a { background-color: rgb(211,139,162); }
div.DivClassName
{
background-color: #D38BA2;
}
.BgClassName
{
background-color: #D38BA2;
}
</style>
border-color css
<style>
span { border-color: #D38BA2; }
span { border-color: rgb(211,139,162); }
td.TdClassName
{
border-color: #D38BA2;
}
.TagClassName
{
border-color: #D38BA2;
}
</style>