Shades of Can Can #D58393
Tints of Can Can #D58393
RGB
CMYK
RGB Variations
Color information
#D58393 (or 0xD58393) is known color: Can Can. HEX triplet: D5, 83 and 93. RGB value is (213,131,147). Sum of RGB (Red+Green+Blue) = 213+131+147=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D58393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58393 is #2A7C6C. Grayscale: #9D9D9D. Windows color (decimal): -2784365 or 9667541. OLE color: 9667541.
HSL color Cylindrical-coordinate representation of color #D58393: hue angle of 348.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58393 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 147 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.16 |
| HSL | 348.29º | 0.49% | 0.67% | - |
| HSV(B) | 348.29º | 0.38% | 0.84% | - |
| XYZ | 40.82 | 32.49 | 31.72 | - |
| YUV | 157.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 147 | 0 | 0.38 | 0.31 | 0.16 | 348.29 | 0.49 | 0.67 |
| Hex | D5 | 83 | 93 | 0 | 26 | 1F | 10 | 15C | 31 | 43 |
| Octal | 325 | 203 | 223 | 0 | 46 | 37 | 20 | 534 | 61 | 103 |
| Binary | 11010101 | 10000011 | 10010011 | 0 | 100110 | 11111 | 10000 | 101011100 | 110001 | 1000011 |
Color Harmonies of #D58393
Complementary color
Monochromatic Colors of #D58393
Black with #D58393
Text Example
Text Example
White with #D58393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58393; }
p { color: rgb(213,131,147); }
H1.HeaderClassName
{
color: #D58393;
}
.AnyTagClassName
{
color: #D58393;
}
</style>
background-color css
<style>
a { background-color: #D58393; }
a { background-color: rgb(213,131,147); }
div.DivClassName
{
background-color: #D58393;
}
.BgClassName
{
background-color: #D58393;
}
</style>
border-color css
<style>
span { border-color: #D58393; }
span { border-color: rgb(213,131,147); }
td.TdClassName
{
border-color: #D58393;
}
.TagClassName
{
border-color: #D58393;
}
</style>