Shades of Can Can #DC849F
Tints of Can Can #DC849F
RGB
CMYK
RGB Variations
Color information
#DC849F (or 0xDC849F) is known color: Can Can. HEX triplet: DC, 84 and 9F. RGB value is (220,132,159). Sum of RGB (Red+Green+Blue) = 220+132+159=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC849F is #237B60. Grayscale: #A1A1A1. Windows color (decimal): -2325345 or 10454236. OLE color: 10454236.
HSL color Cylindrical-coordinate representation of color #DC849F: hue angle of 341.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC849F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 159 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.14 |
| HSL | 341.59º | 0.56% | 0.69% | - |
| HSV(B) | 341.59º | 0.4% | 0.86% | - |
| XYZ | 44.02 | 34.22 | 37.09 | - |
| YUV | 161.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 159 | 0 | 0.40 | 0.28 | 0.14 | 341.59 | 0.56 | 0.69 |
| Hex | DC | 84 | 9F | 0 | 28 | 1C | E | 156 | 38 | 45 |
| Octal | 334 | 204 | 237 | 0 | 50 | 34 | 16 | 526 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10011111 | 0 | 101000 | 11100 | 1110 | 101010110 | 111000 | 1000101 |
Color Harmonies of #DC849F
Complementary color
Monochromatic Colors of #DC849F
Black with #DC849F
Text Example
Text Example
White with #DC849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC849F; }
p { color: rgb(220,132,159); }
H1.HeaderClassName
{
color: #DC849F;
}
.AnyTagClassName
{
color: #DC849F;
}
</style>
background-color css
<style>
a { background-color: #DC849F; }
a { background-color: rgb(220,132,159); }
div.DivClassName
{
background-color: #DC849F;
}
.BgClassName
{
background-color: #DC849F;
}
</style>
border-color css
<style>
span { border-color: #DC849F; }
span { border-color: rgb(220,132,159); }
td.TdClassName
{
border-color: #DC849F;
}
.TagClassName
{
border-color: #DC849F;
}
</style>