Shades of Pale Violet Red #DC5C95
Tints of Pale Violet Red #DC5C95
RGB
CMYK
RGB Variations
Color information
#DC5C95 (or 0xDC5C95) is known color: Pale Violet Red. HEX triplet: DC, 5C and 95. RGB value is (220,92,149). Sum of RGB (Red+Green+Blue) = 220+92+149=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5C95 is #23A36A. Grayscale: #888888. Windows color (decimal): -2335595 or 9788636. OLE color: 9788636.
HSL color Cylindrical-coordinate representation of color #DC5C95: hue angle of 333.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5C95 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 149 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.14 |
| HSL | 333.28º | 0.65% | 0.61% | - |
| HSV(B) | 333.28º | 0.58% | 0.86% | - |
| XYZ | 38.77 | 25.04 | 31.22 | - |
| YUV | 136.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 149 | 0 | 0.58 | 0.32 | 0.14 | 333.28 | 0.65 | 0.61 |
| Hex | DC | 5C | 95 | 0 | 3A | 20 | E | 14D | 41 | 3D |
| Octal | 334 | 134 | 225 | 0 | 72 | 40 | 16 | 515 | 101 | 75 |
| Binary | 11011100 | 1011100 | 10010101 | 0 | 111010 | 100000 | 1110 | 101001101 | 1000001 | 111101 |
Color Harmonies of #DC5C95
Complementary color
Monochromatic Colors of #DC5C95
Black with #DC5C95
Text Example
Text Example
White with #DC5C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C95; }
p { color: rgb(220,92,149); }
H1.HeaderClassName
{
color: #DC5C95;
}
.AnyTagClassName
{
color: #DC5C95;
}
</style>
background-color css
<style>
a { background-color: #DC5C95; }
a { background-color: rgb(220,92,149); }
div.DivClassName
{
background-color: #DC5C95;
}
.BgClassName
{
background-color: #DC5C95;
}
</style>
border-color css
<style>
span { border-color: #DC5C95; }
span { border-color: rgb(220,92,149); }
td.TdClassName
{
border-color: #DC5C95;
}
.TagClassName
{
border-color: #DC5C95;
}
</style>