Shades of Pale Violet Red #DC6796
Tints of Pale Violet Red #DC6796
RGB
CMYK
RGB Variations
Color information
#DC6796 (or 0xDC6796) is known color: Pale Violet Red. HEX triplet: DC, 67 and 96. RGB value is (220,103,150). Sum of RGB (Red+Green+Blue) = 220+103+150=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6796 is #239869. Grayscale: #8F8F8F. Windows color (decimal): -2332778 or 9856988. OLE color: 9856988.
HSL color Cylindrical-coordinate representation of color #DC6796: hue angle of 335.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6796 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 150 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.14 |
| HSL | 335.9º | 0.63% | 0.63% | - |
| HSV(B) | 335.9º | 0.53% | 0.86% | - |
| XYZ | 39.87 | 27.12 | 31.99 | - |
| YUV | 143.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 150 | 0 | 0.53 | 0.32 | 0.14 | 335.9 | 0.63 | 0.63 |
| Hex | DC | 67 | 96 | 0 | 35 | 20 | E | 150 | 3F | 3F |
| Octal | 334 | 147 | 226 | 0 | 65 | 40 | 16 | 520 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10010110 | 0 | 110101 | 100000 | 1110 | 101010000 | 111111 | 111111 |
Color Harmonies of #DC6796
Complementary color
Monochromatic Colors of #DC6796
Black with #DC6796
Text Example
Text Example
White with #DC6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6796; }
p { color: rgb(220,103,150); }
H1.HeaderClassName
{
color: #DC6796;
}
.AnyTagClassName
{
color: #DC6796;
}
</style>
background-color css
<style>
a { background-color: #DC6796; }
a { background-color: rgb(220,103,150); }
div.DivClassName
{
background-color: #DC6796;
}
.BgClassName
{
background-color: #DC6796;
}
</style>
border-color css
<style>
span { border-color: #DC6796; }
span { border-color: rgb(220,103,150); }
td.TdClassName
{
border-color: #DC6796;
}
.TagClassName
{
border-color: #DC6796;
}
</style>