Shades of Pale Violet Red #DC7695
Tints of Pale Violet Red #DC7695
RGB
CMYK
RGB Variations
Color information
#DC7695 (or 0xDC7695) is known color: Pale Violet Red. HEX triplet: DC, 76 and 95. RGB value is (220,118,149). Sum of RGB (Red+Green+Blue) = 220+118+149=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7695 is #23896A. Grayscale: #989898. Windows color (decimal): -2328939 or 9795292. OLE color: 9795292.
HSL color Cylindrical-coordinate representation of color #DC7695: hue angle of 341.76º 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 #DC7695 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 149 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.14 |
| HSL | 341.76º | 0.59% | 0.66% | - |
| HSV(B) | 341.76º | 0.46% | 0.86% | - |
| XYZ | 41.42 | 30.34 | 32.11 | - |
| YUV | 152.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 149 | 0 | 0.46 | 0.32 | 0.14 | 341.76 | 0.59 | 0.66 |
| Hex | DC | 76 | 95 | 0 | 2E | 20 | E | 156 | 3B | 42 |
| Octal | 334 | 166 | 225 | 0 | 56 | 40 | 16 | 526 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10010101 | 0 | 101110 | 100000 | 1110 | 101010110 | 111011 | 1000010 |
Color Harmonies of #DC7695
Complementary color
Monochromatic Colors of #DC7695
Black with #DC7695
Text Example
Text Example
White with #DC7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7695; }
p { color: rgb(220,118,149); }
H1.HeaderClassName
{
color: #DC7695;
}
.AnyTagClassName
{
color: #DC7695;
}
</style>
background-color css
<style>
a { background-color: #DC7695; }
a { background-color: rgb(220,118,149); }
div.DivClassName
{
background-color: #DC7695;
}
.BgClassName
{
background-color: #DC7695;
}
</style>
border-color css
<style>
span { border-color: #DC7695; }
span { border-color: rgb(220,118,149); }
td.TdClassName
{
border-color: #DC7695;
}
.TagClassName
{
border-color: #DC7695;
}
</style>