Shades of Pale Violet Red #D779A0
Tints of Pale Violet Red #D779A0
RGB
CMYK
RGB Variations
Color information
#D779A0 (or 0xD779A0) is known color: Pale Violet Red. HEX triplet: D7, 79 and A0. RGB value is (215,121,160). Sum of RGB (Red+Green+Blue) = 215+121+160=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D779A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D779A0 is #28865F. Grayscale: #999999. Windows color (decimal): -2655840 or 10516951. OLE color: 10516951.
HSL color Cylindrical-coordinate representation of color #D779A0: hue angle of 335.11º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D779A0 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 160 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.16 |
| HSL | 335.11º | 0.54% | 0.66% | - |
| HSV(B) | 335.11º | 0.44% | 0.84% | - |
| XYZ | 41.21 | 30.66 | 37 | - |
| YUV | 153.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 160 | 0 | 0.44 | 0.26 | 0.16 | 335.11 | 0.54 | 0.66 |
| Hex | D7 | 79 | A0 | 0 | 2C | 1A | 10 | 14F | 36 | 42 |
| Octal | 327 | 171 | 240 | 0 | 54 | 32 | 20 | 517 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10100000 | 0 | 101100 | 11010 | 10000 | 101001111 | 110110 | 1000010 |
Color Harmonies of #D779A0
Complementary color
Monochromatic Colors of #D779A0
Black with #D779A0
Text Example
Text Example
White with #D779A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779A0; }
p { color: rgb(215,121,160); }
H1.HeaderClassName
{
color: #D779A0;
}
.AnyTagClassName
{
color: #D779A0;
}
</style>
background-color css
<style>
a { background-color: #D779A0; }
a { background-color: rgb(215,121,160); }
div.DivClassName
{
background-color: #D779A0;
}
.BgClassName
{
background-color: #D779A0;
}
</style>
border-color css
<style>
span { border-color: #D779A0; }
span { border-color: rgb(215,121,160); }
td.TdClassName
{
border-color: #D779A0;
}
.TagClassName
{
border-color: #D779A0;
}
</style>