Shades of Can Can #D385A8
Tints of Can Can #D385A8
RGB
CMYK
RGB Variations
Color information
#D385A8 (or 0xD385A8) is known color: Can Can. HEX triplet: D3, 85 and A8. RGB value is (211,133,168). Sum of RGB (Red+Green+Blue) = 211+133+168=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D385A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D385A8 is #2C7A57. Grayscale: #A0A0A0. Windows color (decimal): -2914904 or 11044307. OLE color: 11044307.
HSL color Cylindrical-coordinate representation of color #D385A8: hue angle of 333.08º 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 #D385A8 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 168 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.17 |
| HSL | 333.08º | 0.47% | 0.67% | - |
| HSV(B) | 333.08º | 0.37% | 0.83% | - |
| XYZ | 42.32 | 33.45 | 41.27 | - |
| YUV | 160.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 168 | 0 | 0.37 | 0.20 | 0.17 | 333.08 | 0.47 | 0.67 |
| Hex | D3 | 85 | A8 | 0 | 25 | 14 | 11 | 14D | 2F | 43 |
| Octal | 323 | 205 | 250 | 0 | 45 | 24 | 21 | 515 | 57 | 103 |
| Binary | 11010011 | 10000101 | 10101000 | 0 | 100101 | 10100 | 10001 | 101001101 | 101111 | 1000011 |
Color Harmonies of #D385A8
Complementary color
Monochromatic Colors of #D385A8
Black with #D385A8
Text Example
Text Example
White with #D385A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385A8; }
p { color: rgb(211,133,168); }
H1.HeaderClassName
{
color: #D385A8;
}
.AnyTagClassName
{
color: #D385A8;
}
</style>
background-color css
<style>
a { background-color: #D385A8; }
a { background-color: rgb(211,133,168); }
div.DivClassName
{
background-color: #D385A8;
}
.BgClassName
{
background-color: #D385A8;
}
</style>
border-color css
<style>
span { border-color: #D385A8; }
span { border-color: rgb(211,133,168); }
td.TdClassName
{
border-color: #D385A8;
}
.TagClassName
{
border-color: #D385A8;
}
</style>