Shades of Pale Violet Red #DC79A0
Tints of Pale Violet Red #DC79A0
RGB
CMYK
RGB Variations
Color information
#DC79A0 (or 0xDC79A0) is known color: Pale Violet Red. HEX triplet: DC, 79 and A0. RGB value is (220,121,160). Sum of RGB (Red+Green+Blue) = 220+121+160=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC79A0 is #23865F. Grayscale: #9A9A9A. Windows color (decimal): -2328160 or 10516956. OLE color: 10516956.
HSL color Cylindrical-coordinate representation of color #DC79A0: hue angle of 336.36º 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 #DC79A0 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 160 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.14 |
| HSL | 336.36º | 0.59% | 0.67% | - |
| HSV(B) | 336.36º | 0.45% | 0.86% | - |
| XYZ | 42.7 | 31.43 | 37.07 | - |
| YUV | 155.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 160 | 0 | 0.45 | 0.27 | 0.14 | 336.36 | 0.59 | 0.67 |
| Hex | DC | 79 | A0 | 0 | 2D | 1B | E | 150 | 3B | 43 |
| Octal | 334 | 171 | 240 | 0 | 55 | 33 | 16 | 520 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10100000 | 0 | 101101 | 11011 | 1110 | 101010000 | 111011 | 1000011 |
Color Harmonies of #DC79A0
Complementary color
Monochromatic Colors of #DC79A0
Black with #DC79A0
Text Example
Text Example
White with #DC79A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79A0; }
p { color: rgb(220,121,160); }
H1.HeaderClassName
{
color: #DC79A0;
}
.AnyTagClassName
{
color: #DC79A0;
}
</style>
background-color css
<style>
a { background-color: #DC79A0; }
a { background-color: rgb(220,121,160); }
div.DivClassName
{
background-color: #DC79A0;
}
.BgClassName
{
background-color: #DC79A0;
}
</style>
border-color css
<style>
span { border-color: #DC79A0; }
span { border-color: rgb(220,121,160); }
td.TdClassName
{
border-color: #DC79A0;
}
.TagClassName
{
border-color: #DC79A0;
}
</style>