Shades of Pale Violet Red #DC7896
Tints of Pale Violet Red #DC7896
RGB
CMYK
RGB Variations
Color information
#DC7896 (or 0xDC7896) is known color: Pale Violet Red. HEX triplet: DC, 78 and 96. RGB value is (220,120,150). Sum of RGB (Red+Green+Blue) = 220+120+150=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7896 is #238769. Grayscale: #999999. Windows color (decimal): -2328426 or 9861340. OLE color: 9861340.
HSL color Cylindrical-coordinate representation of color #DC7896: hue angle of 342º 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 #DC7896 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 150 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.14 |
| HSL | 342º | 0.59% | 0.67% | - |
| HSV(B) | 342º | 0.45% | 0.86% | - |
| XYZ | 41.74 | 30.85 | 32.61 | - |
| YUV | 153.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 150 | 0 | 0.45 | 0.32 | 0.14 | 342 | 0.59 | 0.67 |
| Hex | DC | 78 | 96 | 0 | 2D | 20 | E | 156 | 3B | 43 |
| Octal | 334 | 170 | 226 | 0 | 55 | 40 | 16 | 526 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10010110 | 0 | 101101 | 100000 | 1110 | 101010110 | 111011 | 1000011 |
Color Harmonies of #DC7896
Complementary color
Monochromatic Colors of #DC7896
Black with #DC7896
Text Example
Text Example
White with #DC7896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7896; }
p { color: rgb(220,120,150); }
H1.HeaderClassName
{
color: #DC7896;
}
.AnyTagClassName
{
color: #DC7896;
}
</style>
background-color css
<style>
a { background-color: #DC7896; }
a { background-color: rgb(220,120,150); }
div.DivClassName
{
background-color: #DC7896;
}
.BgClassName
{
background-color: #DC7896;
}
</style>
border-color css
<style>
span { border-color: #DC7896; }
span { border-color: rgb(220,120,150); }
td.TdClassName
{
border-color: #DC7896;
}
.TagClassName
{
border-color: #DC7896;
}
</style>