Shades of Charm #D77B93
Tints of Charm #D77B93
RGB
CMYK
RGB Variations
Color information
#D77B93 (or 0xD77B93) is known color: Charm. HEX triplet: D7, 7B and 93. RGB value is (215,123,147). Sum of RGB (Red+Green+Blue) = 215+123+147=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B93 is #28846C. Grayscale: #999999. Windows color (decimal): -2655341 or 9665495. OLE color: 9665495.
HSL color Cylindrical-coordinate representation of color #D77B93: hue angle of 344.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77B93 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 147 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.16 |
| HSL | 344.35º | 0.53% | 0.66% | - |
| HSV(B) | 344.35º | 0.43% | 0.84% | - |
| XYZ | 40.37 | 30.72 | 31.41 | - |
| YUV | 153.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 147 | 0 | 0.43 | 0.32 | 0.16 | 344.35 | 0.53 | 0.66 |
| Hex | D7 | 7B | 93 | 0 | 2B | 20 | 10 | 158 | 35 | 42 |
| Octal | 327 | 173 | 223 | 0 | 53 | 40 | 20 | 530 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10010011 | 0 | 101011 | 100000 | 10000 | 101011000 | 110101 | 1000010 |
Color Harmonies of #D77B93
Complementary color
Monochromatic Colors of #D77B93
Black with #D77B93
Text Example
Text Example
White with #D77B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B93; }
p { color: rgb(215,123,147); }
H1.HeaderClassName
{
color: #D77B93;
}
.AnyTagClassName
{
color: #D77B93;
}
</style>
background-color css
<style>
a { background-color: #D77B93; }
a { background-color: rgb(215,123,147); }
div.DivClassName
{
background-color: #D77B93;
}
.BgClassName
{
background-color: #D77B93;
}
</style>
border-color css
<style>
span { border-color: #D77B93; }
span { border-color: rgb(215,123,147); }
td.TdClassName
{
border-color: #D77B93;
}
.TagClassName
{
border-color: #D77B93;
}
</style>