Shades of Can Can #DC8B9D
Tints of Can Can #DC8B9D
RGB
CMYK
RGB Variations
Color information
#DC8B9D (or 0xDC8B9D) is known color: Can Can. HEX triplet: DC, 8B and 9D. RGB value is (220,139,157). Sum of RGB (Red+Green+Blue) = 220+139+157=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8B9D is #237462. Grayscale: #A5A5A5. Windows color (decimal): -2323555 or 10324956. OLE color: 10324956.
HSL color Cylindrical-coordinate representation of color #DC8B9D: hue angle of 346.67º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8B9D is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 157 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.14 |
| HSL | 346.67º | 0.54% | 0.7% | - |
| HSV(B) | 346.67º | 0.37% | 0.86% | - |
| XYZ | 44.83 | 36.12 | 36.51 | - |
| YUV | 165.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 157 | 0 | 0.37 | 0.29 | 0.14 | 346.67 | 0.54 | 0.7 |
| Hex | DC | 8B | 9D | 0 | 25 | 1D | E | 15B | 36 | 46 |
| Octal | 334 | 213 | 235 | 0 | 45 | 35 | 16 | 533 | 66 | 106 |
| Binary | 11011100 | 10001011 | 10011101 | 0 | 100101 | 11101 | 1110 | 101011011 | 110110 | 1000110 |
Color Harmonies of #DC8B9D
Complementary color
Monochromatic Colors of #DC8B9D
Black with #DC8B9D
Text Example
Text Example
White with #DC8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B9D; }
p { color: rgb(220,139,157); }
H1.HeaderClassName
{
color: #DC8B9D;
}
.AnyTagClassName
{
color: #DC8B9D;
}
</style>
background-color css
<style>
a { background-color: #DC8B9D; }
a { background-color: rgb(220,139,157); }
div.DivClassName
{
background-color: #DC8B9D;
}
.BgClassName
{
background-color: #DC8B9D;
}
</style>
border-color css
<style>
span { border-color: #DC8B9D; }
span { border-color: rgb(220,139,157); }
td.TdClassName
{
border-color: #DC8B9D;
}
.TagClassName
{
border-color: #DC8B9D;
}
</style>