Shades of Charm #D4748E
Tints of Charm #D4748E
RGB
CMYK
RGB Variations
Color information
#D4748E (or 0xD4748E) is known color: Charm. HEX triplet: D4, 74 and 8E. RGB value is (212,116,142). Sum of RGB (Red+Green+Blue) = 212+116+142=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D4748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4748E is #2B8B71. Grayscale: #939393. Windows color (decimal): -2853746 or 9336020. OLE color: 9336020.
HSL color Cylindrical-coordinate representation of color #D4748E: hue angle of 343.75º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4748E is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 142 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.17 |
| HSL | 343.75º | 0.53% | 0.64% | - |
| HSV(B) | 343.75º | 0.45% | 0.83% | - |
| XYZ | 38.28 | 28.44 | 29.06 | - |
| YUV | 147.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 142 | 0 | 0.45 | 0.33 | 0.17 | 343.75 | 0.53 | 0.64 |
| Hex | D4 | 74 | 8E | 0 | 2D | 21 | 11 | 158 | 35 | 40 |
| Octal | 324 | 164 | 216 | 0 | 55 | 41 | 21 | 530 | 65 | 100 |
| Binary | 11010100 | 1110100 | 10001110 | 0 | 101101 | 100001 | 10001 | 101011000 | 110101 | 1000000 |
Color Harmonies of #D4748E
Complementary color
Monochromatic Colors of #D4748E
Black with #D4748E
Text Example
Text Example
White with #D4748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4748E; }
p { color: rgb(212,116,142); }
H1.HeaderClassName
{
color: #D4748E;
}
.AnyTagClassName
{
color: #D4748E;
}
</style>
background-color css
<style>
a { background-color: #D4748E; }
a { background-color: rgb(212,116,142); }
div.DivClassName
{
background-color: #D4748E;
}
.BgClassName
{
background-color: #D4748E;
}
</style>
border-color css
<style>
span { border-color: #D4748E; }
span { border-color: rgb(212,116,142); }
td.TdClassName
{
border-color: #D4748E;
}
.TagClassName
{
border-color: #D4748E;
}
</style>