Shades of Charm #D77185
Tints of Charm #D77185
RGB
CMYK
RGB Variations
Color information
#D77185 (or 0xD77185) is known color: Charm. HEX triplet: D7, 71 and 85. RGB value is (215,113,133). Sum of RGB (Red+Green+Blue) = 215+113+133=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D77185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77185 is #288E7A. Grayscale: #919191. Windows color (decimal): -2657915 or 8745431. OLE color: 8745431.
HSL color Cylindrical-coordinate representation of color #D77185: hue angle of 348.24º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77185 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 133 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.16 |
| HSL | 348.24º | 0.56% | 0.64% | - |
| HSV(B) | 348.24º | 0.47% | 0.84% | - |
| XYZ | 38.16 | 27.95 | 25.57 | - |
| YUV | 145.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 133 | 0 | 0.47 | 0.38 | 0.16 | 348.24 | 0.56 | 0.64 |
| Hex | D7 | 71 | 85 | 0 | 2F | 26 | 10 | 15C | 38 | 40 |
| Octal | 327 | 161 | 205 | 0 | 57 | 46 | 20 | 534 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10000101 | 0 | 101111 | 100110 | 10000 | 101011100 | 111000 | 1000000 |
Color Harmonies of #D77185
Complementary color
Monochromatic Colors of #D77185
Black with #D77185
Text Example
Text Example
White with #D77185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77185; }
p { color: rgb(215,113,133); }
H1.HeaderClassName
{
color: #D77185;
}
.AnyTagClassName
{
color: #D77185;
}
</style>
background-color css
<style>
a { background-color: #D77185; }
a { background-color: rgb(215,113,133); }
div.DivClassName
{
background-color: #D77185;
}
.BgClassName
{
background-color: #D77185;
}
</style>
border-color css
<style>
span { border-color: #D77185; }
span { border-color: rgb(215,113,133); }
td.TdClassName
{
border-color: #D77185;
}
.TagClassName
{
border-color: #D77185;
}
</style>