Shades of Pale Violet Red #DC7995
Tints of Pale Violet Red #DC7995
RGB
CMYK
RGB Variations
Color information
#DC7995 (or 0xDC7995) is known color: Pale Violet Red. HEX triplet: DC, 79 and 95. RGB value is (220,121,149). Sum of RGB (Red+Green+Blue) = 220+121+149=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7995 is #23866A. Grayscale: #999999. Windows color (decimal): -2328171 or 9796060. OLE color: 9796060.
HSL color Cylindrical-coordinate representation of color #DC7995: hue angle of 343.03º 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 #DC7995 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 149 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.14 |
| HSL | 343.03º | 0.59% | 0.67% | - |
| HSV(B) | 343.03º | 0.45% | 0.86% | - |
| XYZ | 41.78 | 31.06 | 32.23 | - |
| YUV | 153.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 149 | 0 | 0.45 | 0.32 | 0.14 | 343.03 | 0.59 | 0.67 |
| Hex | DC | 79 | 95 | 0 | 2D | 20 | E | 157 | 3B | 43 |
| Octal | 334 | 171 | 225 | 0 | 55 | 40 | 16 | 527 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10010101 | 0 | 101101 | 100000 | 1110 | 101010111 | 111011 | 1000011 |
Color Harmonies of #DC7995
Complementary color
Monochromatic Colors of #DC7995
Black with #DC7995
Text Example
Text Example
White with #DC7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7995; }
p { color: rgb(220,121,149); }
H1.HeaderClassName
{
color: #DC7995;
}
.AnyTagClassName
{
color: #DC7995;
}
</style>
background-color css
<style>
a { background-color: #DC7995; }
a { background-color: rgb(220,121,149); }
div.DivClassName
{
background-color: #DC7995;
}
.BgClassName
{
background-color: #DC7995;
}
</style>
border-color css
<style>
span { border-color: #DC7995; }
span { border-color: rgb(220,121,149); }
td.TdClassName
{
border-color: #DC7995;
}
.TagClassName
{
border-color: #DC7995;
}
</style>