Shades of Can Can #D385A6
Tints of Can Can #D385A6
RGB
CMYK
RGB Variations
Color information
#D385A6 (or 0xD385A6) is known color: Can Can. HEX triplet: D3, 85 and A6. RGB value is (211,133,166). Sum of RGB (Red+Green+Blue) = 211+133+166=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D385A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D385A6 is #2C7A59. Grayscale: #A0A0A0. Windows color (decimal): -2914906 or 10913235. OLE color: 10913235.
HSL color Cylindrical-coordinate representation of color #D385A6: hue angle of 334.62º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D385A6 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 166 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.17 |
| HSL | 334.62º | 0.47% | 0.67% | - |
| HSV(B) | 334.62º | 0.37% | 0.83% | - |
| XYZ | 42.13 | 33.38 | 40.3 | - |
| YUV | 160.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 166 | 0 | 0.37 | 0.21 | 0.17 | 334.62 | 0.47 | 0.67 |
| Hex | D3 | 85 | A6 | 0 | 25 | 15 | 11 | 14F | 2F | 43 |
| Octal | 323 | 205 | 246 | 0 | 45 | 25 | 21 | 517 | 57 | 103 |
| Binary | 11010011 | 10000101 | 10100110 | 0 | 100101 | 10101 | 10001 | 101001111 | 101111 | 1000011 |
Color Harmonies of #D385A6
Complementary color
Monochromatic Colors of #D385A6
Black with #D385A6
Text Example
Text Example
White with #D385A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385A6; }
p { color: rgb(211,133,166); }
H1.HeaderClassName
{
color: #D385A6;
}
.AnyTagClassName
{
color: #D385A6;
}
</style>
background-color css
<style>
a { background-color: #D385A6; }
a { background-color: rgb(211,133,166); }
div.DivClassName
{
background-color: #D385A6;
}
.BgClassName
{
background-color: #D385A6;
}
</style>
border-color css
<style>
span { border-color: #D385A6; }
span { border-color: rgb(211,133,166); }
td.TdClassName
{
border-color: #D385A6;
}
.TagClassName
{
border-color: #D385A6;
}
</style>