Shades of Pale Violet Red #DC659D
Tints of Pale Violet Red #DC659D
RGB
CMYK
RGB Variations
Color information
#DC659D (or 0xDC659D) is known color: Pale Violet Red. HEX triplet: DC, 65 and 9D. RGB value is (220,101,157). Sum of RGB (Red+Green+Blue) = 220+101+157=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC659D is #239A62. Grayscale: #8E8E8E. Windows color (decimal): -2333283 or 10315228. OLE color: 10315228.
HSL color Cylindrical-coordinate representation of color #DC659D: hue angle of 331.76º 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 #DC659D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 157 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.14 |
| HSL | 331.76º | 0.63% | 0.63% | - |
| HSV(B) | 331.76º | 0.54% | 0.86% | - |
| XYZ | 40.25 | 26.96 | 34.98 | - |
| YUV | 142.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 157 | 0 | 0.54 | 0.29 | 0.14 | 331.76 | 0.63 | 0.63 |
| Hex | DC | 65 | 9D | 0 | 36 | 1D | E | 14C | 3F | 3F |
| Octal | 334 | 145 | 235 | 0 | 66 | 35 | 16 | 514 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10011101 | 0 | 110110 | 11101 | 1110 | 101001100 | 111111 | 111111 |
Color Harmonies of #DC659D
Complementary color
Monochromatic Colors of #DC659D
Black with #DC659D
Text Example
Text Example
White with #DC659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC659D; }
p { color: rgb(220,101,157); }
H1.HeaderClassName
{
color: #DC659D;
}
.AnyTagClassName
{
color: #DC659D;
}
</style>
background-color css
<style>
a { background-color: #DC659D; }
a { background-color: rgb(220,101,157); }
div.DivClassName
{
background-color: #DC659D;
}
.BgClassName
{
background-color: #DC659D;
}
</style>
border-color css
<style>
span { border-color: #DC659D; }
span { border-color: rgb(220,101,157); }
td.TdClassName
{
border-color: #DC659D;
}
.TagClassName
{
border-color: #DC659D;
}
</style>