Shades of Can Can #D58494
Tints of Can Can #D58494
RGB
CMYK
RGB Variations
Color information
#D58494 (or 0xD58494) is known color: Can Can. HEX triplet: D5, 84 and 94. RGB value is (213,132,148). Sum of RGB (Red+Green+Blue) = 213+132+148=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D58494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58494 is #2A7B6B. Grayscale: #9E9E9E. Windows color (decimal): -2784108 or 9733333. OLE color: 9733333.
HSL color Cylindrical-coordinate representation of color #D58494: hue angle of 348.15º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58494 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 148 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.16 |
| HSL | 348.15º | 0.49% | 0.68% | - |
| HSV(B) | 348.15º | 0.38% | 0.84% | - |
| XYZ | 41.04 | 32.79 | 32.18 | - |
| YUV | 158.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 148 | 0 | 0.38 | 0.31 | 0.16 | 348.15 | 0.49 | 0.68 |
| Hex | D5 | 84 | 94 | 0 | 26 | 1F | 10 | 15C | 31 | 44 |
| Octal | 325 | 204 | 224 | 0 | 46 | 37 | 20 | 534 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10010100 | 0 | 100110 | 11111 | 10000 | 101011100 | 110001 | 1000100 |
Color Harmonies of #D58494
Complementary color
Monochromatic Colors of #D58494
Black with #D58494
Text Example
Text Example
White with #D58494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58494; }
p { color: rgb(213,132,148); }
H1.HeaderClassName
{
color: #D58494;
}
.AnyTagClassName
{
color: #D58494;
}
</style>
background-color css
<style>
a { background-color: #D58494; }
a { background-color: rgb(213,132,148); }
div.DivClassName
{
background-color: #D58494;
}
.BgClassName
{
background-color: #D58494;
}
</style>
border-color css
<style>
span { border-color: #D58494; }
span { border-color: rgb(213,132,148); }
td.TdClassName
{
border-color: #D58494;
}
.TagClassName
{
border-color: #D58494;
}
</style>