Shades of Can Can #D5879F
Tints of Can Can #D5879F
RGB
CMYK
RGB Variations
Color information
#D5879F (or 0xD5879F) is known color: Can Can. HEX triplet: D5, 87 and 9F. RGB value is (213,135,159). Sum of RGB (Red+Green+Blue) = 213+135+159=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5879F is #2A7860. Grayscale: #A1A1A1. Windows color (decimal): -2783329 or 10454997. OLE color: 10454997.
HSL color Cylindrical-coordinate representation of color #D5879F: hue angle of 341.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5879F is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 159 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.16 |
| HSL | 341.54º | 0.48% | 0.68% | - |
| HSV(B) | 341.54º | 0.37% | 0.84% | - |
| XYZ | 42.36 | 33.98 | 37.13 | - |
| YUV | 161.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 159 | 0 | 0.37 | 0.25 | 0.16 | 341.54 | 0.48 | 0.68 |
| Hex | D5 | 87 | 9F | 0 | 25 | 19 | 10 | 156 | 30 | 44 |
| Octal | 325 | 207 | 237 | 0 | 45 | 31 | 20 | 526 | 60 | 104 |
| Binary | 11010101 | 10000111 | 10011111 | 0 | 100101 | 11001 | 10000 | 101010110 | 110000 | 1000100 |
Color Harmonies of #D5879F
Complementary color
Monochromatic Colors of #D5879F
Black with #D5879F
Text Example
Text Example
White with #D5879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5879F; }
p { color: rgb(213,135,159); }
H1.HeaderClassName
{
color: #D5879F;
}
.AnyTagClassName
{
color: #D5879F;
}
</style>
background-color css
<style>
a { background-color: #D5879F; }
a { background-color: rgb(213,135,159); }
div.DivClassName
{
background-color: #D5879F;
}
.BgClassName
{
background-color: #D5879F;
}
</style>
border-color css
<style>
span { border-color: #D5879F; }
span { border-color: rgb(213,135,159); }
td.TdClassName
{
border-color: #D5879F;
}
.TagClassName
{
border-color: #D5879F;
}
</style>