Shades of Can Can #D388A1
Tints of Can Can #D388A1
RGB
CMYK
RGB Variations
Color information
#D388A1 (or 0xD388A1) is known color: Can Can. HEX triplet: D3, 88 and A1. RGB value is (211,136,161). Sum of RGB (Red+Green+Blue) = 211+136+161=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D388A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D388A1 is #2C775E. Grayscale: #A1A1A1. Windows color (decimal): -2914143 or 10586323. OLE color: 10586323.
HSL color Cylindrical-coordinate representation of color #D388A1: hue angle of 340º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D388A1 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 161 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.17 |
| HSL | 340º | 0.46% | 0.68% | - |
| HSV(B) | 340º | 0.36% | 0.83% | - |
| XYZ | 42.1 | 34.03 | 38.07 | - |
| YUV | 161.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 161 | 0 | 0.36 | 0.24 | 0.17 | 340 | 0.46 | 0.68 |
| Hex | D3 | 88 | A1 | 0 | 24 | 18 | 11 | 154 | 2E | 44 |
| Octal | 323 | 210 | 241 | 0 | 44 | 30 | 21 | 524 | 56 | 104 |
| Binary | 11010011 | 10001000 | 10100001 | 0 | 100100 | 11000 | 10001 | 101010100 | 101110 | 1000100 |
Color Harmonies of #D388A1
Complementary color
Monochromatic Colors of #D388A1
Black with #D388A1
Text Example
Text Example
White with #D388A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388A1; }
p { color: rgb(211,136,161); }
H1.HeaderClassName
{
color: #D388A1;
}
.AnyTagClassName
{
color: #D388A1;
}
</style>
background-color css
<style>
a { background-color: #D388A1; }
a { background-color: rgb(211,136,161); }
div.DivClassName
{
background-color: #D388A1;
}
.BgClassName
{
background-color: #D388A1;
}
</style>
border-color css
<style>
span { border-color: #D388A1; }
span { border-color: rgb(211,136,161); }
td.TdClassName
{
border-color: #D388A1;
}
.TagClassName
{
border-color: #D388A1;
}
</style>