Shades of Can Can #D5809E
Tints of Can Can #D5809E
RGB
CMYK
RGB Variations
Color information
#D5809E (or 0xD5809E) is known color: Can Can. HEX triplet: D5, 80 and 9E. RGB value is (213,128,158). Sum of RGB (Red+Green+Blue) = 213+128+158=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5809E is #2A7F61. Grayscale: #9C9C9C. Windows color (decimal): -2785122 or 10387669. OLE color: 10387669.
HSL color Cylindrical-coordinate representation of color #D5809E: hue angle of 338.82º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5809E is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 158 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.16 |
| HSL | 338.82º | 0.5% | 0.67% | - |
| HSV(B) | 338.82º | 0.4% | 0.84% | - |
| XYZ | 41.33 | 32.05 | 36.36 | - |
| YUV | 156.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 158 | 0 | 0.40 | 0.26 | 0.16 | 338.82 | 0.5 | 0.67 |
| Hex | D5 | 80 | 9E | 0 | 28 | 1A | 10 | 153 | 32 | 43 |
| Octal | 325 | 200 | 236 | 0 | 50 | 32 | 20 | 523 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10011110 | 0 | 101000 | 11010 | 10000 | 101010011 | 110010 | 1000011 |
Color Harmonies of #D5809E
Complementary color
Monochromatic Colors of #D5809E
Black with #D5809E
Text Example
Text Example
White with #D5809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5809E; }
p { color: rgb(213,128,158); }
H1.HeaderClassName
{
color: #D5809E;
}
.AnyTagClassName
{
color: #D5809E;
}
</style>
background-color css
<style>
a { background-color: #D5809E; }
a { background-color: rgb(213,128,158); }
div.DivClassName
{
background-color: #D5809E;
}
.BgClassName
{
background-color: #D5809E;
}
</style>
border-color css
<style>
span { border-color: #D5809E; }
span { border-color: rgb(213,128,158); }
td.TdClassName
{
border-color: #D5809E;
}
.TagClassName
{
border-color: #D5809E;
}
</style>