Shades of Charm #D77992
Tints of Charm #D77992
RGB
CMYK
RGB Variations
Color information
#D77992 (or 0xD77992) is known color: Charm. HEX triplet: D7, 79 and 92. RGB value is (215,121,146). Sum of RGB (Red+Green+Blue) = 215+121+146=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77992 is #28866D. Grayscale: #979797. Windows color (decimal): -2655854 or 9599447. OLE color: 9599447.
HSL color Cylindrical-coordinate representation of color #D77992: hue angle of 344.04º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77992 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 146 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.16 |
| HSL | 344.04º | 0.54% | 0.66% | - |
| HSV(B) | 344.04º | 0.44% | 0.84% | - |
| XYZ | 40.05 | 30.2 | 30.91 | - |
| YUV | 151.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 146 | 0 | 0.44 | 0.32 | 0.16 | 344.04 | 0.54 | 0.66 |
| Hex | D7 | 79 | 92 | 0 | 2C | 20 | 10 | 158 | 36 | 42 |
| Octal | 327 | 171 | 222 | 0 | 54 | 40 | 20 | 530 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10010010 | 0 | 101100 | 100000 | 10000 | 101011000 | 110110 | 1000010 |
Color Harmonies of #D77992
Complementary color
Monochromatic Colors of #D77992
Black with #D77992
Text Example
Text Example
White with #D77992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77992; }
p { color: rgb(215,121,146); }
H1.HeaderClassName
{
color: #D77992;
}
.AnyTagClassName
{
color: #D77992;
}
</style>
background-color css
<style>
a { background-color: #D77992; }
a { background-color: rgb(215,121,146); }
div.DivClassName
{
background-color: #D77992;
}
.BgClassName
{
background-color: #D77992;
}
</style>
border-color css
<style>
span { border-color: #D77992; }
span { border-color: rgb(215,121,146); }
td.TdClassName
{
border-color: #D77992;
}
.TagClassName
{
border-color: #D77992;
}
</style>