Shades of Pale Violet Red #DC77A1
Tints of Pale Violet Red #DC77A1
RGB
CMYK
RGB Variations
Color information
#DC77A1 (or 0xDC77A1) is known color: Pale Violet Red. HEX triplet: DC, 77 and A1. RGB value is (220,119,161). Sum of RGB (Red+Green+Blue) = 220+119+161=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77A1 is #23885E. Grayscale: #999999. Windows color (decimal): -2328671 or 10581980. OLE color: 10581980.
HSL color Cylindrical-coordinate representation of color #DC77A1: hue angle of 335.05º 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 #DC77A1 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 161 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.14 |
| HSL | 335.05º | 0.59% | 0.66% | - |
| HSV(B) | 335.05º | 0.46% | 0.86% | - |
| XYZ | 42.55 | 30.98 | 37.46 | - |
| YUV | 153.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 161 | 0 | 0.46 | 0.27 | 0.14 | 335.05 | 0.59 | 0.66 |
| Hex | DC | 77 | A1 | 0 | 2E | 1B | E | 14F | 3B | 42 |
| Octal | 334 | 167 | 241 | 0 | 56 | 33 | 16 | 517 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10100001 | 0 | 101110 | 11011 | 1110 | 101001111 | 111011 | 1000010 |
Color Harmonies of #DC77A1
Complementary color
Monochromatic Colors of #DC77A1
Black with #DC77A1
Text Example
Text Example
White with #DC77A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77A1; }
p { color: rgb(220,119,161); }
H1.HeaderClassName
{
color: #DC77A1;
}
.AnyTagClassName
{
color: #DC77A1;
}
</style>
background-color css
<style>
a { background-color: #DC77A1; }
a { background-color: rgb(220,119,161); }
div.DivClassName
{
background-color: #DC77A1;
}
.BgClassName
{
background-color: #DC77A1;
}
</style>
border-color css
<style>
span { border-color: #DC77A1; }
span { border-color: rgb(220,119,161); }
td.TdClassName
{
border-color: #DC77A1;
}
.TagClassName
{
border-color: #DC77A1;
}
</style>