Shades of Charm #D5737F
Tints of Charm #D5737F
RGB
CMYK
RGB Variations
Color information
#D5737F (or 0xD5737F) is known color: Charm. HEX triplet: D5, 73 and 7F. RGB value is (213,115,127). Sum of RGB (Red+Green+Blue) = 213+115+127=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5737F is #2A8C80. Grayscale: #919191. Windows color (decimal): -2788481 or 8352725. OLE color: 8352725.
HSL color Cylindrical-coordinate representation of color #D5737F: hue angle of 352.65º 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 #D5737F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 127 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.16 |
| HSL | 352.65º | 0.54% | 0.64% | - |
| HSV(B) | 352.65º | 0.46% | 0.84% | - |
| XYZ | 37.4 | 27.94 | 23.5 | - |
| YUV | 145.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 127 | 0 | 0.46 | 0.40 | 0.16 | 352.65 | 0.54 | 0.64 |
| Hex | D5 | 73 | 7F | 0 | 2E | 28 | 10 | 161 | 36 | 40 |
| Octal | 325 | 163 | 177 | 0 | 56 | 50 | 20 | 541 | 66 | 100 |
| Binary | 11010101 | 1110011 | 1111111 | 0 | 101110 | 101000 | 10000 | 101100001 | 110110 | 1000000 |
Color Harmonies of #D5737F
Complementary color
Monochromatic Colors of #D5737F
Black with #D5737F
Text Example
Text Example
White with #D5737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5737F; }
p { color: rgb(213,115,127); }
H1.HeaderClassName
{
color: #D5737F;
}
.AnyTagClassName
{
color: #D5737F;
}
</style>
background-color css
<style>
a { background-color: #D5737F; }
a { background-color: rgb(213,115,127); }
div.DivClassName
{
background-color: #D5737F;
}
.BgClassName
{
background-color: #D5737F;
}
</style>
border-color css
<style>
span { border-color: #D5737F; }
span { border-color: rgb(213,115,127); }
td.TdClassName
{
border-color: #D5737F;
}
.TagClassName
{
border-color: #D5737F;
}
</style>