Shades of Can Can #D584A6
Tints of Can Can #D584A6
RGB
CMYK
RGB Variations
Color information
#D584A6 (or 0xD584A6) is known color: Can Can. HEX triplet: D5, 84 and A6. RGB value is (213,132,166). Sum of RGB (Red+Green+Blue) = 213+132+166=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D584A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D584A6 is #2A7B59. Grayscale: #A0A0A0. Windows color (decimal): -2784090 or 10912981. OLE color: 10912981.
HSL color Cylindrical-coordinate representation of color #D584A6: hue angle of 334.81º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D584A6 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 166 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.16 |
| HSL | 334.81º | 0.49% | 0.68% | - |
| HSV(B) | 334.81º | 0.38% | 0.84% | - |
| XYZ | 42.57 | 33.4 | 40.28 | - |
| YUV | 160.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 166 | 0 | 0.38 | 0.22 | 0.16 | 334.81 | 0.49 | 0.68 |
| Hex | D5 | 84 | A6 | 0 | 26 | 16 | 10 | 14F | 31 | 44 |
| Octal | 325 | 204 | 246 | 0 | 46 | 26 | 20 | 517 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10100110 | 0 | 100110 | 10110 | 10000 | 101001111 | 110001 | 1000100 |
Color Harmonies of #D584A6
Complementary color
Monochromatic Colors of #D584A6
Black with #D584A6
Text Example
Text Example
White with #D584A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584A6; }
p { color: rgb(213,132,166); }
H1.HeaderClassName
{
color: #D584A6;
}
.AnyTagClassName
{
color: #D584A6;
}
</style>
background-color css
<style>
a { background-color: #D584A6; }
a { background-color: rgb(213,132,166); }
div.DivClassName
{
background-color: #D584A6;
}
.BgClassName
{
background-color: #D584A6;
}
</style>
border-color css
<style>
span { border-color: #D584A6; }
span { border-color: rgb(213,132,166); }
td.TdClassName
{
border-color: #D584A6;
}
.TagClassName
{
border-color: #D584A6;
}
</style>