Shades of Pale Violet Red #DC7595
Tints of Pale Violet Red #DC7595
RGB
CMYK
RGB Variations
Color information
#DC7595 (or 0xDC7595) is known color: Pale Violet Red. HEX triplet: DC, 75 and 95. RGB value is (220,117,149). Sum of RGB (Red+Green+Blue) = 220+117+149=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7595 is #238A6A. Grayscale: #979797. Windows color (decimal): -2329195 or 9795036. OLE color: 9795036.
HSL color Cylindrical-coordinate representation of color #DC7595: hue angle of 341.36º 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 #DC7595 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 149 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.14 |
| HSL | 341.36º | 0.6% | 0.66% | - |
| HSV(B) | 341.36º | 0.47% | 0.86% | - |
| XYZ | 41.3 | 30.11 | 32.07 | - |
| YUV | 151.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 149 | 0 | 0.47 | 0.32 | 0.14 | 341.36 | 0.6 | 0.66 |
| Hex | DC | 75 | 95 | 0 | 2F | 20 | E | 155 | 3C | 42 |
| Octal | 334 | 165 | 225 | 0 | 57 | 40 | 16 | 525 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10010101 | 0 | 101111 | 100000 | 1110 | 101010101 | 111100 | 1000010 |
Color Harmonies of #DC7595
Complementary color
Monochromatic Colors of #DC7595
Black with #DC7595
Text Example
Text Example
White with #DC7595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7595; }
p { color: rgb(220,117,149); }
H1.HeaderClassName
{
color: #DC7595;
}
.AnyTagClassName
{
color: #DC7595;
}
</style>
background-color css
<style>
a { background-color: #DC7595; }
a { background-color: rgb(220,117,149); }
div.DivClassName
{
background-color: #DC7595;
}
.BgClassName
{
background-color: #DC7595;
}
</style>
border-color css
<style>
span { border-color: #DC7595; }
span { border-color: rgb(220,117,149); }
td.TdClassName
{
border-color: #DC7595;
}
.TagClassName
{
border-color: #DC7595;
}
</style>