Shades of Charm #D58688
Tints of Charm #D58688
RGB
CMYK
RGB Variations
Color information
#D58688 (or 0xD58688) is known color: Charm. HEX triplet: D5, 86 and 88. RGB value is (213,134,136). Sum of RGB (Red+Green+Blue) = 213+134+136=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D58688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58688 is #2A7977. Grayscale: #9D9D9D. Windows color (decimal): -2783608 or 8947413. OLE color: 8947413.
HSL color Cylindrical-coordinate representation of color #D58688: hue angle of 358.48º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58688 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 136 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.16 |
| HSL | 358.48º | 0.48% | 0.68% | - |
| HSV(B) | 358.48º | 0.37% | 0.84% | - |
| XYZ | 40.41 | 32.97 | 27.53 | - |
| YUV | 157.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 136 | 0 | 0.37 | 0.36 | 0.16 | 358.48 | 0.48 | 0.68 |
| Hex | D5 | 86 | 88 | 0 | 25 | 24 | 10 | 166 | 30 | 44 |
| Octal | 325 | 206 | 210 | 0 | 45 | 44 | 20 | 546 | 60 | 104 |
| Binary | 11010101 | 10000110 | 10001000 | 0 | 100101 | 100100 | 10000 | 101100110 | 110000 | 1000100 |
Color Harmonies of #D58688
Complementary color
Monochromatic Colors of #D58688
Black with #D58688
Text Example
Text Example
White with #D58688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58688; }
p { color: rgb(213,134,136); }
H1.HeaderClassName
{
color: #D58688;
}
.AnyTagClassName
{
color: #D58688;
}
</style>
background-color css
<style>
a { background-color: #D58688; }
a { background-color: rgb(213,134,136); }
div.DivClassName
{
background-color: #D58688;
}
.BgClassName
{
background-color: #D58688;
}
</style>
border-color css
<style>
span { border-color: #D58688; }
span { border-color: rgb(213,134,136); }
td.TdClassName
{
border-color: #D58688;
}
.TagClassName
{
border-color: #D58688;
}
</style>