Shades of Charm #D77D92
Tints of Charm #D77D92
RGB
CMYK
RGB Variations
Color information
#D77D92 (or 0xD77D92) is known color: Charm. HEX triplet: D7, 7D and 92. RGB value is (215,125,146). Sum of RGB (Red+Green+Blue) = 215+125+146=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D92 is #28826D. Grayscale: #9A9A9A. Windows color (decimal): -2654830 or 9600471. OLE color: 9600471.
HSL color Cylindrical-coordinate representation of color #D77D92: hue angle of 346º 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 #D77D92 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 146 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.16 |
| HSL | 346º | 0.53% | 0.67% | - |
| HSV(B) | 346º | 0.42% | 0.84% | - |
| XYZ | 40.55 | 31.19 | 31.08 | - |
| YUV | 154.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 146 | 0 | 0.42 | 0.32 | 0.16 | 346 | 0.53 | 0.67 |
| Hex | D7 | 7D | 92 | 0 | 2A | 20 | 10 | 15A | 35 | 43 |
| Octal | 327 | 175 | 222 | 0 | 52 | 40 | 20 | 532 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10010010 | 0 | 101010 | 100000 | 10000 | 101011010 | 110101 | 1000011 |
Color Harmonies of #D77D92
Complementary color
Monochromatic Colors of #D77D92
Black with #D77D92
Text Example
Text Example
White with #D77D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D92; }
p { color: rgb(215,125,146); }
H1.HeaderClassName
{
color: #D77D92;
}
.AnyTagClassName
{
color: #D77D92;
}
</style>
background-color css
<style>
a { background-color: #D77D92; }
a { background-color: rgb(215,125,146); }
div.DivClassName
{
background-color: #D77D92;
}
.BgClassName
{
background-color: #D77D92;
}
</style>
border-color css
<style>
span { border-color: #D77D92; }
span { border-color: rgb(215,125,146); }
td.TdClassName
{
border-color: #D77D92;
}
.TagClassName
{
border-color: #D77D92;
}
</style>