Shades of Pale Violet Red #DB679B
Tints of Pale Violet Red #DB679B
RGB
CMYK
RGB Variations
Color information
#DB679B (or 0xDB679B) is known color: Pale Violet Red. HEX triplet: DB, 67 and 9B. RGB value is (219,103,155). Sum of RGB (Red+Green+Blue) = 219+103+155=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB679B is #249864. Grayscale: #8F8F8F. Windows color (decimal): -2398309 or 10184667. OLE color: 10184667.
HSL color Cylindrical-coordinate representation of color #DB679B: hue angle of 333.1º 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 #DB679B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 155 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.14 |
| HSL | 333.1º | 0.62% | 0.63% | - |
| HSV(B) | 333.1º | 0.53% | 0.86% | - |
| XYZ | 39.98 | 27.13 | 34.14 | - |
| YUV | 143.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 155 | 0 | 0.53 | 0.29 | 0.14 | 333.1 | 0.62 | 0.63 |
| Hex | DB | 67 | 9B | 0 | 35 | 1D | E | 14D | 3E | 3F |
| Octal | 333 | 147 | 233 | 0 | 65 | 35 | 16 | 515 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10011011 | 0 | 110101 | 11101 | 1110 | 101001101 | 111110 | 111111 |
Color Harmonies of #DB679B
Complementary color
Monochromatic Colors of #DB679B
Black with #DB679B
Text Example
Text Example
White with #DB679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB679B; }
p { color: rgb(219,103,155); }
H1.HeaderClassName
{
color: #DB679B;
}
.AnyTagClassName
{
color: #DB679B;
}
</style>
background-color css
<style>
a { background-color: #DB679B; }
a { background-color: rgb(219,103,155); }
div.DivClassName
{
background-color: #DB679B;
}
.BgClassName
{
background-color: #DB679B;
}
</style>
border-color css
<style>
span { border-color: #DB679B; }
span { border-color: rgb(219,103,155); }
td.TdClassName
{
border-color: #DB679B;
}
.TagClassName
{
border-color: #DB679B;
}
</style>