Shades of Can Can #D58B9D
Tints of Can Can #D58B9D
RGB
CMYK
RGB Variations
Color information
#D58B9D (or 0xD58B9D) is known color: Can Can. HEX triplet: D5, 8B and 9D. RGB value is (213,139,157). Sum of RGB (Red+Green+Blue) = 213+139+157=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58B9D is #2A7462. Grayscale: #A3A3A3. Windows color (decimal): -2782307 or 10324949. OLE color: 10324949.
HSL color Cylindrical-coordinate representation of color #D58B9D: hue angle of 345.41º 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 #D58B9D is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 157 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.16 |
| HSL | 345.41º | 0.47% | 0.69% | - |
| HSV(B) | 345.41º | 0.35% | 0.84% | - |
| XYZ | 42.76 | 35.05 | 36.41 | - |
| YUV | 163.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 157 | 0 | 0.35 | 0.26 | 0.16 | 345.41 | 0.47 | 0.69 |
| Hex | D5 | 8B | 9D | 0 | 23 | 1A | 10 | 159 | 2F | 45 |
| Octal | 325 | 213 | 235 | 0 | 43 | 32 | 20 | 531 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10011101 | 0 | 100011 | 11010 | 10000 | 101011001 | 101111 | 1000101 |
Color Harmonies of #D58B9D
Complementary color
Monochromatic Colors of #D58B9D
Black with #D58B9D
Text Example
Text Example
White with #D58B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B9D; }
p { color: rgb(213,139,157); }
H1.HeaderClassName
{
color: #D58B9D;
}
.AnyTagClassName
{
color: #D58B9D;
}
</style>
background-color css
<style>
a { background-color: #D58B9D; }
a { background-color: rgb(213,139,157); }
div.DivClassName
{
background-color: #D58B9D;
}
.BgClassName
{
background-color: #D58B9D;
}
</style>
border-color css
<style>
span { border-color: #D58B9D; }
span { border-color: rgb(213,139,157); }
td.TdClassName
{
border-color: #D58B9D;
}
.TagClassName
{
border-color: #D58B9D;
}
</style>