Shades of Pale Violet Red #DB6493
Tints of Pale Violet Red #DB6493
RGB
CMYK
RGB Variations
Color information
#DB6493 (or 0xDB6493) is known color: Pale Violet Red. HEX triplet: DB, 64 and 93. RGB value is (219,100,147). Sum of RGB (Red+Green+Blue) = 219+100+147=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6493 is #249B6C. Grayscale: #8C8C8C. Windows color (decimal): -2399085 or 9659611. OLE color: 9659611.
HSL color Cylindrical-coordinate representation of color #DB6493: hue angle of 336.3º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6493 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 147 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.14 |
| HSL | 336.3º | 0.62% | 0.63% | - |
| HSV(B) | 336.3º | 0.54% | 0.86% | - |
| XYZ | 39.04 | 26.28 | 30.62 | - |
| YUV | 140.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 147 | 0 | 0.54 | 0.33 | 0.14 | 336.3 | 0.62 | 0.63 |
| Hex | DB | 64 | 93 | 0 | 36 | 21 | E | 150 | 3E | 3F |
| Octal | 333 | 144 | 223 | 0 | 66 | 41 | 16 | 520 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10010011 | 0 | 110110 | 100001 | 1110 | 101010000 | 111110 | 111111 |
Color Harmonies of #DB6493
Complementary color
Monochromatic Colors of #DB6493
Black with #DB6493
Text Example
Text Example
White with #DB6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6493; }
p { color: rgb(219,100,147); }
H1.HeaderClassName
{
color: #DB6493;
}
.AnyTagClassName
{
color: #DB6493;
}
</style>
background-color css
<style>
a { background-color: #DB6493; }
a { background-color: rgb(219,100,147); }
div.DivClassName
{
background-color: #DB6493;
}
.BgClassName
{
background-color: #DB6493;
}
</style>
border-color css
<style>
span { border-color: #DB6493; }
span { border-color: rgb(219,100,147); }
td.TdClassName
{
border-color: #DB6493;
}
.TagClassName
{
border-color: #DB6493;
}
</style>