Shades of Pale Violet Red #DB6795
Tints of Pale Violet Red #DB6795
RGB
CMYK
RGB Variations
Color information
#DB6795 (or 0xDB6795) is known color: Pale Violet Red. HEX triplet: DB, 67 and 95. RGB value is (219,103,149). Sum of RGB (Red+Green+Blue) = 219+103+149=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6795 is #24986A. Grayscale: #8E8E8E. Windows color (decimal): -2398315 or 9791451. OLE color: 9791451.
HSL color Cylindrical-coordinate representation of color #DB6795: hue angle of 336.21º 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 #DB6795 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 149 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.14 |
| HSL | 336.21º | 0.62% | 0.63% | - |
| HSV(B) | 336.21º | 0.53% | 0.86% | - |
| XYZ | 39.49 | 26.93 | 31.55 | - |
| YUV | 142.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 149 | 0 | 0.53 | 0.32 | 0.14 | 336.21 | 0.62 | 0.63 |
| Hex | DB | 67 | 95 | 0 | 35 | 20 | E | 150 | 3E | 3F |
| Octal | 333 | 147 | 225 | 0 | 65 | 40 | 16 | 520 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10010101 | 0 | 110101 | 100000 | 1110 | 101010000 | 111110 | 111111 |
Color Harmonies of #DB6795
Complementary color
Monochromatic Colors of #DB6795
Black with #DB6795
Text Example
Text Example
White with #DB6795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6795; }
p { color: rgb(219,103,149); }
H1.HeaderClassName
{
color: #DB6795;
}
.AnyTagClassName
{
color: #DB6795;
}
</style>
background-color css
<style>
a { background-color: #DB6795; }
a { background-color: rgb(219,103,149); }
div.DivClassName
{
background-color: #DB6795;
}
.BgClassName
{
background-color: #DB6795;
}
</style>
border-color css
<style>
span { border-color: #DB6795; }
span { border-color: rgb(219,103,149); }
td.TdClassName
{
border-color: #DB6795;
}
.TagClassName
{
border-color: #DB6795;
}
</style>