Shades of Charm #D38187
Tints of Charm #D38187
RGB
CMYK
RGB Variations
Color information
#D38187 (or 0xD38187) is known color: Charm. HEX triplet: D3, 81 and 87. RGB value is (211,129,135). Sum of RGB (Red+Green+Blue) = 211+129+135=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D38187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38187 is #2C7E78. Grayscale: #9A9A9A. Windows color (decimal): -2915961 or 8880595. OLE color: 8880595.
HSL color Cylindrical-coordinate representation of color #D38187: hue angle of 355.61º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D38187 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 135 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.17 |
| HSL | 355.61º | 0.48% | 0.67% | - |
| HSV(B) | 355.61º | 0.39% | 0.83% | - |
| XYZ | 39.09 | 31.3 | 26.9 | - |
| YUV | 154.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 135 | 0 | 0.39 | 0.36 | 0.17 | 355.61 | 0.48 | 0.67 |
| Hex | D3 | 81 | 87 | 0 | 27 | 24 | 11 | 164 | 30 | 43 |
| Octal | 323 | 201 | 207 | 0 | 47 | 44 | 21 | 544 | 60 | 103 |
| Binary | 11010011 | 10000001 | 10000111 | 0 | 100111 | 100100 | 10001 | 101100100 | 110000 | 1000011 |
Color Harmonies of #D38187
Complementary color
Monochromatic Colors of #D38187
Black with #D38187
Text Example
Text Example
White with #D38187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38187; }
p { color: rgb(211,129,135); }
H1.HeaderClassName
{
color: #D38187;
}
.AnyTagClassName
{
color: #D38187;
}
</style>
background-color css
<style>
a { background-color: #D38187; }
a { background-color: rgb(211,129,135); }
div.DivClassName
{
background-color: #D38187;
}
.BgClassName
{
background-color: #D38187;
}
</style>
border-color css
<style>
span { border-color: #D38187; }
span { border-color: rgb(211,129,135); }
td.TdClassName
{
border-color: #D38187;
}
.TagClassName
{
border-color: #D38187;
}
</style>