Shades of Charm #D37B87
Tints of Charm #D37B87
RGB
CMYK
RGB Variations
Color information
#D37B87 (or 0xD37B87) is known color: Charm. HEX triplet: D3, 7B and 87. RGB value is (211,123,135). Sum of RGB (Red+Green+Blue) = 211+123+135=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37B87 is #2C8478. Grayscale: #969696. Windows color (decimal): -2917497 or 8879059. OLE color: 8879059.
HSL color Cylindrical-coordinate representation of color #D37B87: hue angle of 351.82º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37B87 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 135 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.17 |
| HSL | 351.82º | 0.5% | 0.65% | - |
| HSV(B) | 351.82º | 0.42% | 0.83% | - |
| XYZ | 38.32 | 29.76 | 26.65 | - |
| YUV | 150.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 135 | 0 | 0.42 | 0.36 | 0.17 | 351.82 | 0.5 | 0.65 |
| Hex | D3 | 7B | 87 | 0 | 2A | 24 | 11 | 160 | 32 | 41 |
| Octal | 323 | 173 | 207 | 0 | 52 | 44 | 21 | 540 | 62 | 101 |
| Binary | 11010011 | 1111011 | 10000111 | 0 | 101010 | 100100 | 10001 | 101100000 | 110010 | 1000001 |
Color Harmonies of #D37B87
Complementary color
Monochromatic Colors of #D37B87
Black with #D37B87
Text Example
Text Example
White with #D37B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B87; }
p { color: rgb(211,123,135); }
H1.HeaderClassName
{
color: #D37B87;
}
.AnyTagClassName
{
color: #D37B87;
}
</style>
background-color css
<style>
a { background-color: #D37B87; }
a { background-color: rgb(211,123,135); }
div.DivClassName
{
background-color: #D37B87;
}
.BgClassName
{
background-color: #D37B87;
}
</style>
border-color css
<style>
span { border-color: #D37B87; }
span { border-color: rgb(211,123,135); }
td.TdClassName
{
border-color: #D37B87;
}
.TagClassName
{
border-color: #D37B87;
}
</style>