Shades of Can Can #D4809E
Tints of Can Can #D4809E
RGB
CMYK
RGB Variations
Color information
#D4809E (or 0xD4809E) is known color: Can Can. HEX triplet: D4, 80 and 9E. RGB value is (212,128,158). Sum of RGB (Red+Green+Blue) = 212+128+158=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4809E is #2B7F61. Grayscale: #9C9C9C. Windows color (decimal): -2850658 or 10387668. OLE color: 10387668.
HSL color Cylindrical-coordinate representation of color #D4809E: hue angle of 338.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4809E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 158 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.17 |
| HSL | 338.57º | 0.49% | 0.67% | - |
| HSV(B) | 338.57º | 0.4% | 0.83% | - |
| XYZ | 41.04 | 31.9 | 36.34 | - |
| YUV | 156.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 158 | 0 | 0.40 | 0.25 | 0.17 | 338.57 | 0.49 | 0.67 |
| Hex | D4 | 80 | 9E | 0 | 28 | 19 | 11 | 153 | 31 | 43 |
| Octal | 324 | 200 | 236 | 0 | 50 | 31 | 21 | 523 | 61 | 103 |
| Binary | 11010100 | 10000000 | 10011110 | 0 | 101000 | 11001 | 10001 | 101010011 | 110001 | 1000011 |
Color Harmonies of #D4809E
Complementary color
Monochromatic Colors of #D4809E
Black with #D4809E
Text Example
Text Example
White with #D4809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4809E; }
p { color: rgb(212,128,158); }
H1.HeaderClassName
{
color: #D4809E;
}
.AnyTagClassName
{
color: #D4809E;
}
</style>
background-color css
<style>
a { background-color: #D4809E; }
a { background-color: rgb(212,128,158); }
div.DivClassName
{
background-color: #D4809E;
}
.BgClassName
{
background-color: #D4809E;
}
</style>
border-color css
<style>
span { border-color: #D4809E; }
span { border-color: rgb(212,128,158); }
td.TdClassName
{
border-color: #D4809E;
}
.TagClassName
{
border-color: #D4809E;
}
</style>