Shades of Charm #D3737E
Tints of Charm #D3737E
RGB
CMYK
RGB Variations
Color information
#D3737E (or 0xD3737E) is known color: Charm. HEX triplet: D3, 73 and 7E. RGB value is (211,115,126). Sum of RGB (Red+Green+Blue) = 211+115+126=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3737E is #2C8C81. Grayscale: #919191. Windows color (decimal): -2919554 or 8287187. OLE color: 8287187.
HSL color Cylindrical-coordinate representation of color #D3737E: hue angle of 353.12º degrees, saturation: 0.52, 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 #D3737E is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 126 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.17 |
| HSL | 353.13º | 0.52% | 0.64% | - |
| HSV(B) | 353.13º | 0.45% | 0.83% | - |
| XYZ | 36.76 | 27.62 | 23.13 | - |
| YUV | 144.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 126 | 0 | 0.45 | 0.40 | 0.17 | 353.13 | 0.52 | 0.64 |
| Hex | D3 | 73 | 7E | 0 | 2D | 28 | 11 | 161 | 34 | 40 |
| Octal | 323 | 163 | 176 | 0 | 55 | 50 | 21 | 541 | 64 | 100 |
| Binary | 11010011 | 1110011 | 1111110 | 0 | 101101 | 101000 | 10001 | 101100001 | 110100 | 1000000 |
Color Harmonies of #D3737E
Complementary color
Monochromatic Colors of #D3737E
Black with #D3737E
Text Example
Text Example
White with #D3737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3737E; }
p { color: rgb(211,115,126); }
H1.HeaderClassName
{
color: #D3737E;
}
.AnyTagClassName
{
color: #D3737E;
}
</style>
background-color css
<style>
a { background-color: #D3737E; }
a { background-color: rgb(211,115,126); }
div.DivClassName
{
background-color: #D3737E;
}
.BgClassName
{
background-color: #D3737E;
}
</style>
border-color css
<style>
span { border-color: #D3737E; }
span { border-color: rgb(211,115,126); }
td.TdClassName
{
border-color: #D3737E;
}
.TagClassName
{
border-color: #D3737E;
}
</style>