Shades of Pale Violet Red #DB689C
Tints of Pale Violet Red #DB689C
RGB
CMYK
RGB Variations
Color information
#DB689C (or 0xDB689C) is known color: Pale Violet Red. HEX triplet: DB, 68 and 9C. RGB value is (219,104,156). Sum of RGB (Red+Green+Blue) = 219+104+156=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB689C is #249763. Grayscale: #909090. Windows color (decimal): -2398052 or 10250459. OLE color: 10250459.
HSL color Cylindrical-coordinate representation of color #DB689C: hue angle of 332.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB689C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 156 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.14 |
| HSL | 332.87º | 0.61% | 0.63% | - |
| HSV(B) | 332.87º | 0.53% | 0.86% | - |
| XYZ | 40.16 | 27.36 | 34.62 | - |
| YUV | 144.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 156 | 0 | 0.53 | 0.29 | 0.14 | 332.87 | 0.61 | 0.63 |
| Hex | DB | 68 | 9C | 0 | 35 | 1D | E | 14D | 3D | 3F |
| Octal | 333 | 150 | 234 | 0 | 65 | 35 | 16 | 515 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10011100 | 0 | 110101 | 11101 | 1110 | 101001101 | 111101 | 111111 |
Color Harmonies of #DB689C
Complementary color
Monochromatic Colors of #DB689C
Black with #DB689C
Text Example
Text Example
White with #DB689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB689C; }
p { color: rgb(219,104,156); }
H1.HeaderClassName
{
color: #DB689C;
}
.AnyTagClassName
{
color: #DB689C;
}
</style>
background-color css
<style>
a { background-color: #DB689C; }
a { background-color: rgb(219,104,156); }
div.DivClassName
{
background-color: #DB689C;
}
.BgClassName
{
background-color: #DB689C;
}
</style>
border-color css
<style>
span { border-color: #DB689C; }
span { border-color: rgb(219,104,156); }
td.TdClassName
{
border-color: #DB689C;
}
.TagClassName
{
border-color: #DB689C;
}
</style>