Shades of Charm #D76E83
Tints of Charm #D76E83
RGB
CMYK
RGB Variations
Color information
#D76E83 (or 0xD76E83) is known color: Charm. HEX triplet: D7, 6E and 83. RGB value is (215,110,131). Sum of RGB (Red+Green+Blue) = 215+110+131=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E83 is #28917C. Grayscale: #8F8F8F. Windows color (decimal): -2658685 or 8613591. OLE color: 8613591.
HSL color Cylindrical-coordinate representation of color #D76E83: hue angle of 348º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76E83 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 131 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.16 |
| HSL | 348º | 0.57% | 0.64% | - |
| HSV(B) | 348º | 0.49% | 0.84% | - |
| XYZ | 37.7 | 27.24 | 24.74 | - |
| YUV | 143.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 131 | 0 | 0.49 | 0.39 | 0.16 | 348 | 0.57 | 0.64 |
| Hex | D7 | 6E | 83 | 0 | 31 | 27 | 10 | 15C | 39 | 40 |
| Octal | 327 | 156 | 203 | 0 | 61 | 47 | 20 | 534 | 71 | 100 |
| Binary | 11010111 | 1101110 | 10000011 | 0 | 110001 | 100111 | 10000 | 101011100 | 111001 | 1000000 |
Color Harmonies of #D76E83
Complementary color
Monochromatic Colors of #D76E83
Black with #D76E83
Text Example
Text Example
White with #D76E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E83; }
p { color: rgb(215,110,131); }
H1.HeaderClassName
{
color: #D76E83;
}
.AnyTagClassName
{
color: #D76E83;
}
</style>
background-color css
<style>
a { background-color: #D76E83; }
a { background-color: rgb(215,110,131); }
div.DivClassName
{
background-color: #D76E83;
}
.BgClassName
{
background-color: #D76E83;
}
</style>
border-color css
<style>
span { border-color: #D76E83; }
span { border-color: rgb(215,110,131); }
td.TdClassName
{
border-color: #D76E83;
}
.TagClassName
{
border-color: #D76E83;
}
</style>