Shades of Can Can #D38BA3
Tints of Can Can #D38BA3
RGB
CMYK
RGB Variations
Color information
#D38BA3 (or 0xD38BA3) is known color: Can Can. HEX triplet: D3, 8B and A3. RGB value is (211,139,163). Sum of RGB (Red+Green+Blue) = 211+139+163=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38BA3 is #2C745C. Grayscale: #A3A3A3. Windows color (decimal): -2913373 or 10718163. OLE color: 10718163.
HSL color Cylindrical-coordinate representation of color #D38BA3: hue angle of 340º 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 #D38BA3 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 163 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.17 |
| HSL | 340º | 0.45% | 0.69% | - |
| HSV(B) | 340º | 0.34% | 0.83% | - |
| XYZ | 42.71 | 34.96 | 39.15 | - |
| YUV | 163.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 163 | 0 | 0.34 | 0.23 | 0.17 | 340 | 0.45 | 0.69 |
| Hex | D3 | 8B | A3 | 0 | 22 | 17 | 11 | 154 | 2D | 45 |
| Octal | 323 | 213 | 243 | 0 | 42 | 27 | 21 | 524 | 55 | 105 |
| Binary | 11010011 | 10001011 | 10100011 | 0 | 100010 | 10111 | 10001 | 101010100 | 101101 | 1000101 |
Color Harmonies of #D38BA3
Complementary color
Monochromatic Colors of #D38BA3
Black with #D38BA3
Text Example
Text Example
White with #D38BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BA3; }
p { color: rgb(211,139,163); }
H1.HeaderClassName
{
color: #D38BA3;
}
.AnyTagClassName
{
color: #D38BA3;
}
</style>
background-color css
<style>
a { background-color: #D38BA3; }
a { background-color: rgb(211,139,163); }
div.DivClassName
{
background-color: #D38BA3;
}
.BgClassName
{
background-color: #D38BA3;
}
</style>
border-color css
<style>
span { border-color: #D38BA3; }
span { border-color: rgb(211,139,163); }
td.TdClassName
{
border-color: #D38BA3;
}
.TagClassName
{
border-color: #D38BA3;
}
</style>