Shades of Can Can #D58BA3
Tints of Can Can #D58BA3
RGB
CMYK
RGB Variations
Color information
#D58BA3 (or 0xD58BA3) is known color: Can Can. HEX triplet: D5, 8B and A3. RGB value is (213,139,163). Sum of RGB (Red+Green+Blue) = 213+139+163=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BA3 is #2A745C. Grayscale: #A3A3A3. Windows color (decimal): -2782301 or 10718165. OLE color: 10718165.
HSL color Cylindrical-coordinate representation of color #D58BA3: hue angle of 340.54º 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 #D58BA3 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 163 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.16 |
| HSL | 340.54º | 0.47% | 0.69% | - |
| HSV(B) | 340.54º | 0.35% | 0.84% | - |
| XYZ | 43.28 | 35.26 | 39.17 | - |
| YUV | 163.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 163 | 0 | 0.35 | 0.23 | 0.16 | 340.54 | 0.47 | 0.69 |
| Hex | D5 | 8B | A3 | 0 | 23 | 17 | 10 | 155 | 2F | 45 |
| Octal | 325 | 213 | 243 | 0 | 43 | 27 | 20 | 525 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10100011 | 0 | 100011 | 10111 | 10000 | 101010101 | 101111 | 1000101 |
Color Harmonies of #D58BA3
Complementary color
Monochromatic Colors of #D58BA3
Black with #D58BA3
Text Example
Text Example
White with #D58BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BA3; }
p { color: rgb(213,139,163); }
H1.HeaderClassName
{
color: #D58BA3;
}
.AnyTagClassName
{
color: #D58BA3;
}
</style>
background-color css
<style>
a { background-color: #D58BA3; }
a { background-color: rgb(213,139,163); }
div.DivClassName
{
background-color: #D58BA3;
}
.BgClassName
{
background-color: #D58BA3;
}
</style>
border-color css
<style>
span { border-color: #D58BA3; }
span { border-color: rgb(213,139,163); }
td.TdClassName
{
border-color: #D58BA3;
}
.TagClassName
{
border-color: #D58BA3;
}
</style>