Shades of Pale Violet Red #D77B96
Tints of Pale Violet Red #D77B96
RGB
CMYK
RGB Variations
Color information
#D77B96 (or 0xD77B96) is known color: Pale Violet Red. HEX triplet: D7, 7B and 96. RGB value is (215,123,150). Sum of RGB (Red+Green+Blue) = 215+123+150=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B96 is #288469. Grayscale: #999999. Windows color (decimal): -2655338 or 9862103. OLE color: 9862103.
HSL color Cylindrical-coordinate representation of color #D77B96: hue angle of 342.39º 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 #D77B96 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 150 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.16 |
| HSL | 342.39º | 0.53% | 0.66% | - |
| HSV(B) | 342.39º | 0.43% | 0.84% | - |
| XYZ | 40.61 | 30.82 | 32.66 | - |
| YUV | 153.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 150 | 0 | 0.43 | 0.30 | 0.16 | 342.39 | 0.53 | 0.66 |
| Hex | D7 | 7B | 96 | 0 | 2B | 1E | 10 | 156 | 35 | 42 |
| Octal | 327 | 173 | 226 | 0 | 53 | 36 | 20 | 526 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10010110 | 0 | 101011 | 11110 | 10000 | 101010110 | 110101 | 1000010 |
Color Harmonies of #D77B96
Complementary color
Monochromatic Colors of #D77B96
Black with #D77B96
Text Example
Text Example
White with #D77B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B96; }
p { color: rgb(215,123,150); }
H1.HeaderClassName
{
color: #D77B96;
}
.AnyTagClassName
{
color: #D77B96;
}
</style>
background-color css
<style>
a { background-color: #D77B96; }
a { background-color: rgb(215,123,150); }
div.DivClassName
{
background-color: #D77B96;
}
.BgClassName
{
background-color: #D77B96;
}
</style>
border-color css
<style>
span { border-color: #D77B96; }
span { border-color: rgb(215,123,150); }
td.TdClassName
{
border-color: #D77B96;
}
.TagClassName
{
border-color: #D77B96;
}
</style>