Shades of Pale Violet Red #DB6693
Tints of Pale Violet Red #DB6693
RGB
CMYK
RGB Variations
Color information
#DB6693 (or 0xDB6693) is known color: Pale Violet Red. HEX triplet: DB, 66 and 93. RGB value is (219,102,147). Sum of RGB (Red+Green+Blue) = 219+102+147=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6693 is #24996C. Grayscale: #8E8E8E. Windows color (decimal): -2398573 or 9660123. OLE color: 9660123.
HSL color Cylindrical-coordinate representation of color #DB6693: hue angle of 336.92º 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 #DB6693 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 147 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.14 |
| HSL | 336.92º | 0.62% | 0.63% | - |
| HSV(B) | 336.92º | 0.53% | 0.86% | - |
| XYZ | 39.23 | 26.67 | 30.68 | - |
| YUV | 142.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 147 | 0 | 0.53 | 0.33 | 0.14 | 336.92 | 0.62 | 0.63 |
| Hex | DB | 66 | 93 | 0 | 35 | 21 | E | 151 | 3E | 3F |
| Octal | 333 | 146 | 223 | 0 | 65 | 41 | 16 | 521 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10010011 | 0 | 110101 | 100001 | 1110 | 101010001 | 111110 | 111111 |
Color Harmonies of #DB6693
Complementary color
Monochromatic Colors of #DB6693
Black with #DB6693
Text Example
Text Example
White with #DB6693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6693; }
p { color: rgb(219,102,147); }
H1.HeaderClassName
{
color: #DB6693;
}
.AnyTagClassName
{
color: #DB6693;
}
</style>
background-color css
<style>
a { background-color: #DB6693; }
a { background-color: rgb(219,102,147); }
div.DivClassName
{
background-color: #DB6693;
}
.BgClassName
{
background-color: #DB6693;
}
</style>
border-color css
<style>
span { border-color: #DB6693; }
span { border-color: rgb(219,102,147); }
td.TdClassName
{
border-color: #DB6693;
}
.TagClassName
{
border-color: #DB6693;
}
</style>