Shades of Charm #D3828B
Tints of Charm #D3828B
RGB
CMYK
RGB Variations
Color information
#D3828B (or 0xD3828B) is known color: Charm. HEX triplet: D3, 82 and 8B. RGB value is (211,130,139). Sum of RGB (Red+Green+Blue) = 211+130+139=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D3828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3828B is #2C7D74. Grayscale: #9B9B9B. Windows color (decimal): -2915701 or 9142995. OLE color: 9142995.
HSL color Cylindrical-coordinate representation of color #D3828B: hue angle of 353.33º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D3828B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 139 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.17 |
| HSL | 353.33º | 0.48% | 0.67% | - |
| HSV(B) | 353.33º | 0.38% | 0.83% | - |
| XYZ | 39.51 | 31.68 | 28.46 | - |
| YUV | 155.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 139 | 0 | 0.38 | 0.34 | 0.17 | 353.33 | 0.48 | 0.67 |
| Hex | D3 | 82 | 8B | 0 | 26 | 22 | 11 | 161 | 30 | 43 |
| Octal | 323 | 202 | 213 | 0 | 46 | 42 | 21 | 541 | 60 | 103 |
| Binary | 11010011 | 10000010 | 10001011 | 0 | 100110 | 100010 | 10001 | 101100001 | 110000 | 1000011 |
Color Harmonies of #D3828B
Complementary color
Monochromatic Colors of #D3828B
Black with #D3828B
Text Example
Text Example
White with #D3828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3828B; }
p { color: rgb(211,130,139); }
H1.HeaderClassName
{
color: #D3828B;
}
.AnyTagClassName
{
color: #D3828B;
}
</style>
background-color css
<style>
a { background-color: #D3828B; }
a { background-color: rgb(211,130,139); }
div.DivClassName
{
background-color: #D3828B;
}
.BgClassName
{
background-color: #D3828B;
}
</style>
border-color css
<style>
span { border-color: #D3828B; }
span { border-color: rgb(211,130,139); }
td.TdClassName
{
border-color: #D3828B;
}
.TagClassName
{
border-color: #D3828B;
}
</style>