Shades of Charm #D77387
Tints of Charm #D77387
RGB
CMYK
RGB Variations
Color information
#D77387 (or 0xD77387) is known color: Charm. HEX triplet: D7, 73 and 87. RGB value is (215,115,135). Sum of RGB (Red+Green+Blue) = 215+115+135=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D77387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77387 is #288C78. Grayscale: #939393. Windows color (decimal): -2657401 or 8877015. OLE color: 8877015.
HSL color Cylindrical-coordinate representation of color #D77387: hue angle of 348º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77387 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 135 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.16 |
| HSL | 348º | 0.56% | 0.65% | - |
| HSV(B) | 348º | 0.47% | 0.84% | - |
| XYZ | 38.53 | 28.46 | 26.38 | - |
| YUV | 147.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 135 | 0 | 0.47 | 0.37 | 0.16 | 348 | 0.56 | 0.65 |
| Hex | D7 | 73 | 87 | 0 | 2F | 25 | 10 | 15C | 38 | 41 |
| Octal | 327 | 163 | 207 | 0 | 57 | 45 | 20 | 534 | 70 | 101 |
| Binary | 11010111 | 1110011 | 10000111 | 0 | 101111 | 100101 | 10000 | 101011100 | 111000 | 1000001 |
Color Harmonies of #D77387
Complementary color
Monochromatic Colors of #D77387
Black with #D77387
Text Example
Text Example
White with #D77387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77387; }
p { color: rgb(215,115,135); }
H1.HeaderClassName
{
color: #D77387;
}
.AnyTagClassName
{
color: #D77387;
}
</style>
background-color css
<style>
a { background-color: #D77387; }
a { background-color: rgb(215,115,135); }
div.DivClassName
{
background-color: #D77387;
}
.BgClassName
{
background-color: #D77387;
}
</style>
border-color css
<style>
span { border-color: #D77387; }
span { border-color: rgb(215,115,135); }
td.TdClassName
{
border-color: #D77387;
}
.TagClassName
{
border-color: #D77387;
}
</style>