Shades of Pale Violet Red #D77A94
Tints of Pale Violet Red #D77A94
RGB
CMYK
RGB Variations
Color information
#D77A94 (or 0xD77A94) is known color: Pale Violet Red. HEX triplet: D7, 7A and 94. RGB value is (215,122,148). Sum of RGB (Red+Green+Blue) = 215+122+148=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A94 is #28856B. Grayscale: #989898. Windows color (decimal): -2655596 or 9730775. OLE color: 9730775.
HSL color Cylindrical-coordinate representation of color #D77A94: hue angle of 343.23º degrees, saturation: 0.54, 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 #D77A94 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 148 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.16 |
| HSL | 343.23º | 0.54% | 0.66% | - |
| HSV(B) | 343.23º | 0.43% | 0.84% | - |
| XYZ | 40.33 | 30.5 | 31.78 | - |
| YUV | 152.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 148 | 0 | 0.43 | 0.31 | 0.16 | 343.23 | 0.54 | 0.66 |
| Hex | D7 | 7A | 94 | 0 | 2B | 1F | 10 | 157 | 36 | 42 |
| Octal | 327 | 172 | 224 | 0 | 53 | 37 | 20 | 527 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10010100 | 0 | 101011 | 11111 | 10000 | 101010111 | 110110 | 1000010 |
Color Harmonies of #D77A94
Complementary color
Monochromatic Colors of #D77A94
Black with #D77A94
Text Example
Text Example
White with #D77A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A94; }
p { color: rgb(215,122,148); }
H1.HeaderClassName
{
color: #D77A94;
}
.AnyTagClassName
{
color: #D77A94;
}
</style>
background-color css
<style>
a { background-color: #D77A94; }
a { background-color: rgb(215,122,148); }
div.DivClassName
{
background-color: #D77A94;
}
.BgClassName
{
background-color: #D77A94;
}
</style>
border-color css
<style>
span { border-color: #D77A94; }
span { border-color: rgb(215,122,148); }
td.TdClassName
{
border-color: #D77A94;
}
.TagClassName
{
border-color: #D77A94;
}
</style>