Shades of Pale Violet Red #D77993
Tints of Pale Violet Red #D77993
RGB
CMYK
RGB Variations
Color information
#D77993 (or 0xD77993) is known color: Pale Violet Red. HEX triplet: D7, 79 and 93. RGB value is (215,121,147). Sum of RGB (Red+Green+Blue) = 215+121+147=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D77993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77993 is #28866C. Grayscale: #989898. Windows color (decimal): -2655853 or 9664983. OLE color: 9664983.
HSL color Cylindrical-coordinate representation of color #D77993: hue angle of 343.4º 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 #D77993 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 147 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.16 |
| HSL | 343.4º | 0.54% | 0.66% | - |
| HSV(B) | 343.4º | 0.44% | 0.84% | - |
| XYZ | 40.13 | 30.23 | 31.32 | - |
| YUV | 152.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 147 | 0 | 0.44 | 0.32 | 0.16 | 343.4 | 0.54 | 0.66 |
| Hex | D7 | 79 | 93 | 0 | 2C | 20 | 10 | 157 | 36 | 42 |
| Octal | 327 | 171 | 223 | 0 | 54 | 40 | 20 | 527 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10010011 | 0 | 101100 | 100000 | 10000 | 101010111 | 110110 | 1000010 |
Color Harmonies of #D77993
Complementary color
Monochromatic Colors of #D77993
Black with #D77993
Text Example
Text Example
White with #D77993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77993; }
p { color: rgb(215,121,147); }
H1.HeaderClassName
{
color: #D77993;
}
.AnyTagClassName
{
color: #D77993;
}
</style>
background-color css
<style>
a { background-color: #D77993; }
a { background-color: rgb(215,121,147); }
div.DivClassName
{
background-color: #D77993;
}
.BgClassName
{
background-color: #D77993;
}
</style>
border-color css
<style>
span { border-color: #D77993; }
span { border-color: rgb(215,121,147); }
td.TdClassName
{
border-color: #D77993;
}
.TagClassName
{
border-color: #D77993;
}
</style>