Shades of Pale Violet Red #D77898
Tints of Pale Violet Red #D77898
RGB
CMYK
RGB Variations
Color information
#D77898 (or 0xD77898) is known color: Pale Violet Red. HEX triplet: D7, 78 and 98. RGB value is (215,120,152). Sum of RGB (Red+Green+Blue) = 215+120+152=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D77898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77898 is #288767. Grayscale: #989898. Windows color (decimal): -2656104 or 9992407. OLE color: 9992407.
HSL color Cylindrical-coordinate representation of color #D77898: hue angle of 339.79º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77898 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 152 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.16 |
| HSL | 339.79º | 0.54% | 0.66% | - |
| HSV(B) | 339.79º | 0.44% | 0.84% | - |
| XYZ | 40.41 | 30.15 | 33.39 | - |
| YUV | 152.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 152 | 0 | 0.44 | 0.29 | 0.16 | 339.79 | 0.54 | 0.66 |
| Hex | D7 | 78 | 98 | 0 | 2C | 1D | 10 | 154 | 36 | 42 |
| Octal | 327 | 170 | 230 | 0 | 54 | 35 | 20 | 524 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10011000 | 0 | 101100 | 11101 | 10000 | 101010100 | 110110 | 1000010 |
Color Harmonies of #D77898
Complementary color
Monochromatic Colors of #D77898
Black with #D77898
Text Example
Text Example
White with #D77898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77898; }
p { color: rgb(215,120,152); }
H1.HeaderClassName
{
color: #D77898;
}
.AnyTagClassName
{
color: #D77898;
}
</style>
background-color css
<style>
a { background-color: #D77898; }
a { background-color: rgb(215,120,152); }
div.DivClassName
{
background-color: #D77898;
}
.BgClassName
{
background-color: #D77898;
}
</style>
border-color css
<style>
span { border-color: #D77898; }
span { border-color: rgb(215,120,152); }
td.TdClassName
{
border-color: #D77898;
}
.TagClassName
{
border-color: #D77898;
}
</style>