Shades of Charm #D5738B
Tints of Charm #D5738B
RGB
CMYK
RGB Variations
Color information
#D5738B (or 0xD5738B) is known color: Charm. HEX triplet: D5, 73 and 8B. RGB value is (213,115,139). Sum of RGB (Red+Green+Blue) = 213+115+139=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5738B is #2A8C74. Grayscale: #939393. Windows color (decimal): -2788469 or 9139157. OLE color: 9139157.
HSL color Cylindrical-coordinate representation of color #D5738B: hue angle of 345.31º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5738B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 139 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.16 |
| HSL | 345.31º | 0.54% | 0.64% | - |
| HSV(B) | 345.31º | 0.46% | 0.84% | - |
| XYZ | 38.23 | 28.27 | 27.87 | - |
| YUV | 147.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 139 | 0 | 0.46 | 0.35 | 0.16 | 345.31 | 0.54 | 0.64 |
| Hex | D5 | 73 | 8B | 0 | 2E | 23 | 10 | 159 | 36 | 40 |
| Octal | 325 | 163 | 213 | 0 | 56 | 43 | 20 | 531 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10001011 | 0 | 101110 | 100011 | 10000 | 101011001 | 110110 | 1000000 |
Color Harmonies of #D5738B
Complementary color
Monochromatic Colors of #D5738B
Black with #D5738B
Text Example
Text Example
White with #D5738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5738B; }
p { color: rgb(213,115,139); }
H1.HeaderClassName
{
color: #D5738B;
}
.AnyTagClassName
{
color: #D5738B;
}
</style>
background-color css
<style>
a { background-color: #D5738B; }
a { background-color: rgb(213,115,139); }
div.DivClassName
{
background-color: #D5738B;
}
.BgClassName
{
background-color: #D5738B;
}
</style>
border-color css
<style>
span { border-color: #D5738B; }
span { border-color: rgb(213,115,139); }
td.TdClassName
{
border-color: #D5738B;
}
.TagClassName
{
border-color: #D5738B;
}
</style>