Shades of Can Can #DC8F9D
Tints of Can Can #DC8F9D
RGB
CMYK
RGB Variations
Color information
#DC8F9D (or 0xDC8F9D) is known color: Can Can. HEX triplet: DC, 8F and 9D. RGB value is (220,143,157). Sum of RGB (Red+Green+Blue) = 220+143+157=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8F9D is #237062. Grayscale: #A7A7A7. Windows color (decimal): -2322531 or 10325980. OLE color: 10325980.
HSL color Cylindrical-coordinate representation of color #DC8F9D: hue angle of 349.09º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8F9D is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 157 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.14 |
| HSL | 349.09º | 0.52% | 0.71% | - |
| HSV(B) | 349.09º | 0.35% | 0.86% | - |
| XYZ | 45.42 | 37.29 | 36.7 | - |
| YUV | 167.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 157 | 0 | 0.35 | 0.29 | 0.14 | 349.09 | 0.52 | 0.71 |
| Hex | DC | 8F | 9D | 0 | 23 | 1D | E | 15D | 34 | 47 |
| Octal | 334 | 217 | 235 | 0 | 43 | 35 | 16 | 535 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10011101 | 0 | 100011 | 11101 | 1110 | 101011101 | 110100 | 1000111 |
Color Harmonies of #DC8F9D
Complementary color
Monochromatic Colors of #DC8F9D
Black with #DC8F9D
Text Example
Text Example
White with #DC8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F9D; }
p { color: rgb(220,143,157); }
H1.HeaderClassName
{
color: #DC8F9D;
}
.AnyTagClassName
{
color: #DC8F9D;
}
</style>
background-color css
<style>
a { background-color: #DC8F9D; }
a { background-color: rgb(220,143,157); }
div.DivClassName
{
background-color: #DC8F9D;
}
.BgClassName
{
background-color: #DC8F9D;
}
</style>
border-color css
<style>
span { border-color: #DC8F9D; }
span { border-color: rgb(220,143,157); }
td.TdClassName
{
border-color: #DC8F9D;
}
.TagClassName
{
border-color: #DC8F9D;
}
</style>