Shades of Pale Violet Red #DC77AC
Tints of Pale Violet Red #DC77AC
RGB
CMYK
RGB Variations
Color information
#DC77AC (or 0xDC77AC) is known color: Pale Violet Red. HEX triplet: DC, 77 and AC. RGB value is (220,119,172). Sum of RGB (Red+Green+Blue) = 220+119+172=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77AC is #238853. Grayscale: #9B9B9B. Windows color (decimal): -2328660 or 11302876. OLE color: 11302876.
HSL color Cylindrical-coordinate representation of color #DC77AC: hue angle of 328.51º 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 #DC77AC is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 172 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.14 |
| HSL | 328.51º | 0.59% | 0.66% | - |
| HSV(B) | 328.51º | 0.46% | 0.86% | - |
| XYZ | 43.56 | 31.39 | 42.79 | - |
| YUV | 155.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 172 | 0 | 0.46 | 0.22 | 0.14 | 328.51 | 0.59 | 0.66 |
| Hex | DC | 77 | AC | 0 | 2E | 16 | E | 149 | 3B | 42 |
| Octal | 334 | 167 | 254 | 0 | 56 | 26 | 16 | 511 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10101100 | 0 | 101110 | 10110 | 1110 | 101001001 | 111011 | 1000010 |
Color Harmonies of #DC77AC
Complementary color
Monochromatic Colors of #DC77AC
Black with #DC77AC
Text Example
Text Example
White with #DC77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77AC; }
p { color: rgb(220,119,172); }
H1.HeaderClassName
{
color: #DC77AC;
}
.AnyTagClassName
{
color: #DC77AC;
}
</style>
background-color css
<style>
a { background-color: #DC77AC; }
a { background-color: rgb(220,119,172); }
div.DivClassName
{
background-color: #DC77AC;
}
.BgClassName
{
background-color: #DC77AC;
}
</style>
border-color css
<style>
span { border-color: #DC77AC; }
span { border-color: rgb(220,119,172); }
td.TdClassName
{
border-color: #DC77AC;
}
.TagClassName
{
border-color: #DC77AC;
}
</style>