Shades of Pale Violet Red #DC5D8F
Tints of Pale Violet Red #DC5D8F
RGB
CMYK
RGB Variations
Color information
#DC5D8F (or 0xDC5D8F) is known color: Pale Violet Red. HEX triplet: DC, 5D and 8F. RGB value is (220,93,143). Sum of RGB (Red+Green+Blue) = 220+93+143=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D8F is #23A270. Grayscale: #888888. Windows color (decimal): -2335345 or 9395676. OLE color: 9395676.
HSL color Cylindrical-coordinate representation of color #DC5D8F: hue angle of 336.38º 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 #DC5D8F is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 143 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.14 |
| HSL | 336.38º | 0.64% | 0.61% | - |
| HSV(B) | 336.38º | 0.58% | 0.86% | - |
| XYZ | 38.39 | 25.03 | 28.79 | - |
| YUV | 136.67 | 131.58 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 143 | 0 | 0.58 | 0.35 | 0.14 | 336.38 | 0.64 | 0.61 |
| Hex | DC | 5D | 8F | 0 | 3A | 23 | E | 150 | 40 | 3D |
| Octal | 334 | 135 | 217 | 0 | 72 | 43 | 16 | 520 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10001111 | 0 | 111010 | 100011 | 1110 | 101010000 | 1000000 | 111101 |
Color Harmonies of #DC5D8F
Complementary color
Monochromatic Colors of #DC5D8F
Black with #DC5D8F
Text Example
Text Example
White with #DC5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D8F; }
p { color: rgb(220,93,143); }
H1.HeaderClassName
{
color: #DC5D8F;
}
.AnyTagClassName
{
color: #DC5D8F;
}
</style>
background-color css
<style>
a { background-color: #DC5D8F; }
a { background-color: rgb(220,93,143); }
div.DivClassName
{
background-color: #DC5D8F;
}
.BgClassName
{
background-color: #DC5D8F;
}
</style>
border-color css
<style>
span { border-color: #DC5D8F; }
span { border-color: rgb(220,93,143); }
td.TdClassName
{
border-color: #DC5D8F;
}
.TagClassName
{
border-color: #DC5D8F;
}
</style>