Shades of Charm #D77D88
Tints of Charm #D77D88
RGB
CMYK
RGB Variations
Color information
#D77D88 (or 0xD77D88) is known color: Charm. HEX triplet: D7, 7D and 88. RGB value is (215,125,136). Sum of RGB (Red+Green+Blue) = 215+125+136=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D88 is #288277. Grayscale: #999999. Windows color (decimal): -2654840 or 8945111. OLE color: 8945111.
HSL color Cylindrical-coordinate representation of color #D77D88: hue angle of 352.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 #D77D88 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 136 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.16 |
| HSL | 352.67º | 0.53% | 0.67% | - |
| HSV(B) | 352.67º | 0.42% | 0.84% | - |
| XYZ | 39.8 | 30.89 | 27.16 | - |
| YUV | 153.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 136 | 0 | 0.42 | 0.37 | 0.16 | 352.67 | 0.53 | 0.67 |
| Hex | D7 | 7D | 88 | 0 | 2A | 25 | 10 | 161 | 35 | 43 |
| Octal | 327 | 175 | 210 | 0 | 52 | 45 | 20 | 541 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10001000 | 0 | 101010 | 100101 | 10000 | 101100001 | 110101 | 1000011 |
Color Harmonies of #D77D88
Complementary color
Monochromatic Colors of #D77D88
Black with #D77D88
Text Example
Text Example
White with #D77D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D88; }
p { color: rgb(215,125,136); }
H1.HeaderClassName
{
color: #D77D88;
}
.AnyTagClassName
{
color: #D77D88;
}
</style>
background-color css
<style>
a { background-color: #D77D88; }
a { background-color: rgb(215,125,136); }
div.DivClassName
{
background-color: #D77D88;
}
.BgClassName
{
background-color: #D77D88;
}
</style>
border-color css
<style>
span { border-color: #D77D88; }
span { border-color: rgb(215,125,136); }
td.TdClassName
{
border-color: #D77D88;
}
.TagClassName
{
border-color: #D77D88;
}
</style>