Shades of Can Can #D58B9F
Tints of Can Can #D58B9F
RGB
CMYK
RGB Variations
Color information
#D58B9F (or 0xD58B9F) is known color: Can Can. HEX triplet: D5, 8B and 9F. RGB value is (213,139,159). Sum of RGB (Red+Green+Blue) = 213+139+159=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58B9F is #2A7460. Grayscale: #A3A3A3. Windows color (decimal): -2782305 or 10456021. OLE color: 10456021.
HSL color Cylindrical-coordinate representation of color #D58B9F: hue angle of 343.78º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58B9F is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 159 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.16 |
| HSL | 343.78º | 0.47% | 0.69% | - |
| HSV(B) | 343.78º | 0.35% | 0.84% | - |
| XYZ | 42.93 | 35.11 | 37.32 | - |
| YUV | 163.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 159 | 0 | 0.35 | 0.25 | 0.16 | 343.78 | 0.47 | 0.69 |
| Hex | D5 | 8B | 9F | 0 | 23 | 19 | 10 | 158 | 2F | 45 |
| Octal | 325 | 213 | 237 | 0 | 43 | 31 | 20 | 530 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10011111 | 0 | 100011 | 11001 | 10000 | 101011000 | 101111 | 1000101 |
Color Harmonies of #D58B9F
Complementary color
Monochromatic Colors of #D58B9F
Black with #D58B9F
Text Example
Text Example
White with #D58B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B9F; }
p { color: rgb(213,139,159); }
H1.HeaderClassName
{
color: #D58B9F;
}
.AnyTagClassName
{
color: #D58B9F;
}
</style>
background-color css
<style>
a { background-color: #D58B9F; }
a { background-color: rgb(213,139,159); }
div.DivClassName
{
background-color: #D58B9F;
}
.BgClassName
{
background-color: #D58B9F;
}
</style>
border-color css
<style>
span { border-color: #D58B9F; }
span { border-color: rgb(213,139,159); }
td.TdClassName
{
border-color: #D58B9F;
}
.TagClassName
{
border-color: #D58B9F;
}
</style>