Shades of Charm #D4737E
Tints of Charm #D4737E
RGB
CMYK
RGB Variations
Color information
#D4737E (or 0xD4737E) is known color: Charm. HEX triplet: D4, 73 and 7E. RGB value is (212,115,126). Sum of RGB (Red+Green+Blue) = 212+115+126=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4737E is #2B8C81. Grayscale: #919191. Windows color (decimal): -2854018 or 8287188. OLE color: 8287188.
HSL color Cylindrical-coordinate representation of color #D4737E: hue angle of 353.2º 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 #D4737E is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 126 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.17 |
| HSL | 353.2º | 0.53% | 0.64% | - |
| HSV(B) | 353.2º | 0.46% | 0.83% | - |
| XYZ | 37.05 | 27.76 | 23.15 | - |
| YUV | 145.26 | 117.14 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 126 | 0 | 0.46 | 0.41 | 0.17 | 353.2 | 0.53 | 0.64 |
| Hex | D4 | 73 | 7E | 0 | 2E | 29 | 11 | 161 | 35 | 40 |
| Octal | 324 | 163 | 176 | 0 | 56 | 51 | 21 | 541 | 65 | 100 |
| Binary | 11010100 | 1110011 | 1111110 | 0 | 101110 | 101001 | 10001 | 101100001 | 110101 | 1000000 |
Color Harmonies of #D4737E
Complementary color
Monochromatic Colors of #D4737E
Black with #D4737E
Text Example
Text Example
White with #D4737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4737E; }
p { color: rgb(212,115,126); }
H1.HeaderClassName
{
color: #D4737E;
}
.AnyTagClassName
{
color: #D4737E;
}
</style>
background-color css
<style>
a { background-color: #D4737E; }
a { background-color: rgb(212,115,126); }
div.DivClassName
{
background-color: #D4737E;
}
.BgClassName
{
background-color: #D4737E;
}
</style>
border-color css
<style>
span { border-color: #D4737E; }
span { border-color: rgb(212,115,126); }
td.TdClassName
{
border-color: #D4737E;
}
.TagClassName
{
border-color: #D4737E;
}
</style>