Shades of Pale Violet Red #DC7798
Tints of Pale Violet Red #DC7798
RGB
CMYK
RGB Variations
Color information
#DC7798 (or 0xDC7798) is known color: Pale Violet Red. HEX triplet: DC, 77 and 98. RGB value is (220,119,152). Sum of RGB (Red+Green+Blue) = 220+119+152=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7798 is #238867. Grayscale: #989898. Windows color (decimal): -2328680 or 9992156. OLE color: 9992156.
HSL color Cylindrical-coordinate representation of color #DC7798: hue angle of 340.4º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7798 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 152 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.14 |
| HSL | 340.4º | 0.59% | 0.66% | - |
| HSV(B) | 340.4º | 0.46% | 0.86% | - |
| XYZ | 41.78 | 30.68 | 33.42 | - |
| YUV | 152.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 152 | 0 | 0.46 | 0.31 | 0.14 | 340.4 | 0.59 | 0.66 |
| Hex | DC | 77 | 98 | 0 | 2E | 1F | E | 154 | 3B | 42 |
| Octal | 334 | 167 | 230 | 0 | 56 | 37 | 16 | 524 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10011000 | 0 | 101110 | 11111 | 1110 | 101010100 | 111011 | 1000010 |
Color Harmonies of #DC7798
Complementary color
Monochromatic Colors of #DC7798
Black with #DC7798
Text Example
Text Example
White with #DC7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7798; }
p { color: rgb(220,119,152); }
H1.HeaderClassName
{
color: #DC7798;
}
.AnyTagClassName
{
color: #DC7798;
}
</style>
background-color css
<style>
a { background-color: #DC7798; }
a { background-color: rgb(220,119,152); }
div.DivClassName
{
background-color: #DC7798;
}
.BgClassName
{
background-color: #DC7798;
}
</style>
border-color css
<style>
span { border-color: #DC7798; }
span { border-color: rgb(220,119,152); }
td.TdClassName
{
border-color: #DC7798;
}
.TagClassName
{
border-color: #DC7798;
}
</style>