Shades of Charm #D58185
Tints of Charm #D58185
RGB
CMYK
RGB Variations
Color information
#D58185 (or 0xD58185) is known color: Charm. HEX triplet: D5, 81 and 85. RGB value is (213,129,133). Sum of RGB (Red+Green+Blue) = 213+129+133=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D58185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58185 is #2A7E7A. Grayscale: #9A9A9A. Windows color (decimal): -2784891 or 8749525. OLE color: 8749525.
HSL color Cylindrical-coordinate representation of color #D58185: hue angle of 357.14º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58185 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 133 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.16 |
| HSL | 357.14º | 0.5% | 0.67% | - |
| HSV(B) | 357.14º | 0.39% | 0.84% | - |
| XYZ | 39.52 | 31.54 | 26.19 | - |
| YUV | 154.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 133 | 0 | 0.39 | 0.38 | 0.16 | 357.14 | 0.5 | 0.67 |
| Hex | D5 | 81 | 85 | 0 | 27 | 26 | 10 | 165 | 32 | 43 |
| Octal | 325 | 201 | 205 | 0 | 47 | 46 | 20 | 545 | 62 | 103 |
| Binary | 11010101 | 10000001 | 10000101 | 0 | 100111 | 100110 | 10000 | 101100101 | 110010 | 1000011 |
Color Harmonies of #D58185
Complementary color
Monochromatic Colors of #D58185
Black with #D58185
Text Example
Text Example
White with #D58185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58185; }
p { color: rgb(213,129,133); }
H1.HeaderClassName
{
color: #D58185;
}
.AnyTagClassName
{
color: #D58185;
}
</style>
background-color css
<style>
a { background-color: #D58185; }
a { background-color: rgb(213,129,133); }
div.DivClassName
{
background-color: #D58185;
}
.BgClassName
{
background-color: #D58185;
}
</style>
border-color css
<style>
span { border-color: #D58185; }
span { border-color: rgb(213,129,133); }
td.TdClassName
{
border-color: #D58185;
}
.TagClassName
{
border-color: #D58185;
}
</style>