Shades of Can Can #D680A1
Tints of Can Can #D680A1
RGB
CMYK
RGB Variations
Color information
#D680A1 (or 0xD680A1) is known color: Can Can. HEX triplet: D6, 80 and A1. RGB value is (214,128,161). Sum of RGB (Red+Green+Blue) = 214+128+161=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D680A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680A1 is #297F5E. Grayscale: #9D9D9D. Windows color (decimal): -2719583 or 10584278. OLE color: 10584278.
HSL color Cylindrical-coordinate representation of color #D680A1: hue angle of 336.98º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680A1 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 161 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.16 |
| HSL | 336.98º | 0.51% | 0.67% | - |
| HSV(B) | 336.98º | 0.4% | 0.84% | - |
| XYZ | 41.88 | 32.31 | 37.75 | - |
| YUV | 157.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 161 | 0 | 0.40 | 0.25 | 0.16 | 336.98 | 0.51 | 0.67 |
| Hex | D6 | 80 | A1 | 0 | 28 | 19 | 10 | 151 | 33 | 43 |
| Octal | 326 | 200 | 241 | 0 | 50 | 31 | 20 | 521 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10100001 | 0 | 101000 | 11001 | 10000 | 101010001 | 110011 | 1000011 |
Color Harmonies of #D680A1
Complementary color
Monochromatic Colors of #D680A1
Black with #D680A1
Text Example
Text Example
White with #D680A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680A1; }
p { color: rgb(214,128,161); }
H1.HeaderClassName
{
color: #D680A1;
}
.AnyTagClassName
{
color: #D680A1;
}
</style>
background-color css
<style>
a { background-color: #D680A1; }
a { background-color: rgb(214,128,161); }
div.DivClassName
{
background-color: #D680A1;
}
.BgClassName
{
background-color: #D680A1;
}
</style>
border-color css
<style>
span { border-color: #D680A1; }
span { border-color: rgb(214,128,161); }
td.TdClassName
{
border-color: #D680A1;
}
.TagClassName
{
border-color: #D680A1;
}
</style>