Shades of Pale Violet Red #DC77A5
Tints of Pale Violet Red #DC77A5
RGB
CMYK
RGB Variations
Color information
#DC77A5 (or 0xDC77A5) is known color: Pale Violet Red. HEX triplet: DC, 77 and A5. RGB value is (220,119,165). Sum of RGB (Red+Green+Blue) = 220+119+165=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77A5 is #23885A. Grayscale: #9A9A9A. Windows color (decimal): -2328667 or 10844124. OLE color: 10844124.
HSL color Cylindrical-coordinate representation of color #DC77A5: hue angle of 332.67º 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 #DC77A5 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 165 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.14 |
| HSL | 332.67º | 0.59% | 0.66% | - |
| HSV(B) | 332.67º | 0.46% | 0.86% | - |
| XYZ | 42.9 | 31.13 | 39.34 | - |
| YUV | 154.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 165 | 0 | 0.46 | 0.25 | 0.14 | 332.67 | 0.59 | 0.66 |
| Hex | DC | 77 | A5 | 0 | 2E | 19 | E | 14D | 3B | 42 |
| Octal | 334 | 167 | 245 | 0 | 56 | 31 | 16 | 515 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10100101 | 0 | 101110 | 11001 | 1110 | 101001101 | 111011 | 1000010 |
Color Harmonies of #DC77A5
Complementary color
Monochromatic Colors of #DC77A5
Black with #DC77A5
Text Example
Text Example
White with #DC77A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77A5; }
p { color: rgb(220,119,165); }
H1.HeaderClassName
{
color: #DC77A5;
}
.AnyTagClassName
{
color: #DC77A5;
}
</style>
background-color css
<style>
a { background-color: #DC77A5; }
a { background-color: rgb(220,119,165); }
div.DivClassName
{
background-color: #DC77A5;
}
.BgClassName
{
background-color: #DC77A5;
}
</style>
border-color css
<style>
span { border-color: #DC77A5; }
span { border-color: rgb(220,119,165); }
td.TdClassName
{
border-color: #DC77A5;
}
.TagClassName
{
border-color: #DC77A5;
}
</style>