Shades of Charm #D58587
Tints of Charm #D58587
RGB
CMYK
RGB Variations
Color information
#D58587 (or 0xD58587) is known color: Charm. HEX triplet: D5, 85 and 87. RGB value is (213,133,135). Sum of RGB (Red+Green+Blue) = 213+133+135=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D58587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58587 is #2A7A78. Grayscale: #9D9D9D. Windows color (decimal): -2783865 or 8881621. OLE color: 8881621.
HSL color Cylindrical-coordinate representation of color #D58587: hue angle of 358.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58587 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 135 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.16 |
| HSL | 358.5º | 0.49% | 0.68% | - |
| HSV(B) | 358.5º | 0.38% | 0.84% | - |
| XYZ | 40.2 | 32.67 | 27.11 | - |
| YUV | 157.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 135 | 0 | 0.38 | 0.37 | 0.16 | 358.5 | 0.49 | 0.68 |
| Hex | D5 | 85 | 87 | 0 | 26 | 25 | 10 | 166 | 31 | 44 |
| Octal | 325 | 205 | 207 | 0 | 46 | 45 | 20 | 546 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10000111 | 0 | 100110 | 100101 | 10000 | 101100110 | 110001 | 1000100 |
Color Harmonies of #D58587
Complementary color
Monochromatic Colors of #D58587
Black with #D58587
Text Example
Text Example
White with #D58587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58587; }
p { color: rgb(213,133,135); }
H1.HeaderClassName
{
color: #D58587;
}
.AnyTagClassName
{
color: #D58587;
}
</style>
background-color css
<style>
a { background-color: #D58587; }
a { background-color: rgb(213,133,135); }
div.DivClassName
{
background-color: #D58587;
}
.BgClassName
{
background-color: #D58587;
}
</style>
border-color css
<style>
span { border-color: #D58587; }
span { border-color: rgb(213,133,135); }
td.TdClassName
{
border-color: #D58587;
}
.TagClassName
{
border-color: #D58587;
}
</style>