Shades of Pale Violet Red #DB679E
Tints of Pale Violet Red #DB679E
RGB
CMYK
RGB Variations
Color information
#DB679E (or 0xDB679E) is known color: Pale Violet Red. HEX triplet: DB, 67 and 9E. RGB value is (219,103,158). Sum of RGB (Red+Green+Blue) = 219+103+158=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB679E is #249861. Grayscale: #8F8F8F. Windows color (decimal): -2398306 or 10381275. OLE color: 10381275.
HSL color Cylindrical-coordinate representation of color #DB679E: hue angle of 331.55º 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 #DB679E is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 158 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.14 |
| HSL | 331.55º | 0.62% | 0.63% | - |
| HSV(B) | 331.55º | 0.53% | 0.86% | - |
| XYZ | 40.24 | 27.23 | 35.48 | - |
| YUV | 143.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 158 | 0 | 0.53 | 0.28 | 0.14 | 331.55 | 0.62 | 0.63 |
| Hex | DB | 67 | 9E | 0 | 35 | 1C | E | 14C | 3E | 3F |
| Octal | 333 | 147 | 236 | 0 | 65 | 34 | 16 | 514 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10011110 | 0 | 110101 | 11100 | 1110 | 101001100 | 111110 | 111111 |
Color Harmonies of #DB679E
Complementary color
Monochromatic Colors of #DB679E
Black with #DB679E
Text Example
Text Example
White with #DB679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB679E; }
p { color: rgb(219,103,158); }
H1.HeaderClassName
{
color: #DB679E;
}
.AnyTagClassName
{
color: #DB679E;
}
</style>
background-color css
<style>
a { background-color: #DB679E; }
a { background-color: rgb(219,103,158); }
div.DivClassName
{
background-color: #DB679E;
}
.BgClassName
{
background-color: #DB679E;
}
</style>
border-color css
<style>
span { border-color: #DB679E; }
span { border-color: rgb(219,103,158); }
td.TdClassName
{
border-color: #DB679E;
}
.TagClassName
{
border-color: #DB679E;
}
</style>