Shades of Charm #D3748A
Tints of Charm #D3748A
RGB
CMYK
RGB Variations
Color information
#D3748A (or 0xD3748A) is known color: Charm. HEX triplet: D3, 74 and 8A. RGB value is (211,116,138). Sum of RGB (Red+Green+Blue) = 211+116+138=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3748A is #2C8B75. Grayscale: #929292. Windows color (decimal): -2919286 or 9073875. OLE color: 9073875.
HSL color Cylindrical-coordinate representation of color #D3748A: hue angle of 346.11º 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 #D3748A is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 116 | 138 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.17 |
| HSL | 346.11º | 0.52% | 0.64% | - |
| HSV(B) | 346.11º | 0.45% | 0.83% | - |
| XYZ | 37.7 | 28.17 | 27.5 | - |
| YUV | 146.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 138 | 0 | 0.45 | 0.35 | 0.17 | 346.11 | 0.52 | 0.64 |
| Hex | D3 | 74 | 8A | 0 | 2D | 23 | 11 | 15A | 34 | 40 |
| Octal | 323 | 164 | 212 | 0 | 55 | 43 | 21 | 532 | 64 | 100 |
| Binary | 11010011 | 1110100 | 10001010 | 0 | 101101 | 100011 | 10001 | 101011010 | 110100 | 1000000 |
Color Harmonies of #D3748A
Complementary color
Monochromatic Colors of #D3748A
Black with #D3748A
Text Example
Text Example
White with #D3748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3748A; }
p { color: rgb(211,116,138); }
H1.HeaderClassName
{
color: #D3748A;
}
.AnyTagClassName
{
color: #D3748A;
}
</style>
background-color css
<style>
a { background-color: #D3748A; }
a { background-color: rgb(211,116,138); }
div.DivClassName
{
background-color: #D3748A;
}
.BgClassName
{
background-color: #D3748A;
}
</style>
border-color css
<style>
span { border-color: #D3748A; }
span { border-color: rgb(211,116,138); }
td.TdClassName
{
border-color: #D3748A;
}
.TagClassName
{
border-color: #D3748A;
}
</style>