Shades of Can Can #D67E9A
Tints of Can Can #D67E9A
RGB
CMYK
RGB Variations
Color information
#D67E9A (or 0xD67E9A) is known color: Can Can. HEX triplet: D6, 7E and 9A. RGB value is (214,126,154). Sum of RGB (Red+Green+Blue) = 214+126+154=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E9A is #298165. Grayscale: #9B9B9B. Windows color (decimal): -2720102 or 10125014. OLE color: 10125014.
HSL color Cylindrical-coordinate representation of color #D67E9A: hue angle of 340.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67E9A is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 154 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.16 |
| HSL | 340.91º | 0.52% | 0.67% | - |
| HSV(B) | 340.91º | 0.41% | 0.84% | - |
| XYZ | 41.03 | 31.55 | 34.5 | - |
| YUV | 155.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 154 | 0 | 0.41 | 0.28 | 0.16 | 340.91 | 0.52 | 0.67 |
| Hex | D6 | 7E | 9A | 0 | 29 | 1C | 10 | 155 | 34 | 43 |
| Octal | 326 | 176 | 232 | 0 | 51 | 34 | 20 | 525 | 64 | 103 |
| Binary | 11010110 | 1111110 | 10011010 | 0 | 101001 | 11100 | 10000 | 101010101 | 110100 | 1000011 |
Color Harmonies of #D67E9A
Complementary color
Monochromatic Colors of #D67E9A
Black with #D67E9A
Text Example
Text Example
White with #D67E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67E9A; }
p { color: rgb(214,126,154); }
H1.HeaderClassName
{
color: #D67E9A;
}
.AnyTagClassName
{
color: #D67E9A;
}
</style>
background-color css
<style>
a { background-color: #D67E9A; }
a { background-color: rgb(214,126,154); }
div.DivClassName
{
background-color: #D67E9A;
}
.BgClassName
{
background-color: #D67E9A;
}
</style>
border-color css
<style>
span { border-color: #D67E9A; }
span { border-color: rgb(214,126,154); }
td.TdClassName
{
border-color: #D67E9A;
}
.TagClassName
{
border-color: #D67E9A;
}
</style>