Shades of Can Can #D68D9B
Tints of Can Can #D68D9B
RGB
CMYK
RGB Variations
Color information
#D68D9B (or 0xD68D9B) is known color: Can Can. HEX triplet: D6, 8D and 9B. RGB value is (214,141,155). Sum of RGB (Red+Green+Blue) = 214+141+155=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68D9B is #297264. Grayscale: #A4A4A4. Windows color (decimal): -2716261 or 10194390. OLE color: 10194390.
HSL color Cylindrical-coordinate representation of color #D68D9B: hue angle of 348.49º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68D9B is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 155 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.16 |
| HSL | 348.49º | 0.47% | 0.7% | - |
| HSV(B) | 348.49º | 0.34% | 0.84% | - |
| XYZ | 43.17 | 35.71 | 35.63 | - |
| YUV | 164.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 155 | 0 | 0.34 | 0.28 | 0.16 | 348.49 | 0.47 | 0.7 |
| Hex | D6 | 8D | 9B | 0 | 22 | 1C | 10 | 15C | 2F | 46 |
| Octal | 326 | 215 | 233 | 0 | 42 | 34 | 20 | 534 | 57 | 106 |
| Binary | 11010110 | 10001101 | 10011011 | 0 | 100010 | 11100 | 10000 | 101011100 | 101111 | 1000110 |
Color Harmonies of #D68D9B
Complementary color
Monochromatic Colors of #D68D9B
Black with #D68D9B
Text Example
Text Example
White with #D68D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D9B; }
p { color: rgb(214,141,155); }
H1.HeaderClassName
{
color: #D68D9B;
}
.AnyTagClassName
{
color: #D68D9B;
}
</style>
background-color css
<style>
a { background-color: #D68D9B; }
a { background-color: rgb(214,141,155); }
div.DivClassName
{
background-color: #D68D9B;
}
.BgClassName
{
background-color: #D68D9B;
}
</style>
border-color css
<style>
span { border-color: #D68D9B; }
span { border-color: rgb(214,141,155); }
td.TdClassName
{
border-color: #D68D9B;
}
.TagClassName
{
border-color: #D68D9B;
}
</style>