Shades of Pale Violet Red #DC5D95
Tints of Pale Violet Red #DC5D95
RGB
CMYK
RGB Variations
Color information
#DC5D95 (or 0xDC5D95) is known color: Pale Violet Red. HEX triplet: DC, 5D and 95. RGB value is (220,93,149). Sum of RGB (Red+Green+Blue) = 220+93+149=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D95 is #23A26A. Grayscale: #898989. Windows color (decimal): -2335339 or 9788892. OLE color: 9788892.
HSL color Cylindrical-coordinate representation of color #DC5D95: hue angle of 333.54º degrees, saturation: 0.64, 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 #DC5D95 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 149 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.14 |
| HSL | 333.54º | 0.64% | 0.61% | - |
| HSV(B) | 333.54º | 0.58% | 0.86% | - |
| XYZ | 38.85 | 25.21 | 31.25 | - |
| YUV | 137.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 149 | 0 | 0.58 | 0.32 | 0.14 | 333.54 | 0.64 | 0.61 |
| Hex | DC | 5D | 95 | 0 | 3A | 20 | E | 14E | 40 | 3D |
| Octal | 334 | 135 | 225 | 0 | 72 | 40 | 16 | 516 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10010101 | 0 | 111010 | 100000 | 1110 | 101001110 | 1000000 | 111101 |
Color Harmonies of #DC5D95
Complementary color
Monochromatic Colors of #DC5D95
Black with #DC5D95
Text Example
Text Example
White with #DC5D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D95; }
p { color: rgb(220,93,149); }
H1.HeaderClassName
{
color: #DC5D95;
}
.AnyTagClassName
{
color: #DC5D95;
}
</style>
background-color css
<style>
a { background-color: #DC5D95; }
a { background-color: rgb(220,93,149); }
div.DivClassName
{
background-color: #DC5D95;
}
.BgClassName
{
background-color: #DC5D95;
}
</style>
border-color css
<style>
span { border-color: #DC5D95; }
span { border-color: rgb(220,93,149); }
td.TdClassName
{
border-color: #DC5D95;
}
.TagClassName
{
border-color: #DC5D95;
}
</style>