Shades of Pale Violet Red #DB648A
Tints of Pale Violet Red #DB648A
RGB
CMYK
RGB Variations
Color information
#DB648A (or 0xDB648A) is known color: Pale Violet Red. HEX triplet: DB, 64 and 8A. RGB value is (219,100,138). Sum of RGB (Red+Green+Blue) = 219+100+138=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB648A is #249B75. Grayscale: #8B8B8B. Windows color (decimal): -2399094 or 9069787. OLE color: 9069787.
HSL color Cylindrical-coordinate representation of color #DB648A: hue angle of 340.84º 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 #DB648A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 138 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.14 |
| HSL | 340.84º | 0.62% | 0.63% | - |
| HSV(B) | 340.84º | 0.54% | 0.86% | - |
| XYZ | 38.36 | 26.01 | 27.04 | - |
| YUV | 139.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 138 | 0 | 0.54 | 0.37 | 0.14 | 340.84 | 0.62 | 0.63 |
| Hex | DB | 64 | 8A | 0 | 36 | 25 | E | 155 | 3E | 3F |
| Octal | 333 | 144 | 212 | 0 | 66 | 45 | 16 | 525 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10001010 | 0 | 110110 | 100101 | 1110 | 101010101 | 111110 | 111111 |
Color Harmonies of #DB648A
Complementary color
Monochromatic Colors of #DB648A
Black with #DB648A
Text Example
Text Example
White with #DB648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB648A; }
p { color: rgb(219,100,138); }
H1.HeaderClassName
{
color: #DB648A;
}
.AnyTagClassName
{
color: #DB648A;
}
</style>
background-color css
<style>
a { background-color: #DB648A; }
a { background-color: rgb(219,100,138); }
div.DivClassName
{
background-color: #DB648A;
}
.BgClassName
{
background-color: #DB648A;
}
</style>
border-color css
<style>
span { border-color: #DB648A; }
span { border-color: rgb(219,100,138); }
td.TdClassName
{
border-color: #DB648A;
}
.TagClassName
{
border-color: #DB648A;
}
</style>