Shades of Pale Violet Red #DC7A9E
Tints of Pale Violet Red #DC7A9E
RGB
CMYK
RGB Variations
Color information
#DC7A9E (or 0xDC7A9E) is known color: Pale Violet Red. HEX triplet: DC, 7A and 9E. RGB value is (220,122,158). Sum of RGB (Red+Green+Blue) = 220+122+158=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A9E is #238561. Grayscale: #9B9B9B. Windows color (decimal): -2327906 or 10386140. OLE color: 10386140.
HSL color Cylindrical-coordinate representation of color #DC7A9E: hue angle of 337.96º degrees, saturation: 0.58, 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 #DC7A9E is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 158 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.14 |
| HSL | 337.96º | 0.58% | 0.67% | - |
| HSV(B) | 337.96º | 0.45% | 0.86% | - |
| XYZ | 42.65 | 31.6 | 36.2 | - |
| YUV | 155.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 158 | 0 | 0.45 | 0.28 | 0.14 | 337.96 | 0.58 | 0.67 |
| Hex | DC | 7A | 9E | 0 | 2D | 1C | E | 152 | 3A | 43 |
| Octal | 334 | 172 | 236 | 0 | 55 | 34 | 16 | 522 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10011110 | 0 | 101101 | 11100 | 1110 | 101010010 | 111010 | 1000011 |
Color Harmonies of #DC7A9E
Complementary color
Monochromatic Colors of #DC7A9E
Black with #DC7A9E
Text Example
Text Example
White with #DC7A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A9E; }
p { color: rgb(220,122,158); }
H1.HeaderClassName
{
color: #DC7A9E;
}
.AnyTagClassName
{
color: #DC7A9E;
}
</style>
background-color css
<style>
a { background-color: #DC7A9E; }
a { background-color: rgb(220,122,158); }
div.DivClassName
{
background-color: #DC7A9E;
}
.BgClassName
{
background-color: #DC7A9E;
}
</style>
border-color css
<style>
span { border-color: #DC7A9E; }
span { border-color: rgb(220,122,158); }
td.TdClassName
{
border-color: #DC7A9E;
}
.TagClassName
{
border-color: #DC7A9E;
}
</style>