Shades of Charm #D77585
Tints of Charm #D77585
RGB
CMYK
RGB Variations
Color information
#D77585 (or 0xD77585) is known color: Charm. HEX triplet: D7, 75 and 85. RGB value is (215,117,133). Sum of RGB (Red+Green+Blue) = 215+117+133=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D77585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77585 is #288A7A. Grayscale: #949494. Windows color (decimal): -2656891 or 8746455. OLE color: 8746455.
HSL color Cylindrical-coordinate representation of color #D77585: hue angle of 350.2º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77585 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 133 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.16 |
| HSL | 350.2º | 0.55% | 0.65% | - |
| HSV(B) | 350.2º | 0.46% | 0.84% | - |
| XYZ | 38.62 | 28.86 | 25.73 | - |
| YUV | 148.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 133 | 0 | 0.46 | 0.38 | 0.16 | 350.2 | 0.55 | 0.65 |
| Hex | D7 | 75 | 85 | 0 | 2E | 26 | 10 | 15E | 37 | 41 |
| Octal | 327 | 165 | 205 | 0 | 56 | 46 | 20 | 536 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10000101 | 0 | 101110 | 100110 | 10000 | 101011110 | 110111 | 1000001 |
Color Harmonies of #D77585
Complementary color
Monochromatic Colors of #D77585
Black with #D77585
Text Example
Text Example
White with #D77585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77585; }
p { color: rgb(215,117,133); }
H1.HeaderClassName
{
color: #D77585;
}
.AnyTagClassName
{
color: #D77585;
}
</style>
background-color css
<style>
a { background-color: #D77585; }
a { background-color: rgb(215,117,133); }
div.DivClassName
{
background-color: #D77585;
}
.BgClassName
{
background-color: #D77585;
}
</style>
border-color css
<style>
span { border-color: #D77585; }
span { border-color: rgb(215,117,133); }
td.TdClassName
{
border-color: #D77585;
}
.TagClassName
{
border-color: #D77585;
}
</style>