Shades of Charm #D5738E
Tints of Charm #D5738E
RGB
CMYK
RGB Variations
Color information
#D5738E (or 0xD5738E) is known color: Charm. HEX triplet: D5, 73 and 8E. RGB value is (213,115,142). Sum of RGB (Red+Green+Blue) = 213+115+142=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5738E is #2A8C71. Grayscale: #939393. Windows color (decimal): -2788466 or 9335765. OLE color: 9335765.
HSL color Cylindrical-coordinate representation of color #D5738E: hue angle of 343.47º 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 #D5738E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 142 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.16 |
| HSL | 343.47º | 0.54% | 0.64% | - |
| HSV(B) | 343.47º | 0.46% | 0.84% | - |
| XYZ | 38.45 | 28.36 | 29.04 | - |
| YUV | 147.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 142 | 0 | 0.46 | 0.33 | 0.16 | 343.47 | 0.54 | 0.64 |
| Hex | D5 | 73 | 8E | 0 | 2E | 21 | 10 | 157 | 36 | 40 |
| Octal | 325 | 163 | 216 | 0 | 56 | 41 | 20 | 527 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10001110 | 0 | 101110 | 100001 | 10000 | 101010111 | 110110 | 1000000 |
Color Harmonies of #D5738E
Complementary color
Monochromatic Colors of #D5738E
Black with #D5738E
Text Example
Text Example
White with #D5738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5738E; }
p { color: rgb(213,115,142); }
H1.HeaderClassName
{
color: #D5738E;
}
.AnyTagClassName
{
color: #D5738E;
}
</style>
background-color css
<style>
a { background-color: #D5738E; }
a { background-color: rgb(213,115,142); }
div.DivClassName
{
background-color: #D5738E;
}
.BgClassName
{
background-color: #D5738E;
}
</style>
border-color css
<style>
span { border-color: #D5738E; }
span { border-color: rgb(213,115,142); }
td.TdClassName
{
border-color: #D5738E;
}
.TagClassName
{
border-color: #D5738E;
}
</style>