Shades of Pale Violet Red #DB659C
Tints of Pale Violet Red #DB659C
RGB
CMYK
RGB Variations
Color information
#DB659C (or 0xDB659C) is known color: Pale Violet Red. HEX triplet: DB, 65 and 9C. RGB value is (219,101,156). Sum of RGB (Red+Green+Blue) = 219+101+156=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB659C is #249A63. Grayscale: #8E8E8E. Windows color (decimal): -2398820 or 10249691. OLE color: 10249691.
HSL color Cylindrical-coordinate representation of color #DB659C: hue angle of 332.03º degrees, saturation: 0.62, 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 #DB659C is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 156 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.14 |
| HSL | 332.03º | 0.62% | 0.63% | - |
| HSV(B) | 332.03º | 0.54% | 0.86% | - |
| XYZ | 39.87 | 26.77 | 34.52 | - |
| YUV | 142.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 156 | 0 | 0.54 | 0.29 | 0.14 | 332.03 | 0.62 | 0.63 |
| Hex | DB | 65 | 9C | 0 | 36 | 1D | E | 14C | 3E | 3F |
| Octal | 333 | 145 | 234 | 0 | 66 | 35 | 16 | 514 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10011100 | 0 | 110110 | 11101 | 1110 | 101001100 | 111110 | 111111 |
Color Harmonies of #DB659C
Complementary color
Monochromatic Colors of #DB659C
Black with #DB659C
Text Example
Text Example
White with #DB659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB659C; }
p { color: rgb(219,101,156); }
H1.HeaderClassName
{
color: #DB659C;
}
.AnyTagClassName
{
color: #DB659C;
}
</style>
background-color css
<style>
a { background-color: #DB659C; }
a { background-color: rgb(219,101,156); }
div.DivClassName
{
background-color: #DB659C;
}
.BgClassName
{
background-color: #DB659C;
}
</style>
border-color css
<style>
span { border-color: #DB659C; }
span { border-color: rgb(219,101,156); }
td.TdClassName
{
border-color: #DB659C;
}
.TagClassName
{
border-color: #DB659C;
}
</style>