Shades of Can Can #D67DA1
Tints of Can Can #D67DA1
RGB
CMYK
RGB Variations
Color information
#D67DA1 (or 0xD67DA1) is known color: Can Can. HEX triplet: D6, 7D and A1. RGB value is (214,125,161). Sum of RGB (Red+Green+Blue) = 214+125+161=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67DA1 is #29825E. Grayscale: #9B9B9B. Windows color (decimal): -2720351 or 10583510. OLE color: 10583510.
HSL color Cylindrical-coordinate representation of color #D67DA1: hue angle of 335.73º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DA1 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 161 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.16 |
| HSL | 335.73º | 0.52% | 0.66% | - |
| HSV(B) | 335.73º | 0.42% | 0.84% | - |
| XYZ | 41.5 | 31.54 | 37.62 | - |
| YUV | 155.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 161 | 0 | 0.42 | 0.25 | 0.16 | 335.73 | 0.52 | 0.66 |
| Hex | D6 | 7D | A1 | 0 | 2A | 19 | 10 | 150 | 34 | 42 |
| Octal | 326 | 175 | 241 | 0 | 52 | 31 | 20 | 520 | 64 | 102 |
| Binary | 11010110 | 1111101 | 10100001 | 0 | 101010 | 11001 | 10000 | 101010000 | 110100 | 1000010 |
Color Harmonies of #D67DA1
Complementary color
Monochromatic Colors of #D67DA1
Black with #D67DA1
Text Example
Text Example
White with #D67DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DA1; }
p { color: rgb(214,125,161); }
H1.HeaderClassName
{
color: #D67DA1;
}
.AnyTagClassName
{
color: #D67DA1;
}
</style>
background-color css
<style>
a { background-color: #D67DA1; }
a { background-color: rgb(214,125,161); }
div.DivClassName
{
background-color: #D67DA1;
}
.BgClassName
{
background-color: #D67DA1;
}
</style>
border-color css
<style>
span { border-color: #D67DA1; }
span { border-color: rgb(214,125,161); }
td.TdClassName
{
border-color: #D67DA1;
}
.TagClassName
{
border-color: #D67DA1;
}
</style>