Shades of Pale Violet Red #D77794
Tints of Pale Violet Red #D77794
RGB
CMYK
RGB Variations
Color information
#D77794 (or 0xD77794) is known color: Pale Violet Red. HEX triplet: D7, 77 and 94. RGB value is (215,119,148). Sum of RGB (Red+Green+Blue) = 215+119+148=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77794 is #28886B. Grayscale: #969696. Windows color (decimal): -2656364 or 9730007. OLE color: 9730007.
HSL color Cylindrical-coordinate representation of color #D77794: hue angle of 341.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77794 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 148 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.16 |
| HSL | 341.88º | 0.55% | 0.65% | - |
| HSV(B) | 341.88º | 0.45% | 0.84% | - |
| XYZ | 39.97 | 29.78 | 31.66 | - |
| YUV | 151.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 148 | 0 | 0.45 | 0.31 | 0.16 | 341.88 | 0.55 | 0.65 |
| Hex | D7 | 77 | 94 | 0 | 2D | 1F | 10 | 156 | 37 | 41 |
| Octal | 327 | 167 | 224 | 0 | 55 | 37 | 20 | 526 | 67 | 101 |
| Binary | 11010111 | 1110111 | 10010100 | 0 | 101101 | 11111 | 10000 | 101010110 | 110111 | 1000001 |
Color Harmonies of #D77794
Complementary color
Monochromatic Colors of #D77794
Black with #D77794
Text Example
Text Example
White with #D77794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77794; }
p { color: rgb(215,119,148); }
H1.HeaderClassName
{
color: #D77794;
}
.AnyTagClassName
{
color: #D77794;
}
</style>
background-color css
<style>
a { background-color: #D77794; }
a { background-color: rgb(215,119,148); }
div.DivClassName
{
background-color: #D77794;
}
.BgClassName
{
background-color: #D77794;
}
</style>
border-color css
<style>
span { border-color: #D77794; }
span { border-color: rgb(215,119,148); }
td.TdClassName
{
border-color: #D77794;
}
.TagClassName
{
border-color: #D77794;
}
</style>