Shades of Pale Violet Red #DB659F
Tints of Pale Violet Red #DB659F
RGB
CMYK
RGB Variations
Color information
#DB659F (or 0xDB659F) is known color: Pale Violet Red. HEX triplet: DB, 65 and 9F. RGB value is (219,101,159). Sum of RGB (Red+Green+Blue) = 219+101+159=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB659F is #249A60. Grayscale: #8E8E8E. Windows color (decimal): -2398817 or 10446299. OLE color: 10446299.
HSL color Cylindrical-coordinate representation of color #DB659F: hue angle of 330.51º 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 #DB659F is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 159 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.14 |
| HSL | 330.51º | 0.62% | 0.63% | - |
| HSV(B) | 330.51º | 0.54% | 0.86% | - |
| XYZ | 40.13 | 26.87 | 35.87 | - |
| YUV | 142.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 159 | 0 | 0.54 | 0.27 | 0.14 | 330.51 | 0.62 | 0.63 |
| Hex | DB | 65 | 9F | 0 | 36 | 1B | E | 14B | 3E | 3F |
| Octal | 333 | 145 | 237 | 0 | 66 | 33 | 16 | 513 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10011111 | 0 | 110110 | 11011 | 1110 | 101001011 | 111110 | 111111 |
Color Harmonies of #DB659F
Complementary color
Monochromatic Colors of #DB659F
Black with #DB659F
Text Example
Text Example
White with #DB659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB659F; }
p { color: rgb(219,101,159); }
H1.HeaderClassName
{
color: #DB659F;
}
.AnyTagClassName
{
color: #DB659F;
}
</style>
background-color css
<style>
a { background-color: #DB659F; }
a { background-color: rgb(219,101,159); }
div.DivClassName
{
background-color: #DB659F;
}
.BgClassName
{
background-color: #DB659F;
}
</style>
border-color css
<style>
span { border-color: #DB659F; }
span { border-color: rgb(219,101,159); }
td.TdClassName
{
border-color: #DB659F;
}
.TagClassName
{
border-color: #DB659F;
}
</style>