Shades of Can Can #D38BA4
Tints of Can Can #D38BA4
RGB
CMYK
RGB Variations
Color information
#D38BA4 (or 0xD38BA4) is known color: Can Can. HEX triplet: D3, 8B and A4. RGB value is (211,139,164). Sum of RGB (Red+Green+Blue) = 211+139+164=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38BA4 is #2C745B. Grayscale: #A3A3A3. Windows color (decimal): -2913372 or 10783699. OLE color: 10783699.
HSL color Cylindrical-coordinate representation of color #D38BA4: hue angle of 339.17º 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 #D38BA4 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 164 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.17 |
| HSL | 339.17º | 0.45% | 0.69% | - |
| HSV(B) | 339.17º | 0.34% | 0.83% | - |
| XYZ | 42.8 | 34.99 | 39.62 | - |
| YUV | 163.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 164 | 0 | 0.34 | 0.22 | 0.17 | 339.17 | 0.45 | 0.69 |
| Hex | D3 | 8B | A4 | 0 | 22 | 16 | 11 | 153 | 2D | 45 |
| Octal | 323 | 213 | 244 | 0 | 42 | 26 | 21 | 523 | 55 | 105 |
| Binary | 11010011 | 10001011 | 10100100 | 0 | 100010 | 10110 | 10001 | 101010011 | 101101 | 1000101 |
Color Harmonies of #D38BA4
Complementary color
Monochromatic Colors of #D38BA4
Black with #D38BA4
Text Example
Text Example
White with #D38BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BA4; }
p { color: rgb(211,139,164); }
H1.HeaderClassName
{
color: #D38BA4;
}
.AnyTagClassName
{
color: #D38BA4;
}
</style>
background-color css
<style>
a { background-color: #D38BA4; }
a { background-color: rgb(211,139,164); }
div.DivClassName
{
background-color: #D38BA4;
}
.BgClassName
{
background-color: #D38BA4;
}
</style>
border-color css
<style>
span { border-color: #D38BA4; }
span { border-color: rgb(211,139,164); }
td.TdClassName
{
border-color: #D38BA4;
}
.TagClassName
{
border-color: #D38BA4;
}
</style>