Shades of Charm #D38086
Tints of Charm #D38086
RGB
CMYK
RGB Variations
Color information
#D38086 (or 0xD38086) is known color: Charm. HEX triplet: D3, 80 and 86. RGB value is (211,128,134). Sum of RGB (Red+Green+Blue) = 211+128+134=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D38086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38086 is #2C7F79. Grayscale: #999999. Windows color (decimal): -2916218 or 8814803. OLE color: 8814803.
HSL color Cylindrical-coordinate representation of color #D38086: hue angle of 355.66º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D38086 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 134 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.17 |
| HSL | 355.66º | 0.49% | 0.66% | - |
| HSV(B) | 355.66º | 0.39% | 0.83% | - |
| XYZ | 38.89 | 31.01 | 26.49 | - |
| YUV | 153.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 134 | 0 | 0.39 | 0.36 | 0.17 | 355.66 | 0.49 | 0.66 |
| Hex | D3 | 80 | 86 | 0 | 27 | 24 | 11 | 164 | 31 | 42 |
| Octal | 323 | 200 | 206 | 0 | 47 | 44 | 21 | 544 | 61 | 102 |
| Binary | 11010011 | 10000000 | 10000110 | 0 | 100111 | 100100 | 10001 | 101100100 | 110001 | 1000010 |
Color Harmonies of #D38086
Complementary color
Monochromatic Colors of #D38086
Black with #D38086
Text Example
Text Example
White with #D38086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38086; }
p { color: rgb(211,128,134); }
H1.HeaderClassName
{
color: #D38086;
}
.AnyTagClassName
{
color: #D38086;
}
</style>
background-color css
<style>
a { background-color: #D38086; }
a { background-color: rgb(211,128,134); }
div.DivClassName
{
background-color: #D38086;
}
.BgClassName
{
background-color: #D38086;
}
</style>
border-color css
<style>
span { border-color: #D38086; }
span { border-color: rgb(211,128,134); }
td.TdClassName
{
border-color: #D38086;
}
.TagClassName
{
border-color: #D38086;
}
</style>