Shades of Pale Violet Red #DC78A4
Tints of Pale Violet Red #DC78A4
RGB
CMYK
RGB Variations
Color information
#DC78A4 (or 0xDC78A4) is known color: Pale Violet Red. HEX triplet: DC, 78 and A4. RGB value is (220,120,164). Sum of RGB (Red+Green+Blue) = 220+120+164=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78A4 is #23875B. Grayscale: #9A9A9A. Windows color (decimal): -2328412 or 10778844. OLE color: 10778844.
HSL color Cylindrical-coordinate representation of color #DC78A4: hue angle of 333.6º 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 #DC78A4 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 164 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.14 |
| HSL | 333.6º | 0.59% | 0.67% | - |
| HSV(B) | 333.6º | 0.45% | 0.86% | - |
| XYZ | 42.93 | 31.33 | 38.91 | - |
| YUV | 154.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 164 | 0 | 0.45 | 0.25 | 0.14 | 333.6 | 0.59 | 0.67 |
| Hex | DC | 78 | A4 | 0 | 2D | 19 | E | 14E | 3B | 43 |
| Octal | 334 | 170 | 244 | 0 | 55 | 31 | 16 | 516 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10100100 | 0 | 101101 | 11001 | 1110 | 101001110 | 111011 | 1000011 |
Color Harmonies of #DC78A4
Complementary color
Monochromatic Colors of #DC78A4
Black with #DC78A4
Text Example
Text Example
White with #DC78A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78A4; }
p { color: rgb(220,120,164); }
H1.HeaderClassName
{
color: #DC78A4;
}
.AnyTagClassName
{
color: #DC78A4;
}
</style>
background-color css
<style>
a { background-color: #DC78A4; }
a { background-color: rgb(220,120,164); }
div.DivClassName
{
background-color: #DC78A4;
}
.BgClassName
{
background-color: #DC78A4;
}
</style>
border-color css
<style>
span { border-color: #DC78A4; }
span { border-color: rgb(220,120,164); }
td.TdClassName
{
border-color: #DC78A4;
}
.TagClassName
{
border-color: #DC78A4;
}
</style>