Shades of Can Can #D68B9D
Tints of Can Can #D68B9D
RGB
CMYK
RGB Variations
Color information
#D68B9D (or 0xD68B9D) is known color: Can Can. HEX triplet: D6, 8B and 9D. RGB value is (214,139,157). Sum of RGB (Red+Green+Blue) = 214+139+157=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68B9D is #297462. Grayscale: #A3A3A3. Windows color (decimal): -2716771 or 10324950. OLE color: 10324950.
HSL color Cylindrical-coordinate representation of color #D68B9D: hue angle of 345.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68B9D is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 157 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.16 |
| HSL | 345.6º | 0.48% | 0.69% | - |
| HSV(B) | 345.6º | 0.35% | 0.84% | - |
| XYZ | 43.05 | 35.2 | 36.42 | - |
| YUV | 163.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 157 | 0 | 0.35 | 0.27 | 0.16 | 345.6 | 0.48 | 0.69 |
| Hex | D6 | 8B | 9D | 0 | 23 | 1B | 10 | 15A | 30 | 45 |
| Octal | 326 | 213 | 235 | 0 | 43 | 33 | 20 | 532 | 60 | 105 |
| Binary | 11010110 | 10001011 | 10011101 | 0 | 100011 | 11011 | 10000 | 101011010 | 110000 | 1000101 |
Color Harmonies of #D68B9D
Complementary color
Monochromatic Colors of #D68B9D
Black with #D68B9D
Text Example
Text Example
White with #D68B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B9D; }
p { color: rgb(214,139,157); }
H1.HeaderClassName
{
color: #D68B9D;
}
.AnyTagClassName
{
color: #D68B9D;
}
</style>
background-color css
<style>
a { background-color: #D68B9D; }
a { background-color: rgb(214,139,157); }
div.DivClassName
{
background-color: #D68B9D;
}
.BgClassName
{
background-color: #D68B9D;
}
</style>
border-color css
<style>
span { border-color: #D68B9D; }
span { border-color: rgb(214,139,157); }
td.TdClassName
{
border-color: #D68B9D;
}
.TagClassName
{
border-color: #D68B9D;
}
</style>