Shades of Can Can #D58598
Tints of Can Can #D58598
RGB
CMYK
RGB Variations
Color information
#D58598 (or 0xD58598) is known color: Can Can. HEX triplet: D5, 85 and 98. RGB value is (213,133,152). Sum of RGB (Red+Green+Blue) = 213+133+152=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D58598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58598 is #2A7A67. Grayscale: #9F9F9F. Windows color (decimal): -2783848 or 9995733. OLE color: 9995733.
HSL color Cylindrical-coordinate representation of color #D58598: hue angle of 345.75º 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 #D58598 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 152 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.16 |
| HSL | 345.75º | 0.49% | 0.68% | - |
| HSV(B) | 345.75º | 0.38% | 0.84% | - |
| XYZ | 41.5 | 33.19 | 33.92 | - |
| YUV | 159.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 152 | 0 | 0.38 | 0.29 | 0.16 | 345.75 | 0.49 | 0.68 |
| Hex | D5 | 85 | 98 | 0 | 26 | 1D | 10 | 15A | 31 | 44 |
| Octal | 325 | 205 | 230 | 0 | 46 | 35 | 20 | 532 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10011000 | 0 | 100110 | 11101 | 10000 | 101011010 | 110001 | 1000100 |
Color Harmonies of #D58598
Complementary color
Monochromatic Colors of #D58598
Black with #D58598
Text Example
Text Example
White with #D58598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58598; }
p { color: rgb(213,133,152); }
H1.HeaderClassName
{
color: #D58598;
}
.AnyTagClassName
{
color: #D58598;
}
</style>
background-color css
<style>
a { background-color: #D58598; }
a { background-color: rgb(213,133,152); }
div.DivClassName
{
background-color: #D58598;
}
.BgClassName
{
background-color: #D58598;
}
</style>
border-color css
<style>
span { border-color: #D58598; }
span { border-color: rgb(213,133,152); }
td.TdClassName
{
border-color: #D58598;
}
.TagClassName
{
border-color: #D58598;
}
</style>