Shades of Charm #D77D8B
Tints of Charm #D77D8B
RGB
CMYK
RGB Variations
Color information
#D77D8B (or 0xD77D8B) is known color: Charm. HEX triplet: D7, 7D and 8B. RGB value is (215,125,139). Sum of RGB (Red+Green+Blue) = 215+125+139=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D8B is #288274. Grayscale: #999999. Windows color (decimal): -2654837 or 9141719. OLE color: 9141719.
HSL color Cylindrical-coordinate representation of color #D77D8B: hue angle of 350.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77D8B is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 139 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.16 |
| HSL | 350.67º | 0.53% | 0.67% | - |
| HSV(B) | 350.67º | 0.42% | 0.84% | - |
| XYZ | 40.02 | 30.98 | 28.3 | - |
| YUV | 153.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 139 | 0 | 0.42 | 0.35 | 0.16 | 350.67 | 0.53 | 0.67 |
| Hex | D7 | 7D | 8B | 0 | 2A | 23 | 10 | 15F | 35 | 43 |
| Octal | 327 | 175 | 213 | 0 | 52 | 43 | 20 | 537 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10001011 | 0 | 101010 | 100011 | 10000 | 101011111 | 110101 | 1000011 |
Color Harmonies of #D77D8B
Complementary color
Monochromatic Colors of #D77D8B
Black with #D77D8B
Text Example
Text Example
White with #D77D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D8B; }
p { color: rgb(215,125,139); }
H1.HeaderClassName
{
color: #D77D8B;
}
.AnyTagClassName
{
color: #D77D8B;
}
</style>
background-color css
<style>
a { background-color: #D77D8B; }
a { background-color: rgb(215,125,139); }
div.DivClassName
{
background-color: #D77D8B;
}
.BgClassName
{
background-color: #D77D8B;
}
</style>
border-color css
<style>
span { border-color: #D77D8B; }
span { border-color: rgb(215,125,139); }
td.TdClassName
{
border-color: #D77D8B;
}
.TagClassName
{
border-color: #D77D8B;
}
</style>