Shades of Pale Violet Red #D77BA4
Tints of Pale Violet Red #D77BA4
RGB
CMYK
RGB Variations
Color information
#D77BA4 (or 0xD77BA4) is known color: Pale Violet Red. HEX triplet: D7, 7B and A4. RGB value is (215,123,164). Sum of RGB (Red+Green+Blue) = 215+123+164=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BA4 is #28845B. Grayscale: #9B9B9B. Windows color (decimal): -2655324 or 10779607. OLE color: 10779607.
HSL color Cylindrical-coordinate representation of color #D77BA4: hue angle of 333.26º degrees, saturation: 0.53, 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 #D77BA4 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 164 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.16 |
| HSL | 333.26º | 0.53% | 0.66% | - |
| HSV(B) | 333.26º | 0.43% | 0.84% | - |
| XYZ | 41.81 | 31.29 | 38.96 | - |
| YUV | 155.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 164 | 0 | 0.43 | 0.24 | 0.16 | 333.26 | 0.53 | 0.66 |
| Hex | D7 | 7B | A4 | 0 | 2B | 18 | 10 | 14D | 35 | 42 |
| Octal | 327 | 173 | 244 | 0 | 53 | 30 | 20 | 515 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10100100 | 0 | 101011 | 11000 | 10000 | 101001101 | 110101 | 1000010 |
Color Harmonies of #D77BA4
Complementary color
Monochromatic Colors of #D77BA4
Black with #D77BA4
Text Example
Text Example
White with #D77BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BA4; }
p { color: rgb(215,123,164); }
H1.HeaderClassName
{
color: #D77BA4;
}
.AnyTagClassName
{
color: #D77BA4;
}
</style>
background-color css
<style>
a { background-color: #D77BA4; }
a { background-color: rgb(215,123,164); }
div.DivClassName
{
background-color: #D77BA4;
}
.BgClassName
{
background-color: #D77BA4;
}
</style>
border-color css
<style>
span { border-color: #D77BA4; }
span { border-color: rgb(215,123,164); }
td.TdClassName
{
border-color: #D77BA4;
}
.TagClassName
{
border-color: #D77BA4;
}
</style>