Shades of Pale Violet Red #DB649A
Tints of Pale Violet Red #DB649A
RGB
CMYK
RGB Variations
Color information
#DB649A (or 0xDB649A) is known color: Pale Violet Red. HEX triplet: DB, 64 and 9A. RGB value is (219,100,154). Sum of RGB (Red+Green+Blue) = 219+100+154=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB649A is #249B65. Grayscale: #8D8D8D. Windows color (decimal): -2399078 or 10118363. OLE color: 10118363.
HSL color Cylindrical-coordinate representation of color #DB649A: hue angle of 332.77º 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 #DB649A is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 154 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.14 |
| HSL | 332.77º | 0.62% | 0.63% | - |
| HSV(B) | 332.77º | 0.54% | 0.86% | - |
| XYZ | 39.6 | 26.51 | 33.6 | - |
| YUV | 141.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 154 | 0 | 0.54 | 0.30 | 0.14 | 332.77 | 0.62 | 0.63 |
| Hex | DB | 64 | 9A | 0 | 36 | 1E | E | 14D | 3E | 3F |
| Octal | 333 | 144 | 232 | 0 | 66 | 36 | 16 | 515 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10011010 | 0 | 110110 | 11110 | 1110 | 101001101 | 111110 | 111111 |
Color Harmonies of #DB649A
Complementary color
Monochromatic Colors of #DB649A
Black with #DB649A
Text Example
Text Example
White with #DB649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB649A; }
p { color: rgb(219,100,154); }
H1.HeaderClassName
{
color: #DB649A;
}
.AnyTagClassName
{
color: #DB649A;
}
</style>
background-color css
<style>
a { background-color: #DB649A; }
a { background-color: rgb(219,100,154); }
div.DivClassName
{
background-color: #DB649A;
}
.BgClassName
{
background-color: #DB649A;
}
</style>
border-color css
<style>
span { border-color: #DB649A; }
span { border-color: rgb(219,100,154); }
td.TdClassName
{
border-color: #DB649A;
}
.TagClassName
{
border-color: #DB649A;
}
</style>