Shades of Charm #D4738A
Tints of Charm #D4738A
RGB
CMYK
RGB Variations
Color information
#D4738A (or 0xD4738A) is known color: Charm. HEX triplet: D4, 73 and 8A. RGB value is (212,115,138). Sum of RGB (Red+Green+Blue) = 212+115+138=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4738A is #2B8C75. Grayscale: #929292. Windows color (decimal): -2854006 or 9073620. OLE color: 9073620.
HSL color Cylindrical-coordinate representation of color #D4738A: hue angle of 345.77º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4738A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 138 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.17 |
| HSL | 345.77º | 0.53% | 0.64% | - |
| HSV(B) | 345.77º | 0.46% | 0.83% | - |
| XYZ | 37.87 | 28.09 | 27.47 | - |
| YUV | 146.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 138 | 0 | 0.46 | 0.35 | 0.17 | 345.77 | 0.53 | 0.64 |
| Hex | D4 | 73 | 8A | 0 | 2E | 23 | 11 | 15A | 35 | 40 |
| Octal | 324 | 163 | 212 | 0 | 56 | 43 | 21 | 532 | 65 | 100 |
| Binary | 11010100 | 1110011 | 10001010 | 0 | 101110 | 100011 | 10001 | 101011010 | 110101 | 1000000 |
Color Harmonies of #D4738A
Complementary color
Monochromatic Colors of #D4738A
Black with #D4738A
Text Example
Text Example
White with #D4738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4738A; }
p { color: rgb(212,115,138); }
H1.HeaderClassName
{
color: #D4738A;
}
.AnyTagClassName
{
color: #D4738A;
}
</style>
background-color css
<style>
a { background-color: #D4738A; }
a { background-color: rgb(212,115,138); }
div.DivClassName
{
background-color: #D4738A;
}
.BgClassName
{
background-color: #D4738A;
}
</style>
border-color css
<style>
span { border-color: #D4738A; }
span { border-color: rgb(212,115,138); }
td.TdClassName
{
border-color: #D4738A;
}
.TagClassName
{
border-color: #D4738A;
}
</style>