Shades of Can Can #D681A1
Tints of Can Can #D681A1
RGB
CMYK
RGB Variations
Color information
#D681A1 (or 0xD681A1) is known color: Can Can. HEX triplet: D6, 81 and A1. RGB value is (214,129,161). Sum of RGB (Red+Green+Blue) = 214+129+161=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D681A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D681A1 is #297E5E. Grayscale: #9E9E9E. Windows color (decimal): -2719327 or 10584534. OLE color: 10584534.
HSL color Cylindrical-coordinate representation of color #D681A1: hue angle of 337.41º 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 #D681A1 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 161 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.16 |
| HSL | 337.41º | 0.51% | 0.67% | - |
| HSV(B) | 337.41º | 0.4% | 0.84% | - |
| XYZ | 42.01 | 32.57 | 37.79 | - |
| YUV | 158.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 161 | 0 | 0.40 | 0.25 | 0.16 | 337.41 | 0.51 | 0.67 |
| Hex | D6 | 81 | A1 | 0 | 28 | 19 | 10 | 151 | 33 | 43 |
| Octal | 326 | 201 | 241 | 0 | 50 | 31 | 20 | 521 | 63 | 103 |
| Binary | 11010110 | 10000001 | 10100001 | 0 | 101000 | 11001 | 10000 | 101010001 | 110011 | 1000011 |
Color Harmonies of #D681A1
Complementary color
Monochromatic Colors of #D681A1
Black with #D681A1
Text Example
Text Example
White with #D681A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681A1; }
p { color: rgb(214,129,161); }
H1.HeaderClassName
{
color: #D681A1;
}
.AnyTagClassName
{
color: #D681A1;
}
</style>
background-color css
<style>
a { background-color: #D681A1; }
a { background-color: rgb(214,129,161); }
div.DivClassName
{
background-color: #D681A1;
}
.BgClassName
{
background-color: #D681A1;
}
</style>
border-color css
<style>
span { border-color: #D681A1; }
span { border-color: rgb(214,129,161); }
td.TdClassName
{
border-color: #D681A1;
}
.TagClassName
{
border-color: #D681A1;
}
</style>