Shades of Pale Violet Red #DB639D
Tints of Pale Violet Red #DB639D
RGB
CMYK
RGB Variations
Color information
#DB639D (or 0xDB639D) is known color: Pale Violet Red. HEX triplet: DB, 63 and 9D. RGB value is (219,99,157). Sum of RGB (Red+Green+Blue) = 219+99+157=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB639D is #249C62. Grayscale: #8D8D8D. Windows color (decimal): -2399331 or 10314715. OLE color: 10314715.
HSL color Cylindrical-coordinate representation of color #DB639D: hue angle of 331º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB639D is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 157 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.14 |
| HSL | 331º | 0.63% | 0.62% | - |
| HSV(B) | 331º | 0.55% | 0.86% | - |
| XYZ | 39.76 | 26.42 | 34.9 | - |
| YUV | 141.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 157 | 0 | 0.55 | 0.28 | 0.14 | 331 | 0.63 | 0.62 |
| Hex | DB | 63 | 9D | 0 | 37 | 1C | E | 14B | 3E | 3E |
| Octal | 333 | 143 | 235 | 0 | 67 | 34 | 16 | 513 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10011101 | 0 | 110111 | 11100 | 1110 | 101001011 | 111110 | 111110 |
Color Harmonies of #DB639D
Complementary color
Monochromatic Colors of #DB639D
Black with #DB639D
Text Example
Text Example
White with #DB639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB639D; }
p { color: rgb(219,99,157); }
H1.HeaderClassName
{
color: #DB639D;
}
.AnyTagClassName
{
color: #DB639D;
}
</style>
background-color css
<style>
a { background-color: #DB639D; }
a { background-color: rgb(219,99,157); }
div.DivClassName
{
background-color: #DB639D;
}
.BgClassName
{
background-color: #DB639D;
}
</style>
border-color css
<style>
span { border-color: #DB639D; }
span { border-color: rgb(219,99,157); }
td.TdClassName
{
border-color: #DB639D;
}
.TagClassName
{
border-color: #DB639D;
}
</style>