Shades of Can Can #D8809A
Tints of Can Can #D8809A
RGB
CMYK
RGB Variations
Color information
#D8809A (or 0xD8809A) is known color: Can Can. HEX triplet: D8, 80 and 9A. RGB value is (216,128,154). Sum of RGB (Red+Green+Blue) = 216+128+154=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D8809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8809A is #277F65. Grayscale: #9D9D9D. Windows color (decimal): -2588518 or 10125528. OLE color: 10125528.
HSL color Cylindrical-coordinate representation of color #D8809A: hue angle of 342.27º 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 #D8809A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 154 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.15 |
| HSL | 342.27º | 0.53% | 0.67% | - |
| HSV(B) | 342.27º | 0.41% | 0.85% | - |
| XYZ | 41.87 | 32.37 | 34.61 | - |
| YUV | 157.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 154 | 0 | 0.41 | 0.29 | 0.15 | 342.27 | 0.53 | 0.67 |
| Hex | D8 | 80 | 9A | 0 | 29 | 1D | F | 156 | 35 | 43 |
| Octal | 330 | 200 | 232 | 0 | 51 | 35 | 17 | 526 | 65 | 103 |
| Binary | 11011000 | 10000000 | 10011010 | 0 | 101001 | 11101 | 1111 | 101010110 | 110101 | 1000011 |
Color Harmonies of #D8809A
Complementary color
Monochromatic Colors of #D8809A
Black with #D8809A
Text Example
Text Example
White with #D8809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8809A; }
p { color: rgb(216,128,154); }
H1.HeaderClassName
{
color: #D8809A;
}
.AnyTagClassName
{
color: #D8809A;
}
</style>
background-color css
<style>
a { background-color: #D8809A; }
a { background-color: rgb(216,128,154); }
div.DivClassName
{
background-color: #D8809A;
}
.BgClassName
{
background-color: #D8809A;
}
</style>
border-color css
<style>
span { border-color: #D8809A; }
span { border-color: rgb(216,128,154); }
td.TdClassName
{
border-color: #D8809A;
}
.TagClassName
{
border-color: #D8809A;
}
</style>