Shades of Pale Violet Red #DC78A0
Tints of Pale Violet Red #DC78A0
RGB
CMYK
RGB Variations
Color information
#DC78A0 (or 0xDC78A0) is known color: Pale Violet Red. HEX triplet: DC, 78 and A0. RGB value is (220,120,160). Sum of RGB (Red+Green+Blue) = 220+120+160=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78A0 is #23875F. Grayscale: #9A9A9A. Windows color (decimal): -2328416 or 10516700. OLE color: 10516700.
HSL color Cylindrical-coordinate representation of color #DC78A0: hue angle of 336º 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 #DC78A0 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 160 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.14 |
| HSL | 336º | 0.59% | 0.67% | - |
| HSV(B) | 336º | 0.45% | 0.86% | - |
| XYZ | 42.58 | 31.19 | 37.03 | - |
| YUV | 154.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 160 | 0 | 0.45 | 0.27 | 0.14 | 336 | 0.59 | 0.67 |
| Hex | DC | 78 | A0 | 0 | 2D | 1B | E | 150 | 3B | 43 |
| Octal | 334 | 170 | 240 | 0 | 55 | 33 | 16 | 520 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10100000 | 0 | 101101 | 11011 | 1110 | 101010000 | 111011 | 1000011 |
Color Harmonies of #DC78A0
Complementary color
Monochromatic Colors of #DC78A0
Black with #DC78A0
Text Example
Text Example
White with #DC78A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78A0; }
p { color: rgb(220,120,160); }
H1.HeaderClassName
{
color: #DC78A0;
}
.AnyTagClassName
{
color: #DC78A0;
}
</style>
background-color css
<style>
a { background-color: #DC78A0; }
a { background-color: rgb(220,120,160); }
div.DivClassName
{
background-color: #DC78A0;
}
.BgClassName
{
background-color: #DC78A0;
}
</style>
border-color css
<style>
span { border-color: #DC78A0; }
span { border-color: rgb(220,120,160); }
td.TdClassName
{
border-color: #DC78A0;
}
.TagClassName
{
border-color: #DC78A0;
}
</style>