Shades of Charm #D37787
Tints of Charm #D37787
RGB
CMYK
RGB Variations
Color information
#D37787 (or 0xD37787) is known color: Charm. HEX triplet: D3, 77 and 87. RGB value is (211,119,135). Sum of RGB (Red+Green+Blue) = 211+119+135=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D37787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37787 is #2C8878. Grayscale: #949494. Windows color (decimal): -2918521 or 8878035. OLE color: 8878035.
HSL color Cylindrical-coordinate representation of color #D37787: hue angle of 349.57º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D37787 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 135 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.17 |
| HSL | 349.57º | 0.51% | 0.65% | - |
| HSV(B) | 349.57º | 0.44% | 0.83% | - |
| XYZ | 37.83 | 28.79 | 26.48 | - |
| YUV | 148.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 135 | 0 | 0.44 | 0.36 | 0.17 | 349.57 | 0.51 | 0.65 |
| Hex | D3 | 77 | 87 | 0 | 2C | 24 | 11 | 15E | 33 | 41 |
| Octal | 323 | 167 | 207 | 0 | 54 | 44 | 21 | 536 | 63 | 101 |
| Binary | 11010011 | 1110111 | 10000111 | 0 | 101100 | 100100 | 10001 | 101011110 | 110011 | 1000001 |
Color Harmonies of #D37787
Complementary color
Monochromatic Colors of #D37787
Black with #D37787
Text Example
Text Example
White with #D37787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37787; }
p { color: rgb(211,119,135); }
H1.HeaderClassName
{
color: #D37787;
}
.AnyTagClassName
{
color: #D37787;
}
</style>
background-color css
<style>
a { background-color: #D37787; }
a { background-color: rgb(211,119,135); }
div.DivClassName
{
background-color: #D37787;
}
.BgClassName
{
background-color: #D37787;
}
</style>
border-color css
<style>
span { border-color: #D37787; }
span { border-color: rgb(211,119,135); }
td.TdClassName
{
border-color: #D37787;
}
.TagClassName
{
border-color: #D37787;
}
</style>