Shades of Pale Violet Red #DC7A94
Tints of Pale Violet Red #DC7A94
RGB
CMYK
RGB Variations
Color information
#DC7A94 (or 0xDC7A94) is known color: Pale Violet Red. HEX triplet: DC, 7A and 94. RGB value is (220,122,148). Sum of RGB (Red+Green+Blue) = 220+122+148=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A94 is #23856B. Grayscale: #9A9A9A. Windows color (decimal): -2327916 or 9730780. OLE color: 9730780.
HSL color Cylindrical-coordinate representation of color #DC7A94: hue angle of 344.08º 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 #DC7A94 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 148 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.14 |
| HSL | 344.08º | 0.58% | 0.67% | - |
| HSV(B) | 344.08º | 0.45% | 0.86% | - |
| XYZ | 41.82 | 31.27 | 31.85 | - |
| YUV | 154.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 148 | 0 | 0.45 | 0.33 | 0.14 | 344.08 | 0.58 | 0.67 |
| Hex | DC | 7A | 94 | 0 | 2D | 21 | E | 158 | 3A | 43 |
| Octal | 334 | 172 | 224 | 0 | 55 | 41 | 16 | 530 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10010100 | 0 | 101101 | 100001 | 1110 | 101011000 | 111010 | 1000011 |
Color Harmonies of #DC7A94
Complementary color
Monochromatic Colors of #DC7A94
Black with #DC7A94
Text Example
Text Example
White with #DC7A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A94; }
p { color: rgb(220,122,148); }
H1.HeaderClassName
{
color: #DC7A94;
}
.AnyTagClassName
{
color: #DC7A94;
}
</style>
background-color css
<style>
a { background-color: #DC7A94; }
a { background-color: rgb(220,122,148); }
div.DivClassName
{
background-color: #DC7A94;
}
.BgClassName
{
background-color: #DC7A94;
}
</style>
border-color css
<style>
span { border-color: #DC7A94; }
span { border-color: rgb(220,122,148); }
td.TdClassName
{
border-color: #DC7A94;
}
.TagClassName
{
border-color: #DC7A94;
}
</style>