Shades of Pale Violet Red #DB6793
Tints of Pale Violet Red #DB6793
RGB
CMYK
RGB Variations
Color information
#DB6793 (or 0xDB6793) is known color: Pale Violet Red. HEX triplet: DB, 67 and 93. RGB value is (219,103,147). Sum of RGB (Red+Green+Blue) = 219+103+147=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6793 is #24986C. Grayscale: #8E8E8E. Windows color (decimal): -2398317 or 9660379. OLE color: 9660379.
HSL color Cylindrical-coordinate representation of color #DB6793: hue angle of 337.24º 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 #DB6793 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 147 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.14 |
| HSL | 337.24º | 0.62% | 0.63% | - |
| HSV(B) | 337.24º | 0.53% | 0.86% | - |
| XYZ | 39.33 | 26.87 | 30.72 | - |
| YUV | 142.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 147 | 0 | 0.53 | 0.33 | 0.14 | 337.24 | 0.62 | 0.63 |
| Hex | DB | 67 | 93 | 0 | 35 | 21 | E | 151 | 3E | 3F |
| Octal | 333 | 147 | 223 | 0 | 65 | 41 | 16 | 521 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10010011 | 0 | 110101 | 100001 | 1110 | 101010001 | 111110 | 111111 |
Color Harmonies of #DB6793
Complementary color
Monochromatic Colors of #DB6793
Black with #DB6793
Text Example
Text Example
White with #DB6793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6793; }
p { color: rgb(219,103,147); }
H1.HeaderClassName
{
color: #DB6793;
}
.AnyTagClassName
{
color: #DB6793;
}
</style>
background-color css
<style>
a { background-color: #DB6793; }
a { background-color: rgb(219,103,147); }
div.DivClassName
{
background-color: #DB6793;
}
.BgClassName
{
background-color: #DB6793;
}
</style>
border-color css
<style>
span { border-color: #DB6793; }
span { border-color: rgb(219,103,147); }
td.TdClassName
{
border-color: #DB6793;
}
.TagClassName
{
border-color: #DB6793;
}
</style>