Shades of Charm #D77381
Tints of Charm #D77381
RGB
CMYK
RGB Variations
Color information
#D77381 (or 0xD77381) is known color: Charm. HEX triplet: D7, 73 and 81. RGB value is (215,115,129). Sum of RGB (Red+Green+Blue) = 215+115+129=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D77381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77381 is #288C7E. Grayscale: #929292. Windows color (decimal): -2657407 or 8483799. OLE color: 8483799.
HSL color Cylindrical-coordinate representation of color #D77381: hue angle of 351.6º 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 #D77381 is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 129 | - |
| CMYK | 0 | 0.47 | 0.4 | 0.16 |
| HSL | 351.6º | 0.56% | 0.65% | - |
| HSV(B) | 351.6º | 0.47% | 0.84% | - |
| XYZ | 38.12 | 28.29 | 24.22 | - |
| YUV | 146.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 129 | 0 | 0.47 | 0.4 | 0.16 | 351.6 | 0.56 | 0.65 |
| Hex | D7 | 73 | 81 | 0 | 2F | 28 | 10 | 160 | 38 | 41 |
| Octal | 327 | 163 | 201 | 0 | 57 | 50 | 20 | 540 | 70 | 101 |
| Binary | 11010111 | 1110011 | 10000001 | 0 | 101111 | 101000 | 10000 | 101100000 | 111000 | 1000001 |
Color Harmonies of #D77381
Complementary color
Monochromatic Colors of #D77381
Black with #D77381
Text Example
Text Example
White with #D77381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77381; }
p { color: rgb(215,115,129); }
H1.HeaderClassName
{
color: #D77381;
}
.AnyTagClassName
{
color: #D77381;
}
</style>
background-color css
<style>
a { background-color: #D77381; }
a { background-color: rgb(215,115,129); }
div.DivClassName
{
background-color: #D77381;
}
.BgClassName
{
background-color: #D77381;
}
</style>
border-color css
<style>
span { border-color: #D77381; }
span { border-color: rgb(215,115,129); }
td.TdClassName
{
border-color: #D77381;
}
.TagClassName
{
border-color: #D77381;
}
</style>