Shades of Pale Violet Red #DC5C98
Tints of Pale Violet Red #DC5C98
RGB
CMYK
RGB Variations
Color information
#DC5C98 (or 0xDC5C98) is known color: Pale Violet Red. HEX triplet: DC, 5C and 98. RGB value is (220,92,152). Sum of RGB (Red+Green+Blue) = 220+92+152=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5C98 is #23A367. Grayscale: #898989. Windows color (decimal): -2335592 or 9985244. OLE color: 9985244.
HSL color Cylindrical-coordinate representation of color #DC5C98: hue angle of 331.88º 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 #DC5C98 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 152 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.14 |
| HSL | 331.88º | 0.65% | 0.61% | - |
| HSV(B) | 331.88º | 0.58% | 0.86% | - |
| XYZ | 39.01 | 25.14 | 32.5 | - |
| YUV | 137.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 152 | 0 | 0.58 | 0.31 | 0.14 | 331.88 | 0.65 | 0.61 |
| Hex | DC | 5C | 98 | 0 | 3A | 1F | E | 14C | 41 | 3D |
| Octal | 334 | 134 | 230 | 0 | 72 | 37 | 16 | 514 | 101 | 75 |
| Binary | 11011100 | 1011100 | 10011000 | 0 | 111010 | 11111 | 1110 | 101001100 | 1000001 | 111101 |
Color Harmonies of #DC5C98
Complementary color
Monochromatic Colors of #DC5C98
Black with #DC5C98
Text Example
Text Example
White with #DC5C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C98; }
p { color: rgb(220,92,152); }
H1.HeaderClassName
{
color: #DC5C98;
}
.AnyTagClassName
{
color: #DC5C98;
}
</style>
background-color css
<style>
a { background-color: #DC5C98; }
a { background-color: rgb(220,92,152); }
div.DivClassName
{
background-color: #DC5C98;
}
.BgClassName
{
background-color: #DC5C98;
}
</style>
border-color css
<style>
span { border-color: #DC5C98; }
span { border-color: rgb(220,92,152); }
td.TdClassName
{
border-color: #DC5C98;
}
.TagClassName
{
border-color: #DC5C98;
}
</style>