Shades of Pale Violet Red #DB648B
Tints of Pale Violet Red #DB648B
RGB
CMYK
RGB Variations
Color information
#DB648B (or 0xDB648B) is known color: Pale Violet Red. HEX triplet: DB, 64 and 8B. RGB value is (219,100,139). Sum of RGB (Red+Green+Blue) = 219+100+139=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB648B is #249B74. Grayscale: #8B8B8B. Windows color (decimal): -2399093 or 9135323. OLE color: 9135323.
HSL color Cylindrical-coordinate representation of color #DB648B: hue angle of 340.34º 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 #DB648B is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 139 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.14 |
| HSL | 340.34º | 0.62% | 0.63% | - |
| HSV(B) | 340.34º | 0.54% | 0.86% | - |
| XYZ | 38.43 | 26.04 | 27.43 | - |
| YUV | 140.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 139 | 0 | 0.54 | 0.37 | 0.14 | 340.34 | 0.62 | 0.63 |
| Hex | DB | 64 | 8B | 0 | 36 | 25 | E | 154 | 3E | 3F |
| Octal | 333 | 144 | 213 | 0 | 66 | 45 | 16 | 524 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10001011 | 0 | 110110 | 100101 | 1110 | 101010100 | 111110 | 111111 |
Color Harmonies of #DB648B
Complementary color
Monochromatic Colors of #DB648B
Black with #DB648B
Text Example
Text Example
White with #DB648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB648B; }
p { color: rgb(219,100,139); }
H1.HeaderClassName
{
color: #DB648B;
}
.AnyTagClassName
{
color: #DB648B;
}
</style>
background-color css
<style>
a { background-color: #DB648B; }
a { background-color: rgb(219,100,139); }
div.DivClassName
{
background-color: #DB648B;
}
.BgClassName
{
background-color: #DB648B;
}
</style>
border-color css
<style>
span { border-color: #DB648B; }
span { border-color: rgb(219,100,139); }
td.TdClassName
{
border-color: #DB648B;
}
.TagClassName
{
border-color: #DB648B;
}
</style>