Shades of Can Can #D390A1
Tints of Can Can #D390A1
RGB
CMYK
RGB Variations
Color information
#D390A1 (or 0xD390A1) is known color: Can Can. HEX triplet: D3, 90 and A1. RGB value is (211,144,161). Sum of RGB (Red+Green+Blue) = 211+144+161=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D390A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D390A1 is #2C6F5E. Grayscale: #A5A5A5. Windows color (decimal): -2912095 or 10588371. OLE color: 10588371.
HSL color Cylindrical-coordinate representation of color #D390A1: hue angle of 344.78º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D390A1 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 161 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.17 |
| HSL | 344.78º | 0.43% | 0.7% | - |
| HSV(B) | 344.78º | 0.32% | 0.83% | - |
| XYZ | 43.27 | 36.37 | 38.46 | - |
| YUV | 165.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 161 | 0 | 0.32 | 0.24 | 0.17 | 344.78 | 0.43 | 0.7 |
| Hex | D3 | 90 | A1 | 0 | 20 | 18 | 11 | 159 | 2B | 46 |
| Octal | 323 | 220 | 241 | 0 | 40 | 30 | 21 | 531 | 53 | 106 |
| Binary | 11010011 | 10010000 | 10100001 | 0 | 100000 | 11000 | 10001 | 101011001 | 101011 | 1000110 |
Color Harmonies of #D390A1
Complementary color
Monochromatic Colors of #D390A1
Black with #D390A1
Text Example
Text Example
White with #D390A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390A1; }
p { color: rgb(211,144,161); }
H1.HeaderClassName
{
color: #D390A1;
}
.AnyTagClassName
{
color: #D390A1;
}
</style>
background-color css
<style>
a { background-color: #D390A1; }
a { background-color: rgb(211,144,161); }
div.DivClassName
{
background-color: #D390A1;
}
.BgClassName
{
background-color: #D390A1;
}
</style>
border-color css
<style>
span { border-color: #D390A1; }
span { border-color: rgb(211,144,161); }
td.TdClassName
{
border-color: #D390A1;
}
.TagClassName
{
border-color: #D390A1;
}
</style>