Shades of Pale Violet Red #D77D9D
Tints of Pale Violet Red #D77D9D
RGB
CMYK
RGB Variations
Color information
#D77D9D (or 0xD77D9D) is known color: Pale Violet Red. HEX triplet: D7, 7D and 9D. RGB value is (215,125,157). Sum of RGB (Red+Green+Blue) = 215+125+157=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D9D is #288262. Grayscale: #9B9B9B. Windows color (decimal): -2654819 or 10321367. OLE color: 10321367.
HSL color Cylindrical-coordinate representation of color #D77D9D: hue angle of 338.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77D9D is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 157 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.16 |
| HSL | 338.67º | 0.53% | 0.67% | - |
| HSV(B) | 338.67º | 0.42% | 0.84% | - |
| XYZ | 41.44 | 31.55 | 35.8 | - |
| YUV | 155.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 157 | 0 | 0.42 | 0.27 | 0.16 | 338.67 | 0.53 | 0.67 |
| Hex | D7 | 7D | 9D | 0 | 2A | 1B | 10 | 153 | 35 | 43 |
| Octal | 327 | 175 | 235 | 0 | 52 | 33 | 20 | 523 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10011101 | 0 | 101010 | 11011 | 10000 | 101010011 | 110101 | 1000011 |
Color Harmonies of #D77D9D
Complementary color
Monochromatic Colors of #D77D9D
Black with #D77D9D
Text Example
Text Example
White with #D77D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D9D; }
p { color: rgb(215,125,157); }
H1.HeaderClassName
{
color: #D77D9D;
}
.AnyTagClassName
{
color: #D77D9D;
}
</style>
background-color css
<style>
a { background-color: #D77D9D; }
a { background-color: rgb(215,125,157); }
div.DivClassName
{
background-color: #D77D9D;
}
.BgClassName
{
background-color: #D77D9D;
}
</style>
border-color css
<style>
span { border-color: #D77D9D; }
span { border-color: rgb(215,125,157); }
td.TdClassName
{
border-color: #D77D9D;
}
.TagClassName
{
border-color: #D77D9D;
}
</style>