Shades of Pale Violet Red #DC77AA
Tints of Pale Violet Red #DC77AA
RGB
CMYK
RGB Variations
Color information
#DC77AA (or 0xDC77AA) is known color: Pale Violet Red. HEX triplet: DC, 77 and AA. RGB value is (220,119,170). Sum of RGB (Red+Green+Blue) = 220+119+170=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77AA is #238855. Grayscale: #9A9A9A. Windows color (decimal): -2328662 or 11171804. OLE color: 11171804.
HSL color Cylindrical-coordinate representation of color #DC77AA: hue angle of 329.7º 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 #DC77AA is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 170 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.14 |
| HSL | 329.7º | 0.59% | 0.66% | - |
| HSV(B) | 329.7º | 0.46% | 0.86% | - |
| XYZ | 43.37 | 31.31 | 41.79 | - |
| YUV | 155.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 170 | 0 | 0.46 | 0.23 | 0.14 | 329.7 | 0.59 | 0.66 |
| Hex | DC | 77 | AA | 0 | 2E | 17 | E | 14A | 3B | 42 |
| Octal | 334 | 167 | 252 | 0 | 56 | 27 | 16 | 512 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10101010 | 0 | 101110 | 10111 | 1110 | 101001010 | 111011 | 1000010 |
Color Harmonies of #DC77AA
Complementary color
Monochromatic Colors of #DC77AA
Black with #DC77AA
Text Example
Text Example
White with #DC77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77AA; }
p { color: rgb(220,119,170); }
H1.HeaderClassName
{
color: #DC77AA;
}
.AnyTagClassName
{
color: #DC77AA;
}
</style>
background-color css
<style>
a { background-color: #DC77AA; }
a { background-color: rgb(220,119,170); }
div.DivClassName
{
background-color: #DC77AA;
}
.BgClassName
{
background-color: #DC77AA;
}
</style>
border-color css
<style>
span { border-color: #DC77AA; }
span { border-color: rgb(220,119,170); }
td.TdClassName
{
border-color: #DC77AA;
}
.TagClassName
{
border-color: #DC77AA;
}
</style>