Shades of Pale Violet Red #D77591
Tints of Pale Violet Red #D77591
RGB
CMYK
RGB Variations
Color information
#D77591 (or 0xD77591) is known color: Pale Violet Red. HEX triplet: D7, 75 and 91. RGB value is (215,117,145). Sum of RGB (Red+Green+Blue) = 215+117+145=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D77591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77591 is #288A6E. Grayscale: #959595. Windows color (decimal): -2656879 or 9532887. OLE color: 9532887.
HSL color Cylindrical-coordinate representation of color #D77591: hue angle of 342.86º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77591 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 145 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.16 |
| HSL | 342.86º | 0.55% | 0.65% | - |
| HSV(B) | 342.86º | 0.46% | 0.84% | - |
| XYZ | 39.5 | 29.21 | 30.35 | - |
| YUV | 149.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 145 | 0 | 0.46 | 0.33 | 0.16 | 342.86 | 0.55 | 0.65 |
| Hex | D7 | 75 | 91 | 0 | 2E | 21 | 10 | 157 | 37 | 41 |
| Octal | 327 | 165 | 221 | 0 | 56 | 41 | 20 | 527 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10010001 | 0 | 101110 | 100001 | 10000 | 101010111 | 110111 | 1000001 |
Color Harmonies of #D77591
Complementary color
Monochromatic Colors of #D77591
Black with #D77591
Text Example
Text Example
White with #D77591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77591; }
p { color: rgb(215,117,145); }
H1.HeaderClassName
{
color: #D77591;
}
.AnyTagClassName
{
color: #D77591;
}
</style>
background-color css
<style>
a { background-color: #D77591; }
a { background-color: rgb(215,117,145); }
div.DivClassName
{
background-color: #D77591;
}
.BgClassName
{
background-color: #D77591;
}
</style>
border-color css
<style>
span { border-color: #D77591; }
span { border-color: rgb(215,117,145); }
td.TdClassName
{
border-color: #D77591;
}
.TagClassName
{
border-color: #D77591;
}
</style>