Shades of Pale Violet Red #DC5B96
Tints of Pale Violet Red #DC5B96
RGB
CMYK
RGB Variations
Color information
#DC5B96 (or 0xDC5B96) is known color: Pale Violet Red. HEX triplet: DC, 5B and 96. RGB value is (220,91,150). Sum of RGB (Red+Green+Blue) = 220+91+150=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B96 is #23A469. Grayscale: #888888. Windows color (decimal): -2335850 or 9853916. OLE color: 9853916.
HSL color Cylindrical-coordinate representation of color #DC5B96: hue angle of 332.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B96 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 150 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.14 |
| HSL | 332.56º | 0.65% | 0.61% | - |
| HSV(B) | 332.56º | 0.59% | 0.86% | - |
| XYZ | 38.76 | 24.9 | 31.62 | - |
| YUV | 136.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 150 | 0 | 0.59 | 0.32 | 0.14 | 332.56 | 0.65 | 0.61 |
| Hex | DC | 5B | 96 | 0 | 3B | 20 | E | 14D | 41 | 3D |
| Octal | 334 | 133 | 226 | 0 | 73 | 40 | 16 | 515 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10010110 | 0 | 111011 | 100000 | 1110 | 101001101 | 1000001 | 111101 |
Color Harmonies of #DC5B96
Complementary color
Monochromatic Colors of #DC5B96
Black with #DC5B96
Text Example
Text Example
White with #DC5B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B96; }
p { color: rgb(220,91,150); }
H1.HeaderClassName
{
color: #DC5B96;
}
.AnyTagClassName
{
color: #DC5B96;
}
</style>
background-color css
<style>
a { background-color: #DC5B96; }
a { background-color: rgb(220,91,150); }
div.DivClassName
{
background-color: #DC5B96;
}
.BgClassName
{
background-color: #DC5B96;
}
</style>
border-color css
<style>
span { border-color: #DC5B96; }
span { border-color: rgb(220,91,150); }
td.TdClassName
{
border-color: #DC5B96;
}
.TagClassName
{
border-color: #DC5B96;
}
</style>