Shades of Pale Violet Red #DC6496
Tints of Pale Violet Red #DC6496
RGB
CMYK
RGB Variations
Color information
#DC6496 (or 0xDC6496) is known color: Pale Violet Red. HEX triplet: DC, 64 and 96. RGB value is (220,100,150). Sum of RGB (Red+Green+Blue) = 220+100+150=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6496 is #239B69. Grayscale: #8D8D8D. Windows color (decimal): -2333546 or 9856220. OLE color: 9856220.
HSL color Cylindrical-coordinate representation of color #DC6496: hue angle of 335º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6496 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 150 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.14 |
| HSL | 335º | 0.63% | 0.63% | - |
| HSV(B) | 335º | 0.55% | 0.86% | - |
| XYZ | 39.58 | 26.53 | 31.89 | - |
| YUV | 141.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 150 | 0 | 0.55 | 0.32 | 0.14 | 335 | 0.63 | 0.63 |
| Hex | DC | 64 | 96 | 0 | 37 | 20 | E | 14F | 3F | 3F |
| Octal | 334 | 144 | 226 | 0 | 67 | 40 | 16 | 517 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10010110 | 0 | 110111 | 100000 | 1110 | 101001111 | 111111 | 111111 |
Color Harmonies of #DC6496
Complementary color
Monochromatic Colors of #DC6496
Black with #DC6496
Text Example
Text Example
White with #DC6496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6496; }
p { color: rgb(220,100,150); }
H1.HeaderClassName
{
color: #DC6496;
}
.AnyTagClassName
{
color: #DC6496;
}
</style>
background-color css
<style>
a { background-color: #DC6496; }
a { background-color: rgb(220,100,150); }
div.DivClassName
{
background-color: #DC6496;
}
.BgClassName
{
background-color: #DC6496;
}
</style>
border-color css
<style>
span { border-color: #DC6496; }
span { border-color: rgb(220,100,150); }
td.TdClassName
{
border-color: #DC6496;
}
.TagClassName
{
border-color: #DC6496;
}
</style>