Shades of Pale Violet Red #DB678B
Tints of Pale Violet Red #DB678B
RGB
CMYK
RGB Variations
Color information
#DB678B (or 0xDB678B) is known color: Pale Violet Red. HEX triplet: DB, 67 and 8B. RGB value is (219,103,139). Sum of RGB (Red+Green+Blue) = 219+103+139=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB678B is #249874. Grayscale: #8D8D8D. Windows color (decimal): -2398325 or 9136091. OLE color: 9136091.
HSL color Cylindrical-coordinate representation of color #DB678B: hue angle of 341.38º degrees, saturation: 0.62, 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 #DB678B is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 139 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.14 |
| HSL | 341.38º | 0.62% | 0.63% | - |
| HSV(B) | 341.38º | 0.53% | 0.86% | - |
| XYZ | 38.72 | 26.62 | 27.52 | - |
| YUV | 141.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 139 | 0 | 0.53 | 0.37 | 0.14 | 341.38 | 0.62 | 0.63 |
| Hex | DB | 67 | 8B | 0 | 35 | 25 | E | 155 | 3E | 3F |
| Octal | 333 | 147 | 213 | 0 | 65 | 45 | 16 | 525 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10001011 | 0 | 110101 | 100101 | 1110 | 101010101 | 111110 | 111111 |
Color Harmonies of #DB678B
Complementary color
Monochromatic Colors of #DB678B
Black with #DB678B
Text Example
Text Example
White with #DB678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB678B; }
p { color: rgb(219,103,139); }
H1.HeaderClassName
{
color: #DB678B;
}
.AnyTagClassName
{
color: #DB678B;
}
</style>
background-color css
<style>
a { background-color: #DB678B; }
a { background-color: rgb(219,103,139); }
div.DivClassName
{
background-color: #DB678B;
}
.BgClassName
{
background-color: #DB678B;
}
</style>
border-color css
<style>
span { border-color: #DB678B; }
span { border-color: rgb(219,103,139); }
td.TdClassName
{
border-color: #DB678B;
}
.TagClassName
{
border-color: #DB678B;
}
</style>