Shades of Pale Violet Red #DC7894
Tints of Pale Violet Red #DC7894
RGB
CMYK
RGB Variations
Color information
#DC7894 (or 0xDC7894) is known color: Pale Violet Red. HEX triplet: DC, 78 and 94. RGB value is (220,120,148). Sum of RGB (Red+Green+Blue) = 220+120+148=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7894 is #23876B. Grayscale: #999999. Windows color (decimal): -2328428 or 9730268. OLE color: 9730268.
HSL color Cylindrical-coordinate representation of color #DC7894: hue angle of 343.2º 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 #DC7894 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 148 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.14 |
| HSL | 343.2º | 0.59% | 0.67% | - |
| HSV(B) | 343.2º | 0.45% | 0.86% | - |
| XYZ | 41.58 | 30.79 | 31.77 | - |
| YUV | 153.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 148 | 0 | 0.45 | 0.33 | 0.14 | 343.2 | 0.59 | 0.67 |
| Hex | DC | 78 | 94 | 0 | 2D | 21 | E | 157 | 3B | 43 |
| Octal | 334 | 170 | 224 | 0 | 55 | 41 | 16 | 527 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10010100 | 0 | 101101 | 100001 | 1110 | 101010111 | 111011 | 1000011 |
Color Harmonies of #DC7894
Complementary color
Monochromatic Colors of #DC7894
Black with #DC7894
Text Example
Text Example
White with #DC7894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7894; }
p { color: rgb(220,120,148); }
H1.HeaderClassName
{
color: #DC7894;
}
.AnyTagClassName
{
color: #DC7894;
}
</style>
background-color css
<style>
a { background-color: #DC7894; }
a { background-color: rgb(220,120,148); }
div.DivClassName
{
background-color: #DC7894;
}
.BgClassName
{
background-color: #DC7894;
}
</style>
border-color css
<style>
span { border-color: #DC7894; }
span { border-color: rgb(220,120,148); }
td.TdClassName
{
border-color: #DC7894;
}
.TagClassName
{
border-color: #DC7894;
}
</style>