Shades of Pale Violet Red #DC659B
Tints of Pale Violet Red #DC659B
RGB
CMYK
RGB Variations
Color information
#DC659B (or 0xDC659B) is known color: Pale Violet Red. HEX triplet: DC, 65 and 9B. RGB value is (220,101,155). Sum of RGB (Red+Green+Blue) = 220+101+155=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC659B is #239A64. Grayscale: #8E8E8E. Windows color (decimal): -2333285 or 10184156. OLE color: 10184156.
HSL color Cylindrical-coordinate representation of color #DC659B: hue angle of 332.77º 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 #DC659B is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 155 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.14 |
| HSL | 332.77º | 0.63% | 0.63% | - |
| HSV(B) | 332.77º | 0.54% | 0.86% | - |
| XYZ | 40.09 | 26.89 | 34.09 | - |
| YUV | 142.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 155 | 0 | 0.54 | 0.30 | 0.14 | 332.77 | 0.63 | 0.63 |
| Hex | DC | 65 | 9B | 0 | 36 | 1E | E | 14D | 3F | 3F |
| Octal | 334 | 145 | 233 | 0 | 66 | 36 | 16 | 515 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10011011 | 0 | 110110 | 11110 | 1110 | 101001101 | 111111 | 111111 |
Color Harmonies of #DC659B
Complementary color
Monochromatic Colors of #DC659B
Black with #DC659B
Text Example
Text Example
White with #DC659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC659B; }
p { color: rgb(220,101,155); }
H1.HeaderClassName
{
color: #DC659B;
}
.AnyTagClassName
{
color: #DC659B;
}
</style>
background-color css
<style>
a { background-color: #DC659B; }
a { background-color: rgb(220,101,155); }
div.DivClassName
{
background-color: #DC659B;
}
.BgClassName
{
background-color: #DC659B;
}
</style>
border-color css
<style>
span { border-color: #DC659B; }
span { border-color: rgb(220,101,155); }
td.TdClassName
{
border-color: #DC659B;
}
.TagClassName
{
border-color: #DC659B;
}
</style>