Shades of Pale Violet Red #DC78A2
Tints of Pale Violet Red #DC78A2
RGB
CMYK
RGB Variations
Color information
#DC78A2 (or 0xDC78A2) is known color: Pale Violet Red. HEX triplet: DC, 78 and A2. RGB value is (220,120,162). Sum of RGB (Red+Green+Blue) = 220+120+162=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78A2 is #23875D. Grayscale: #9A9A9A. Windows color (decimal): -2328414 or 10647772. OLE color: 10647772.
HSL color Cylindrical-coordinate representation of color #DC78A2: hue angle of 334.8º 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 #DC78A2 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 162 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.14 |
| HSL | 334.8º | 0.59% | 0.67% | - |
| HSV(B) | 334.8º | 0.45% | 0.86% | - |
| XYZ | 42.75 | 31.26 | 37.96 | - |
| YUV | 154.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 162 | 0 | 0.45 | 0.26 | 0.14 | 334.8 | 0.59 | 0.67 |
| Hex | DC | 78 | A2 | 0 | 2D | 1A | E | 14F | 3B | 43 |
| Octal | 334 | 170 | 242 | 0 | 55 | 32 | 16 | 517 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10100010 | 0 | 101101 | 11010 | 1110 | 101001111 | 111011 | 1000011 |
Color Harmonies of #DC78A2
Complementary color
Monochromatic Colors of #DC78A2
Black with #DC78A2
Text Example
Text Example
White with #DC78A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78A2; }
p { color: rgb(220,120,162); }
H1.HeaderClassName
{
color: #DC78A2;
}
.AnyTagClassName
{
color: #DC78A2;
}
</style>
background-color css
<style>
a { background-color: #DC78A2; }
a { background-color: rgb(220,120,162); }
div.DivClassName
{
background-color: #DC78A2;
}
.BgClassName
{
background-color: #DC78A2;
}
</style>
border-color css
<style>
span { border-color: #DC78A2; }
span { border-color: rgb(220,120,162); }
td.TdClassName
{
border-color: #DC78A2;
}
.TagClassName
{
border-color: #DC78A2;
}
</style>