Shades of Pale Violet Red #D77A93
Tints of Pale Violet Red #D77A93
RGB
CMYK
RGB Variations
Color information
#D77A93 (or 0xD77A93) is known color: Pale Violet Red. HEX triplet: D7, 7A and 93. RGB value is (215,122,147). Sum of RGB (Red+Green+Blue) = 215+122+147=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A93 is #28856C. Grayscale: #989898. Windows color (decimal): -2655597 or 9665239. OLE color: 9665239.
HSL color Cylindrical-coordinate representation of color #D77A93: hue angle of 343.87º 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 #D77A93 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 147 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.16 |
| HSL | 343.87º | 0.54% | 0.66% | - |
| HSV(B) | 343.87º | 0.43% | 0.84% | - |
| XYZ | 40.25 | 30.47 | 31.36 | - |
| YUV | 152.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 147 | 0 | 0.43 | 0.32 | 0.16 | 343.87 | 0.54 | 0.66 |
| Hex | D7 | 7A | 93 | 0 | 2B | 20 | 10 | 158 | 36 | 42 |
| Octal | 327 | 172 | 223 | 0 | 53 | 40 | 20 | 530 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10010011 | 0 | 101011 | 100000 | 10000 | 101011000 | 110110 | 1000010 |
Color Harmonies of #D77A93
Complementary color
Monochromatic Colors of #D77A93
Black with #D77A93
Text Example
Text Example
White with #D77A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A93; }
p { color: rgb(215,122,147); }
H1.HeaderClassName
{
color: #D77A93;
}
.AnyTagClassName
{
color: #D77A93;
}
</style>
background-color css
<style>
a { background-color: #D77A93; }
a { background-color: rgb(215,122,147); }
div.DivClassName
{
background-color: #D77A93;
}
.BgClassName
{
background-color: #D77A93;
}
</style>
border-color css
<style>
span { border-color: #D77A93; }
span { border-color: rgb(215,122,147); }
td.TdClassName
{
border-color: #D77A93;
}
.TagClassName
{
border-color: #D77A93;
}
</style>