Shades of Pale Violet Red #DC7996
Tints of Pale Violet Red #DC7996
RGB
CMYK
RGB Variations
Color information
#DC7996 (or 0xDC7996) is known color: Pale Violet Red. HEX triplet: DC, 79 and 96. RGB value is (220,121,150). Sum of RGB (Red+Green+Blue) = 220+121+150=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7996 is #238669. Grayscale: #999999. Windows color (decimal): -2328170 or 9861596. OLE color: 9861596.
HSL color Cylindrical-coordinate representation of color #DC7996: hue angle of 342.42º 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 #DC7996 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 150 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.14 |
| HSL | 342.42º | 0.59% | 0.67% | - |
| HSV(B) | 342.42º | 0.45% | 0.86% | - |
| XYZ | 41.86 | 31.09 | 32.65 | - |
| YUV | 153.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 150 | 0 | 0.45 | 0.32 | 0.14 | 342.42 | 0.59 | 0.67 |
| Hex | DC | 79 | 96 | 0 | 2D | 20 | E | 156 | 3B | 43 |
| Octal | 334 | 171 | 226 | 0 | 55 | 40 | 16 | 526 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10010110 | 0 | 101101 | 100000 | 1110 | 101010110 | 111011 | 1000011 |
Color Harmonies of #DC7996
Complementary color
Monochromatic Colors of #DC7996
Black with #DC7996
Text Example
Text Example
White with #DC7996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7996; }
p { color: rgb(220,121,150); }
H1.HeaderClassName
{
color: #DC7996;
}
.AnyTagClassName
{
color: #DC7996;
}
</style>
background-color css
<style>
a { background-color: #DC7996; }
a { background-color: rgb(220,121,150); }
div.DivClassName
{
background-color: #DC7996;
}
.BgClassName
{
background-color: #DC7996;
}
</style>
border-color css
<style>
span { border-color: #DC7996; }
span { border-color: rgb(220,121,150); }
td.TdClassName
{
border-color: #DC7996;
}
.TagClassName
{
border-color: #DC7996;
}
</style>