Shades of Charm #D37780
Tints of Charm #D37780
RGB
CMYK
RGB Variations
Color information
#D37780 (or 0xD37780) is known color: Charm. HEX triplet: D3, 77 and 80. RGB value is (211,119,128). Sum of RGB (Red+Green+Blue) = 211+119+128=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D37780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37780 is #2C887F. Grayscale: #939393. Windows color (decimal): -2918528 or 8419283. OLE color: 8419283.
HSL color Cylindrical-coordinate representation of color #D37780: hue angle of 354.13º 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 #D37780 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 128 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.17 |
| HSL | 354.13º | 0.51% | 0.65% | - |
| HSV(B) | 354.13º | 0.44% | 0.83% | - |
| XYZ | 37.36 | 28.6 | 23.97 | - |
| YUV | 147.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 128 | 0 | 0.44 | 0.39 | 0.17 | 354.13 | 0.51 | 0.65 |
| Hex | D3 | 77 | 80 | 0 | 2C | 27 | 11 | 162 | 33 | 41 |
| Octal | 323 | 167 | 200 | 0 | 54 | 47 | 21 | 542 | 63 | 101 |
| Binary | 11010011 | 1110111 | 10000000 | 0 | 101100 | 100111 | 10001 | 101100010 | 110011 | 1000001 |
Color Harmonies of #D37780
Complementary color
Monochromatic Colors of #D37780
Black with #D37780
Text Example
Text Example
White with #D37780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37780; }
p { color: rgb(211,119,128); }
H1.HeaderClassName
{
color: #D37780;
}
.AnyTagClassName
{
color: #D37780;
}
</style>
background-color css
<style>
a { background-color: #D37780; }
a { background-color: rgb(211,119,128); }
div.DivClassName
{
background-color: #D37780;
}
.BgClassName
{
background-color: #D37780;
}
</style>
border-color css
<style>
span { border-color: #D37780; }
span { border-color: rgb(211,119,128); }
td.TdClassName
{
border-color: #D37780;
}
.TagClassName
{
border-color: #D37780;
}
</style>