Shades of Pale Violet Red #D7779F
Tints of Pale Violet Red #D7779F
RGB
CMYK
RGB Variations
Color information
#D7779F (or 0xD7779F) is known color: Pale Violet Red. HEX triplet: D7, 77 and 9F. RGB value is (215,119,159). Sum of RGB (Red+Green+Blue) = 215+119+159=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7779F is #288860. Grayscale: #989898. Windows color (decimal): -2656353 or 10450903. OLE color: 10450903.
HSL color Cylindrical-coordinate representation of color #D7779F: hue angle of 335º 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 #D7779F is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 159 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.16 |
| HSL | 335º | 0.55% | 0.65% | - |
| HSV(B) | 335º | 0.45% | 0.84% | - |
| XYZ | 40.88 | 30.14 | 36.46 | - |
| YUV | 152.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 159 | 0 | 0.45 | 0.26 | 0.16 | 335 | 0.55 | 0.65 |
| Hex | D7 | 77 | 9F | 0 | 2D | 1A | 10 | 14F | 37 | 41 |
| Octal | 327 | 167 | 237 | 0 | 55 | 32 | 20 | 517 | 67 | 101 |
| Binary | 11010111 | 1110111 | 10011111 | 0 | 101101 | 11010 | 10000 | 101001111 | 110111 | 1000001 |
Color Harmonies of #D7779F
Complementary color
Monochromatic Colors of #D7779F
Black with #D7779F
Text Example
Text Example
White with #D7779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7779F; }
p { color: rgb(215,119,159); }
H1.HeaderClassName
{
color: #D7779F;
}
.AnyTagClassName
{
color: #D7779F;
}
</style>
background-color css
<style>
a { background-color: #D7779F; }
a { background-color: rgb(215,119,159); }
div.DivClassName
{
background-color: #D7779F;
}
.BgClassName
{
background-color: #D7779F;
}
</style>
border-color css
<style>
span { border-color: #D7779F; }
span { border-color: rgb(215,119,159); }
td.TdClassName
{
border-color: #D7779F;
}
.TagClassName
{
border-color: #D7779F;
}
</style>