Shades of Pale Violet Red #DC779E
Tints of Pale Violet Red #DC779E
RGB
CMYK
RGB Variations
Color information
#DC779E (or 0xDC779E) is known color: Pale Violet Red. HEX triplet: DC, 77 and 9E. RGB value is (220,119,158). Sum of RGB (Red+Green+Blue) = 220+119+158=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC779E is #238861. Grayscale: #999999. Windows color (decimal): -2328674 or 10385372. OLE color: 10385372.
HSL color Cylindrical-coordinate representation of color #DC779E: hue angle of 336.83º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC779E is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 158 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.14 |
| HSL | 336.83º | 0.59% | 0.66% | - |
| HSV(B) | 336.83º | 0.46% | 0.86% | - |
| XYZ | 42.28 | 30.88 | 36.08 | - |
| YUV | 153.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 158 | 0 | 0.46 | 0.28 | 0.14 | 336.83 | 0.59 | 0.66 |
| Hex | DC | 77 | 9E | 0 | 2E | 1C | E | 151 | 3B | 42 |
| Octal | 334 | 167 | 236 | 0 | 56 | 34 | 16 | 521 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10011110 | 0 | 101110 | 11100 | 1110 | 101010001 | 111011 | 1000010 |
Color Harmonies of #DC779E
Complementary color
Monochromatic Colors of #DC779E
Black with #DC779E
Text Example
Text Example
White with #DC779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC779E; }
p { color: rgb(220,119,158); }
H1.HeaderClassName
{
color: #DC779E;
}
.AnyTagClassName
{
color: #DC779E;
}
</style>
background-color css
<style>
a { background-color: #DC779E; }
a { background-color: rgb(220,119,158); }
div.DivClassName
{
background-color: #DC779E;
}
.BgClassName
{
background-color: #DC779E;
}
</style>
border-color css
<style>
span { border-color: #DC779E; }
span { border-color: rgb(220,119,158); }
td.TdClassName
{
border-color: #DC779E;
}
.TagClassName
{
border-color: #DC779E;
}
</style>