Shades of Can Can #D782A6
Tints of Can Can #D782A6
RGB
CMYK
RGB Variations
Color information
#D782A6 (or 0xD782A6) is known color: Can Can. HEX triplet: D7, 82 and A6. RGB value is (215,130,166). Sum of RGB (Red+Green+Blue) = 215+130+166=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D782A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D782A6 is #287D59. Grayscale: #9F9F9F. Windows color (decimal): -2653530 or 10912471. OLE color: 10912471.
HSL color Cylindrical-coordinate representation of color #D782A6: hue angle of 334.59º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782A6 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 166 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.16 |
| HSL | 334.59º | 0.52% | 0.68% | - |
| HSV(B) | 334.59º | 0.4% | 0.84% | - |
| XYZ | 42.89 | 33.17 | 40.22 | - |
| YUV | 159.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 166 | 0 | 0.40 | 0.23 | 0.16 | 334.59 | 0.52 | 0.68 |
| Hex | D7 | 82 | A6 | 0 | 28 | 17 | 10 | 14F | 34 | 44 |
| Octal | 327 | 202 | 246 | 0 | 50 | 27 | 20 | 517 | 64 | 104 |
| Binary | 11010111 | 10000010 | 10100110 | 0 | 101000 | 10111 | 10000 | 101001111 | 110100 | 1000100 |
Color Harmonies of #D782A6
Complementary color
Monochromatic Colors of #D782A6
Black with #D782A6
Text Example
Text Example
White with #D782A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D782A6; }
p { color: rgb(215,130,166); }
H1.HeaderClassName
{
color: #D782A6;
}
.AnyTagClassName
{
color: #D782A6;
}
</style>
background-color css
<style>
a { background-color: #D782A6; }
a { background-color: rgb(215,130,166); }
div.DivClassName
{
background-color: #D782A6;
}
.BgClassName
{
background-color: #D782A6;
}
</style>
border-color css
<style>
span { border-color: #D782A6; }
span { border-color: rgb(215,130,166); }
td.TdClassName
{
border-color: #D782A6;
}
.TagClassName
{
border-color: #D782A6;
}
</style>