Shades of Pale Violet Red #D77691
Tints of Pale Violet Red #D77691
RGB
CMYK
RGB Variations
Color information
#D77691 (or 0xD77691) is known color: Pale Violet Red. HEX triplet: D7, 76 and 91. RGB value is (215,118,145). Sum of RGB (Red+Green+Blue) = 215+118+145=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D77691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77691 is #28896E. Grayscale: #969696. Windows color (decimal): -2656623 or 9533143. OLE color: 9533143.
HSL color Cylindrical-coordinate representation of color #D77691: hue angle of 343.3º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77691 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 145 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.16 |
| HSL | 343.3º | 0.55% | 0.65% | - |
| HSV(B) | 343.3º | 0.45% | 0.84% | - |
| XYZ | 39.61 | 29.45 | 30.38 | - |
| YUV | 150.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 145 | 0 | 0.45 | 0.33 | 0.16 | 343.3 | 0.55 | 0.65 |
| Hex | D7 | 76 | 91 | 0 | 2D | 21 | 10 | 157 | 37 | 41 |
| Octal | 327 | 166 | 221 | 0 | 55 | 41 | 20 | 527 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10010001 | 0 | 101101 | 100001 | 10000 | 101010111 | 110111 | 1000001 |
Color Harmonies of #D77691
Complementary color
Monochromatic Colors of #D77691
Black with #D77691
Text Example
Text Example
White with #D77691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77691; }
p { color: rgb(215,118,145); }
H1.HeaderClassName
{
color: #D77691;
}
.AnyTagClassName
{
color: #D77691;
}
</style>
background-color css
<style>
a { background-color: #D77691; }
a { background-color: rgb(215,118,145); }
div.DivClassName
{
background-color: #D77691;
}
.BgClassName
{
background-color: #D77691;
}
</style>
border-color css
<style>
span { border-color: #D77691; }
span { border-color: rgb(215,118,145); }
td.TdClassName
{
border-color: #D77691;
}
.TagClassName
{
border-color: #D77691;
}
</style>