Shades of Charm #D5748E
Tints of Charm #D5748E
RGB
CMYK
RGB Variations
Color information
#D5748E (or 0xD5748E) is known color: Charm. HEX triplet: D5, 74 and 8E. RGB value is (213,116,142). Sum of RGB (Red+Green+Blue) = 213+116+142=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5748E is #2A8B71. Grayscale: #939393. Windows color (decimal): -2788210 or 9336021. OLE color: 9336021.
HSL color Cylindrical-coordinate representation of color #D5748E: hue angle of 343.92º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5748E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 142 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.16 |
| HSL | 343.92º | 0.54% | 0.65% | - |
| HSV(B) | 343.92º | 0.46% | 0.84% | - |
| XYZ | 38.57 | 28.59 | 29.08 | - |
| YUV | 147.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 142 | 0 | 0.46 | 0.33 | 0.16 | 343.92 | 0.54 | 0.65 |
| Hex | D5 | 74 | 8E | 0 | 2E | 21 | 10 | 158 | 36 | 41 |
| Octal | 325 | 164 | 216 | 0 | 56 | 41 | 20 | 530 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10001110 | 0 | 101110 | 100001 | 10000 | 101011000 | 110110 | 1000001 |
Color Harmonies of #D5748E
Complementary color
Monochromatic Colors of #D5748E
Black with #D5748E
Text Example
Text Example
White with #D5748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5748E; }
p { color: rgb(213,116,142); }
H1.HeaderClassName
{
color: #D5748E;
}
.AnyTagClassName
{
color: #D5748E;
}
</style>
background-color css
<style>
a { background-color: #D5748E; }
a { background-color: rgb(213,116,142); }
div.DivClassName
{
background-color: #D5748E;
}
.BgClassName
{
background-color: #D5748E;
}
</style>
border-color css
<style>
span { border-color: #D5748E; }
span { border-color: rgb(213,116,142); }
td.TdClassName
{
border-color: #D5748E;
}
.TagClassName
{
border-color: #D5748E;
}
</style>