Shades of Pale Violet Red #DC7495
Tints of Pale Violet Red #DC7495
RGB
CMYK
RGB Variations
Color information
#DC7495 (or 0xDC7495) is known color: Pale Violet Red. HEX triplet: DC, 74 and 95. RGB value is (220,116,149). Sum of RGB (Red+Green+Blue) = 220+116+149=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7495 is #238B6A. Grayscale: #969696. Windows color (decimal): -2329451 or 9794780. OLE color: 9794780.
HSL color Cylindrical-coordinate representation of color #DC7495: hue angle of 340.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7495 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 149 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.14 |
| HSL | 340.96º | 0.6% | 0.66% | - |
| HSV(B) | 340.96º | 0.47% | 0.86% | - |
| XYZ | 41.19 | 29.88 | 32.03 | - |
| YUV | 150.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 149 | 0 | 0.47 | 0.32 | 0.14 | 340.96 | 0.6 | 0.66 |
| Hex | DC | 74 | 95 | 0 | 2F | 20 | E | 155 | 3C | 42 |
| Octal | 334 | 164 | 225 | 0 | 57 | 40 | 16 | 525 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10010101 | 0 | 101111 | 100000 | 1110 | 101010101 | 111100 | 1000010 |
Color Harmonies of #DC7495
Complementary color
Monochromatic Colors of #DC7495
Black with #DC7495
Text Example
Text Example
White with #DC7495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7495; }
p { color: rgb(220,116,149); }
H1.HeaderClassName
{
color: #DC7495;
}
.AnyTagClassName
{
color: #DC7495;
}
</style>
background-color css
<style>
a { background-color: #DC7495; }
a { background-color: rgb(220,116,149); }
div.DivClassName
{
background-color: #DC7495;
}
.BgClassName
{
background-color: #DC7495;
}
</style>
border-color css
<style>
span { border-color: #DC7495; }
span { border-color: rgb(220,116,149); }
td.TdClassName
{
border-color: #DC7495;
}
.TagClassName
{
border-color: #DC7495;
}
</style>