Shades of Pale Violet Red #DC5F9C
Tints of Pale Violet Red #DC5F9C
RGB
CMYK
RGB Variations
Color information
#DC5F9C (or 0xDC5F9C) is known color: Pale Violet Red. HEX triplet: DC, 5F and 9C. RGB value is (220,95,156). Sum of RGB (Red+Green+Blue) = 220+95+156=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5F9C is #23A063. Grayscale: #8B8B8B. Windows color (decimal): -2334820 or 10248156. OLE color: 10248156.
HSL color Cylindrical-coordinate representation of color #DC5F9C: hue angle of 330.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5F9C is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 156 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.14 |
| HSL | 330.72º | 0.64% | 0.62% | - |
| HSV(B) | 330.72º | 0.57% | 0.86% | - |
| XYZ | 39.61 | 25.8 | 34.34 | - |
| YUV | 139.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 156 | 0 | 0.57 | 0.29 | 0.14 | 330.72 | 0.64 | 0.62 |
| Hex | DC | 5F | 9C | 0 | 39 | 1D | E | 14B | 40 | 3E |
| Octal | 334 | 137 | 234 | 0 | 71 | 35 | 16 | 513 | 100 | 76 |
| Binary | 11011100 | 1011111 | 10011100 | 0 | 111001 | 11101 | 1110 | 101001011 | 1000000 | 111110 |
Color Harmonies of #DC5F9C
Complementary color
Monochromatic Colors of #DC5F9C
Black with #DC5F9C
Text Example
Text Example
White with #DC5F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F9C; }
p { color: rgb(220,95,156); }
H1.HeaderClassName
{
color: #DC5F9C;
}
.AnyTagClassName
{
color: #DC5F9C;
}
</style>
background-color css
<style>
a { background-color: #DC5F9C; }
a { background-color: rgb(220,95,156); }
div.DivClassName
{
background-color: #DC5F9C;
}
.BgClassName
{
background-color: #DC5F9C;
}
</style>
border-color css
<style>
span { border-color: #DC5F9C; }
span { border-color: rgb(220,95,156); }
td.TdClassName
{
border-color: #DC5F9C;
}
.TagClassName
{
border-color: #DC5F9C;
}
</style>