Shades of Charm #D3728B
Tints of Charm #D3728B
RGB
CMYK
RGB Variations
Color information
#D3728B (or 0xD3728B) is known color: Charm. HEX triplet: D3, 72 and 8B. RGB value is (211,114,139). Sum of RGB (Red+Green+Blue) = 211+114+139=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3728B is #2C8D74. Grayscale: #919191. Windows color (decimal): -2919797 or 9138899. OLE color: 9138899.
HSL color Cylindrical-coordinate representation of color #D3728B: hue angle of 344.54º degrees, saturation: 0.52, 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 #D3728B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 139 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.17 |
| HSL | 344.54º | 0.52% | 0.64% | - |
| HSV(B) | 344.54º | 0.46% | 0.83% | - |
| XYZ | 37.54 | 27.75 | 27.8 | - |
| YUV | 145.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 139 | 0 | 0.46 | 0.34 | 0.17 | 344.54 | 0.52 | 0.64 |
| Hex | D3 | 72 | 8B | 0 | 2E | 22 | 11 | 159 | 34 | 40 |
| Octal | 323 | 162 | 213 | 0 | 56 | 42 | 21 | 531 | 64 | 100 |
| Binary | 11010011 | 1110010 | 10001011 | 0 | 101110 | 100010 | 10001 | 101011001 | 110100 | 1000000 |
Color Harmonies of #D3728B
Complementary color
Monochromatic Colors of #D3728B
Black with #D3728B
Text Example
Text Example
White with #D3728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3728B; }
p { color: rgb(211,114,139); }
H1.HeaderClassName
{
color: #D3728B;
}
.AnyTagClassName
{
color: #D3728B;
}
</style>
background-color css
<style>
a { background-color: #D3728B; }
a { background-color: rgb(211,114,139); }
div.DivClassName
{
background-color: #D3728B;
}
.BgClassName
{
background-color: #D3728B;
}
</style>
border-color css
<style>
span { border-color: #D3728B; }
span { border-color: rgb(211,114,139); }
td.TdClassName
{
border-color: #D3728B;
}
.TagClassName
{
border-color: #D3728B;
}
</style>