Shades of Charm #D58487
Tints of Charm #D58487
RGB
CMYK
RGB Variations
Color information
#D58487 (or 0xD58487) is known color: Charm. HEX triplet: D5, 84 and 87. RGB value is (213,132,135). Sum of RGB (Red+Green+Blue) = 213+132+135=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D58487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58487 is #2A7B78. Grayscale: #9C9C9C. Windows color (decimal): -2784121 or 8881365. OLE color: 8881365.
HSL color Cylindrical-coordinate representation of color #D58487: hue angle of 357.78º 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 #D58487 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 135 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.16 |
| HSL | 357.78º | 0.49% | 0.68% | - |
| HSV(B) | 357.78º | 0.38% | 0.84% | - |
| XYZ | 40.07 | 32.4 | 27.06 | - |
| YUV | 156.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 135 | 0 | 0.38 | 0.37 | 0.16 | 357.78 | 0.49 | 0.68 |
| Hex | D5 | 84 | 87 | 0 | 26 | 25 | 10 | 166 | 31 | 44 |
| Octal | 325 | 204 | 207 | 0 | 46 | 45 | 20 | 546 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10000111 | 0 | 100110 | 100101 | 10000 | 101100110 | 110001 | 1000100 |
Color Harmonies of #D58487
Complementary color
Monochromatic Colors of #D58487
Black with #D58487
Text Example
Text Example
White with #D58487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58487; }
p { color: rgb(213,132,135); }
H1.HeaderClassName
{
color: #D58487;
}
.AnyTagClassName
{
color: #D58487;
}
</style>
background-color css
<style>
a { background-color: #D58487; }
a { background-color: rgb(213,132,135); }
div.DivClassName
{
background-color: #D58487;
}
.BgClassName
{
background-color: #D58487;
}
</style>
border-color css
<style>
span { border-color: #D58487; }
span { border-color: rgb(213,132,135); }
td.TdClassName
{
border-color: #D58487;
}
.TagClassName
{
border-color: #D58487;
}
</style>