Shades of Pale Violet Red #D5779A
Tints of Pale Violet Red #D5779A
RGB
CMYK
RGB Variations
Color information
#D5779A (or 0xD5779A) is known color: Pale Violet Red. HEX triplet: D5, 77 and 9A. RGB value is (213,119,154). Sum of RGB (Red+Green+Blue) = 213+119+154=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5779A is #2A8865. Grayscale: #979797. Windows color (decimal): -2787430 or 10123221. OLE color: 10123221.
HSL color Cylindrical-coordinate representation of color #D5779A: hue angle of 337.66º 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 #D5779A is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 154 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.16 |
| HSL | 337.66º | 0.53% | 0.65% | - |
| HSV(B) | 337.66º | 0.44% | 0.84% | - |
| XYZ | 39.87 | 29.67 | 34.2 | - |
| YUV | 151.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 154 | 0 | 0.44 | 0.28 | 0.16 | 337.66 | 0.53 | 0.65 |
| Hex | D5 | 77 | 9A | 0 | 2C | 1C | 10 | 152 | 35 | 41 |
| Octal | 325 | 167 | 232 | 0 | 54 | 34 | 20 | 522 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10011010 | 0 | 101100 | 11100 | 10000 | 101010010 | 110101 | 1000001 |
Color Harmonies of #D5779A
Complementary color
Monochromatic Colors of #D5779A
Black with #D5779A
Text Example
Text Example
White with #D5779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5779A; }
p { color: rgb(213,119,154); }
H1.HeaderClassName
{
color: #D5779A;
}
.AnyTagClassName
{
color: #D5779A;
}
</style>
background-color css
<style>
a { background-color: #D5779A; }
a { background-color: rgb(213,119,154); }
div.DivClassName
{
background-color: #D5779A;
}
.BgClassName
{
background-color: #D5779A;
}
</style>
border-color css
<style>
span { border-color: #D5779A; }
span { border-color: rgb(213,119,154); }
td.TdClassName
{
border-color: #D5779A;
}
.TagClassName
{
border-color: #D5779A;
}
</style>