Shades of Pale Violet Red #DC79A1
Tints of Pale Violet Red #DC79A1
RGB
CMYK
RGB Variations
Color information
#DC79A1 (or 0xDC79A1) is known color: Pale Violet Red. HEX triplet: DC, 79 and A1. RGB value is (220,121,161). Sum of RGB (Red+Green+Blue) = 220+121+161=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC79A1 is #23865E. Grayscale: #9B9B9B. Windows color (decimal): -2328159 or 10582492. OLE color: 10582492.
HSL color Cylindrical-coordinate representation of color #DC79A1: hue angle of 335.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC79A1 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 161 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.14 |
| HSL | 335.76º | 0.59% | 0.67% | - |
| HSV(B) | 335.76º | 0.45% | 0.86% | - |
| XYZ | 42.79 | 31.46 | 37.54 | - |
| YUV | 155.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 161 | 0 | 0.45 | 0.27 | 0.14 | 335.76 | 0.59 | 0.67 |
| Hex | DC | 79 | A1 | 0 | 2D | 1B | E | 150 | 3B | 43 |
| Octal | 334 | 171 | 241 | 0 | 55 | 33 | 16 | 520 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10100001 | 0 | 101101 | 11011 | 1110 | 101010000 | 111011 | 1000011 |
Color Harmonies of #DC79A1
Complementary color
Monochromatic Colors of #DC79A1
Black with #DC79A1
Text Example
Text Example
White with #DC79A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79A1; }
p { color: rgb(220,121,161); }
H1.HeaderClassName
{
color: #DC79A1;
}
.AnyTagClassName
{
color: #DC79A1;
}
</style>
background-color css
<style>
a { background-color: #DC79A1; }
a { background-color: rgb(220,121,161); }
div.DivClassName
{
background-color: #DC79A1;
}
.BgClassName
{
background-color: #DC79A1;
}
</style>
border-color css
<style>
span { border-color: #DC79A1; }
span { border-color: rgb(220,121,161); }
td.TdClassName
{
border-color: #DC79A1;
}
.TagClassName
{
border-color: #DC79A1;
}
</style>