Shades of Pale Violet Red #D5779F
Tints of Pale Violet Red #D5779F
RGB
CMYK
RGB Variations
Color information
#D5779F (or 0xD5779F) is known color: Pale Violet Red. HEX triplet: D5, 77 and 9F. RGB value is (213,119,159). Sum of RGB (Red+Green+Blue) = 213+119+159=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5779F is #2A8860. Grayscale: #979797. Windows color (decimal): -2787425 or 10450901. OLE color: 10450901.
HSL color Cylindrical-coordinate representation of color #D5779F: hue angle of 334.47º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5779F is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 159 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.16 |
| HSL | 334.47º | 0.53% | 0.65% | - |
| HSV(B) | 334.47º | 0.44% | 0.84% | - |
| XYZ | 40.3 | 29.84 | 36.44 | - |
| YUV | 151.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 159 | 0 | 0.44 | 0.25 | 0.16 | 334.47 | 0.53 | 0.65 |
| Hex | D5 | 77 | 9F | 0 | 2C | 19 | 10 | 14E | 35 | 41 |
| Octal | 325 | 167 | 237 | 0 | 54 | 31 | 20 | 516 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10011111 | 0 | 101100 | 11001 | 10000 | 101001110 | 110101 | 1000001 |
Color Harmonies of #D5779F
Complementary color
Monochromatic Colors of #D5779F
Black with #D5779F
Text Example
Text Example
White with #D5779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5779F; }
p { color: rgb(213,119,159); }
H1.HeaderClassName
{
color: #D5779F;
}
.AnyTagClassName
{
color: #D5779F;
}
</style>
background-color css
<style>
a { background-color: #D5779F; }
a { background-color: rgb(213,119,159); }
div.DivClassName
{
background-color: #D5779F;
}
.BgClassName
{
background-color: #D5779F;
}
</style>
border-color css
<style>
span { border-color: #D5779F; }
span { border-color: rgb(213,119,159); }
td.TdClassName
{
border-color: #D5779F;
}
.TagClassName
{
border-color: #D5779F;
}
</style>