Shades of Pale Violet Red #DC78AD
Tints of Pale Violet Red #DC78AD
RGB
CMYK
RGB Variations
Color information
#DC78AD (or 0xDC78AD) is known color: Pale Violet Red. HEX triplet: DC, 78 and AD. RGB value is (220,120,173). Sum of RGB (Red+Green+Blue) = 220+120+173=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78AD is #238752. Grayscale: #9B9B9B. Windows color (decimal): -2328403 or 11368668. OLE color: 11368668.
HSL color Cylindrical-coordinate representation of color #DC78AD: hue angle of 328.2º 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 #DC78AD is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 173 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.14 |
| HSL | 328.2º | 0.59% | 0.67% | - |
| HSV(B) | 328.2º | 0.45% | 0.86% | - |
| XYZ | 43.77 | 31.67 | 43.34 | - |
| YUV | 155.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 173 | 0 | 0.45 | 0.21 | 0.14 | 328.2 | 0.59 | 0.67 |
| Hex | DC | 78 | AD | 0 | 2D | 15 | E | 148 | 3B | 43 |
| Octal | 334 | 170 | 255 | 0 | 55 | 25 | 16 | 510 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10101101 | 0 | 101101 | 10101 | 1110 | 101001000 | 111011 | 1000011 |
Color Harmonies of #DC78AD
Complementary color
Monochromatic Colors of #DC78AD
Black with #DC78AD
Text Example
Text Example
White with #DC78AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78AD; }
p { color: rgb(220,120,173); }
H1.HeaderClassName
{
color: #DC78AD;
}
.AnyTagClassName
{
color: #DC78AD;
}
</style>
background-color css
<style>
a { background-color: #DC78AD; }
a { background-color: rgb(220,120,173); }
div.DivClassName
{
background-color: #DC78AD;
}
.BgClassName
{
background-color: #DC78AD;
}
</style>
border-color css
<style>
span { border-color: #DC78AD; }
span { border-color: rgb(220,120,173); }
td.TdClassName
{
border-color: #DC78AD;
}
.TagClassName
{
border-color: #DC78AD;
}
</style>