Shades of Pale Violet Red #DC77A2
Tints of Pale Violet Red #DC77A2
RGB
CMYK
RGB Variations
Color information
#DC77A2 (or 0xDC77A2) is known color: Pale Violet Red. HEX triplet: DC, 77 and A2. RGB value is (220,119,162). Sum of RGB (Red+Green+Blue) = 220+119+162=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77A2 is #23885D. Grayscale: #9A9A9A. Windows color (decimal): -2328670 or 10647516. OLE color: 10647516.
HSL color Cylindrical-coordinate representation of color #DC77A2: hue angle of 334.46º 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 #DC77A2 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 162 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.14 |
| HSL | 334.46º | 0.59% | 0.66% | - |
| HSV(B) | 334.46º | 0.46% | 0.86% | - |
| XYZ | 42.63 | 31.02 | 37.92 | - |
| YUV | 154.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 162 | 0 | 0.46 | 0.26 | 0.14 | 334.46 | 0.59 | 0.66 |
| Hex | DC | 77 | A2 | 0 | 2E | 1A | E | 14E | 3B | 42 |
| Octal | 334 | 167 | 242 | 0 | 56 | 32 | 16 | 516 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10100010 | 0 | 101110 | 11010 | 1110 | 101001110 | 111011 | 1000010 |
Color Harmonies of #DC77A2
Complementary color
Monochromatic Colors of #DC77A2
Black with #DC77A2
Text Example
Text Example
White with #DC77A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77A2; }
p { color: rgb(220,119,162); }
H1.HeaderClassName
{
color: #DC77A2;
}
.AnyTagClassName
{
color: #DC77A2;
}
</style>
background-color css
<style>
a { background-color: #DC77A2; }
a { background-color: rgb(220,119,162); }
div.DivClassName
{
background-color: #DC77A2;
}
.BgClassName
{
background-color: #DC77A2;
}
</style>
border-color css
<style>
span { border-color: #DC77A2; }
span { border-color: rgb(220,119,162); }
td.TdClassName
{
border-color: #DC77A2;
}
.TagClassName
{
border-color: #DC77A2;
}
</style>