Shades of Can Can #D58098
Tints of Can Can #D58098
RGB
CMYK
RGB Variations
Color information
#D58098 (or 0xD58098) is known color: Can Can. HEX triplet: D5, 80 and 98. RGB value is (213,128,152). Sum of RGB (Red+Green+Blue) = 213+128+152=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D58098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58098 is #2A7F67. Grayscale: #9C9C9C. Windows color (decimal): -2785128 or 9994453. OLE color: 9994453.
HSL color Cylindrical-coordinate representation of color #D58098: hue angle of 343.06º 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 #D58098 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 152 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.16 |
| HSL | 343.06º | 0.5% | 0.67% | - |
| HSV(B) | 343.06º | 0.4% | 0.84% | - |
| XYZ | 40.83 | 31.85 | 33.7 | - |
| YUV | 156.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 152 | 0 | 0.40 | 0.29 | 0.16 | 343.06 | 0.5 | 0.67 |
| Hex | D5 | 80 | 98 | 0 | 28 | 1D | 10 | 157 | 32 | 43 |
| Octal | 325 | 200 | 230 | 0 | 50 | 35 | 20 | 527 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10011000 | 0 | 101000 | 11101 | 10000 | 101010111 | 110010 | 1000011 |
Color Harmonies of #D58098
Complementary color
Monochromatic Colors of #D58098
Black with #D58098
Text Example
Text Example
White with #D58098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58098; }
p { color: rgb(213,128,152); }
H1.HeaderClassName
{
color: #D58098;
}
.AnyTagClassName
{
color: #D58098;
}
</style>
background-color css
<style>
a { background-color: #D58098; }
a { background-color: rgb(213,128,152); }
div.DivClassName
{
background-color: #D58098;
}
.BgClassName
{
background-color: #D58098;
}
</style>
border-color css
<style>
span { border-color: #D58098; }
span { border-color: rgb(213,128,152); }
td.TdClassName
{
border-color: #D58098;
}
.TagClassName
{
border-color: #D58098;
}
</style>