Shades of Can Can #D8809D
Tints of Can Can #D8809D
RGB
CMYK
RGB Variations
Color information
#D8809D (or 0xD8809D) is known color: Can Can. HEX triplet: D8, 80 and 9D. RGB value is (216,128,157). Sum of RGB (Red+Green+Blue) = 216+128+157=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8809D is #277F62. Grayscale: #9D9D9D. Windows color (decimal): -2588515 or 10322136. OLE color: 10322136.
HSL color Cylindrical-coordinate representation of color #D8809D: hue angle of 340.23º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8809D is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 157 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.15 |
| HSL | 340.23º | 0.53% | 0.67% | - |
| HSV(B) | 340.23º | 0.41% | 0.85% | - |
| XYZ | 42.12 | 32.47 | 35.95 | - |
| YUV | 157.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 157 | 0 | 0.41 | 0.27 | 0.15 | 340.23 | 0.53 | 0.67 |
| Hex | D8 | 80 | 9D | 0 | 29 | 1B | F | 154 | 35 | 43 |
| Octal | 330 | 200 | 235 | 0 | 51 | 33 | 17 | 524 | 65 | 103 |
| Binary | 11011000 | 10000000 | 10011101 | 0 | 101001 | 11011 | 1111 | 101010100 | 110101 | 1000011 |
Color Harmonies of #D8809D
Complementary color
Monochromatic Colors of #D8809D
Black with #D8809D
Text Example
Text Example
White with #D8809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8809D; }
p { color: rgb(216,128,157); }
H1.HeaderClassName
{
color: #D8809D;
}
.AnyTagClassName
{
color: #D8809D;
}
</style>
background-color css
<style>
a { background-color: #D8809D; }
a { background-color: rgb(216,128,157); }
div.DivClassName
{
background-color: #D8809D;
}
.BgClassName
{
background-color: #D8809D;
}
</style>
border-color css
<style>
span { border-color: #D8809D; }
span { border-color: rgb(216,128,157); }
td.TdClassName
{
border-color: #D8809D;
}
.TagClassName
{
border-color: #D8809D;
}
</style>