Shades of Pale Violet Red #DC6596
Tints of Pale Violet Red #DC6596
RGB
CMYK
RGB Variations
Color information
#DC6596 (or 0xDC6596) is known color: Pale Violet Red. HEX triplet: DC, 65 and 96. RGB value is (220,101,150). Sum of RGB (Red+Green+Blue) = 220+101+150=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6596 is #239A69. Grayscale: #8E8E8E. Windows color (decimal): -2333290 or 9856476. OLE color: 9856476.
HSL color Cylindrical-coordinate representation of color #DC6596: hue angle of 335.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6596 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 150 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.14 |
| HSL | 335.29º | 0.63% | 0.63% | - |
| HSV(B) | 335.29º | 0.54% | 0.86% | - |
| XYZ | 39.67 | 26.73 | 31.92 | - |
| YUV | 142.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 150 | 0 | 0.54 | 0.32 | 0.14 | 335.29 | 0.63 | 0.63 |
| Hex | DC | 65 | 96 | 0 | 36 | 20 | E | 14F | 3F | 3F |
| Octal | 334 | 145 | 226 | 0 | 66 | 40 | 16 | 517 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10010110 | 0 | 110110 | 100000 | 1110 | 101001111 | 111111 | 111111 |
Color Harmonies of #DC6596
Complementary color
Monochromatic Colors of #DC6596
Black with #DC6596
Text Example
Text Example
White with #DC6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6596; }
p { color: rgb(220,101,150); }
H1.HeaderClassName
{
color: #DC6596;
}
.AnyTagClassName
{
color: #DC6596;
}
</style>
background-color css
<style>
a { background-color: #DC6596; }
a { background-color: rgb(220,101,150); }
div.DivClassName
{
background-color: #DC6596;
}
.BgClassName
{
background-color: #DC6596;
}
</style>
border-color css
<style>
span { border-color: #DC6596; }
span { border-color: rgb(220,101,150); }
td.TdClassName
{
border-color: #DC6596;
}
.TagClassName
{
border-color: #DC6596;
}
</style>