Shades of Charm #D58488
Tints of Charm #D58488
RGB
CMYK
RGB Variations
Color information
#D58488 (or 0xD58488) is known color: Charm. HEX triplet: D5, 84 and 88. RGB value is (213,132,136). Sum of RGB (Red+Green+Blue) = 213+132+136=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D58488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58488 is #2A7B77. Grayscale: #9C9C9C. Windows color (decimal): -2784120 or 8946901. OLE color: 8946901.
HSL color Cylindrical-coordinate representation of color #D58488: hue angle of 357.04º 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 #D58488 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 136 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.16 |
| HSL | 357.04º | 0.49% | 0.68% | - |
| HSV(B) | 357.04º | 0.38% | 0.84% | - |
| XYZ | 40.14 | 32.43 | 27.44 | - |
| YUV | 156.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 136 | 0 | 0.38 | 0.36 | 0.16 | 357.04 | 0.49 | 0.68 |
| Hex | D5 | 84 | 88 | 0 | 26 | 24 | 10 | 165 | 31 | 44 |
| Octal | 325 | 204 | 210 | 0 | 46 | 44 | 20 | 545 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10001000 | 0 | 100110 | 100100 | 10000 | 101100101 | 110001 | 1000100 |
Color Harmonies of #D58488
Complementary color
Monochromatic Colors of #D58488
Black with #D58488
Text Example
Text Example
White with #D58488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58488; }
p { color: rgb(213,132,136); }
H1.HeaderClassName
{
color: #D58488;
}
.AnyTagClassName
{
color: #D58488;
}
</style>
background-color css
<style>
a { background-color: #D58488; }
a { background-color: rgb(213,132,136); }
div.DivClassName
{
background-color: #D58488;
}
.BgClassName
{
background-color: #D58488;
}
</style>
border-color css
<style>
span { border-color: #D58488; }
span { border-color: rgb(213,132,136); }
td.TdClassName
{
border-color: #D58488;
}
.TagClassName
{
border-color: #D58488;
}
</style>