Shades of Charm #D76F83
Tints of Charm #D76F83
RGB
CMYK
RGB Variations
Color information
#D76F83 (or 0xD76F83) is known color: Charm. HEX triplet: D7, 6F and 83. RGB value is (215,111,131). Sum of RGB (Red+Green+Blue) = 215+111+131=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F83 is #28907C. Grayscale: #909090. Windows color (decimal): -2658429 or 8613847. OLE color: 8613847.
HSL color Cylindrical-coordinate representation of color #D76F83: hue angle of 348.46º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F83 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 131 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.16 |
| HSL | 348.46º | 0.57% | 0.64% | - |
| HSV(B) | 348.46º | 0.48% | 0.84% | - |
| XYZ | 37.81 | 27.45 | 24.78 | - |
| YUV | 144.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 131 | 0 | 0.48 | 0.39 | 0.16 | 348.46 | 0.57 | 0.64 |
| Hex | D7 | 6F | 83 | 0 | 30 | 27 | 10 | 15C | 39 | 40 |
| Octal | 327 | 157 | 203 | 0 | 60 | 47 | 20 | 534 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10000011 | 0 | 110000 | 100111 | 10000 | 101011100 | 111001 | 1000000 |
Color Harmonies of #D76F83
Complementary color
Monochromatic Colors of #D76F83
Black with #D76F83
Text Example
Text Example
White with #D76F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F83; }
p { color: rgb(215,111,131); }
H1.HeaderClassName
{
color: #D76F83;
}
.AnyTagClassName
{
color: #D76F83;
}
</style>
background-color css
<style>
a { background-color: #D76F83; }
a { background-color: rgb(215,111,131); }
div.DivClassName
{
background-color: #D76F83;
}
.BgClassName
{
background-color: #D76F83;
}
</style>
border-color css
<style>
span { border-color: #D76F83; }
span { border-color: rgb(215,111,131); }
td.TdClassName
{
border-color: #D76F83;
}
.TagClassName
{
border-color: #D76F83;
}
</style>