Shades of Can Can #DC859E
Tints of Can Can #DC859E
RGB
CMYK
RGB Variations
Color information
#DC859E (or 0xDC859E) is known color: Can Can. HEX triplet: DC, 85 and 9E. RGB value is (220,133,158). Sum of RGB (Red+Green+Blue) = 220+133+158=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC859E is #237A61. Grayscale: #A1A1A1. Windows color (decimal): -2325090 or 10388956. OLE color: 10388956.
HSL color Cylindrical-coordinate representation of color #DC859E: hue angle of 342.76º degrees, saturation: 0.55, 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 #DC859E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 158 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.14 |
| HSL | 342.76º | 0.55% | 0.69% | - |
| HSV(B) | 342.76º | 0.4% | 0.86% | - |
| XYZ | 44.07 | 34.46 | 36.68 | - |
| YUV | 161.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 158 | 0 | 0.40 | 0.28 | 0.14 | 342.76 | 0.55 | 0.69 |
| Hex | DC | 85 | 9E | 0 | 28 | 1C | E | 157 | 37 | 45 |
| Octal | 334 | 205 | 236 | 0 | 50 | 34 | 16 | 527 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10011110 | 0 | 101000 | 11100 | 1110 | 101010111 | 110111 | 1000101 |
Color Harmonies of #DC859E
Complementary color
Monochromatic Colors of #DC859E
Black with #DC859E
Text Example
Text Example
White with #DC859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC859E; }
p { color: rgb(220,133,158); }
H1.HeaderClassName
{
color: #DC859E;
}
.AnyTagClassName
{
color: #DC859E;
}
</style>
background-color css
<style>
a { background-color: #DC859E; }
a { background-color: rgb(220,133,158); }
div.DivClassName
{
background-color: #DC859E;
}
.BgClassName
{
background-color: #DC859E;
}
</style>
border-color css
<style>
span { border-color: #DC859E; }
span { border-color: rgb(220,133,158); }
td.TdClassName
{
border-color: #DC859E;
}
.TagClassName
{
border-color: #DC859E;
}
</style>