Shades of Pale Violet Red #DB689B
Tints of Pale Violet Red #DB689B
RGB
CMYK
RGB Variations
Color information
#DB689B (or 0xDB689B) is known color: Pale Violet Red. HEX triplet: DB, 68 and 9B. RGB value is (219,104,155). Sum of RGB (Red+Green+Blue) = 219+104+155=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB689B is #249764. Grayscale: #909090. Windows color (decimal): -2398053 or 10184923. OLE color: 10184923.
HSL color Cylindrical-coordinate representation of color #DB689B: hue angle of 333.39º 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 #DB689B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 155 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.14 |
| HSL | 333.39º | 0.61% | 0.63% | - |
| HSV(B) | 333.39º | 0.53% | 0.86% | - |
| XYZ | 40.08 | 27.33 | 34.17 | - |
| YUV | 144.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 155 | 0 | 0.53 | 0.29 | 0.14 | 333.39 | 0.61 | 0.63 |
| Hex | DB | 68 | 9B | 0 | 35 | 1D | E | 14D | 3D | 3F |
| Octal | 333 | 150 | 233 | 0 | 65 | 35 | 16 | 515 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10011011 | 0 | 110101 | 11101 | 1110 | 101001101 | 111101 | 111111 |
Color Harmonies of #DB689B
Complementary color
Monochromatic Colors of #DB689B
Black with #DB689B
Text Example
Text Example
White with #DB689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB689B; }
p { color: rgb(219,104,155); }
H1.HeaderClassName
{
color: #DB689B;
}
.AnyTagClassName
{
color: #DB689B;
}
</style>
background-color css
<style>
a { background-color: #DB689B; }
a { background-color: rgb(219,104,155); }
div.DivClassName
{
background-color: #DB689B;
}
.BgClassName
{
background-color: #DB689B;
}
</style>
border-color css
<style>
span { border-color: #DB689B; }
span { border-color: rgb(219,104,155); }
td.TdClassName
{
border-color: #DB689B;
}
.TagClassName
{
border-color: #DB689B;
}
</style>