Shades of Pale Violet Red #DC7897
Tints of Pale Violet Red #DC7897
RGB
CMYK
RGB Variations
Color information
#DC7897 (or 0xDC7897) is known color: Pale Violet Red. HEX triplet: DC, 78 and 97. RGB value is (220,120,151). Sum of RGB (Red+Green+Blue) = 220+120+151=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7897 is #238768. Grayscale: #999999. Windows color (decimal): -2328425 or 9926876. OLE color: 9926876.
HSL color Cylindrical-coordinate representation of color #DC7897: hue angle of 341.4º 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 #DC7897 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 151 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.14 |
| HSL | 341.4º | 0.59% | 0.67% | - |
| HSV(B) | 341.4º | 0.45% | 0.86% | - |
| XYZ | 41.82 | 30.88 | 33.04 | - |
| YUV | 153.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 151 | 0 | 0.45 | 0.31 | 0.14 | 341.4 | 0.59 | 0.67 |
| Hex | DC | 78 | 97 | 0 | 2D | 1F | E | 155 | 3B | 43 |
| Octal | 334 | 170 | 227 | 0 | 55 | 37 | 16 | 525 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10010111 | 0 | 101101 | 11111 | 1110 | 101010101 | 111011 | 1000011 |
Color Harmonies of #DC7897
Complementary color
Monochromatic Colors of #DC7897
Black with #DC7897
Text Example
Text Example
White with #DC7897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7897; }
p { color: rgb(220,120,151); }
H1.HeaderClassName
{
color: #DC7897;
}
.AnyTagClassName
{
color: #DC7897;
}
</style>
background-color css
<style>
a { background-color: #DC7897; }
a { background-color: rgb(220,120,151); }
div.DivClassName
{
background-color: #DC7897;
}
.BgClassName
{
background-color: #DC7897;
}
</style>
border-color css
<style>
span { border-color: #DC7897; }
span { border-color: rgb(220,120,151); }
td.TdClassName
{
border-color: #DC7897;
}
.TagClassName
{
border-color: #DC7897;
}
</style>