Shades of Can Can #DC8F9E
Tints of Can Can #DC8F9E
RGB
CMYK
RGB Variations
Color information
#DC8F9E (or 0xDC8F9E) is known color: Can Can. HEX triplet: DC, 8F and 9E. RGB value is (220,143,158). Sum of RGB (Red+Green+Blue) = 220+143+158=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8F9E is #237061. Grayscale: #A7A7A7. Windows color (decimal): -2322530 or 10391516. OLE color: 10391516.
HSL color Cylindrical-coordinate representation of color #DC8F9E: hue angle of 348.31º 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 #DC8F9E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 158 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.14 |
| HSL | 348.31º | 0.52% | 0.71% | - |
| HSV(B) | 348.31º | 0.35% | 0.86% | - |
| XYZ | 45.51 | 37.33 | 37.15 | - |
| YUV | 167.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 158 | 0 | 0.35 | 0.28 | 0.14 | 348.31 | 0.52 | 0.71 |
| Hex | DC | 8F | 9E | 0 | 23 | 1C | E | 15C | 34 | 47 |
| Octal | 334 | 217 | 236 | 0 | 43 | 34 | 16 | 534 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10011110 | 0 | 100011 | 11100 | 1110 | 101011100 | 110100 | 1000111 |
Color Harmonies of #DC8F9E
Complementary color
Monochromatic Colors of #DC8F9E
Black with #DC8F9E
Text Example
Text Example
White with #DC8F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F9E; }
p { color: rgb(220,143,158); }
H1.HeaderClassName
{
color: #DC8F9E;
}
.AnyTagClassName
{
color: #DC8F9E;
}
</style>
background-color css
<style>
a { background-color: #DC8F9E; }
a { background-color: rgb(220,143,158); }
div.DivClassName
{
background-color: #DC8F9E;
}
.BgClassName
{
background-color: #DC8F9E;
}
</style>
border-color css
<style>
span { border-color: #DC8F9E; }
span { border-color: rgb(220,143,158); }
td.TdClassName
{
border-color: #DC8F9E;
}
.TagClassName
{
border-color: #DC8F9E;
}
</style>