Shades of Pale Violet Red #DB638B
Tints of Pale Violet Red #DB638B
RGB
CMYK
RGB Variations
Color information
#DB638B (or 0xDB638B) is known color: Pale Violet Red. HEX triplet: DB, 63 and 8B. RGB value is (219,99,139). Sum of RGB (Red+Green+Blue) = 219+99+139=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB638B is #249C74. Grayscale: #8B8B8B. Windows color (decimal): -2399349 or 9135067. OLE color: 9135067.
HSL color Cylindrical-coordinate representation of color #DB638B: hue angle of 340º 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 #DB638B is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 139 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.14 |
| HSL | 340º | 0.63% | 0.62% | - |
| HSV(B) | 340º | 0.55% | 0.86% | - |
| XYZ | 38.34 | 25.85 | 27.39 | - |
| YUV | 139.44 | 127.76 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 139 | 0 | 0.55 | 0.37 | 0.14 | 340 | 0.63 | 0.62 |
| Hex | DB | 63 | 8B | 0 | 37 | 25 | E | 154 | 3E | 3E |
| Octal | 333 | 143 | 213 | 0 | 67 | 45 | 16 | 524 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10001011 | 0 | 110111 | 100101 | 1110 | 101010100 | 111110 | 111110 |
Color Harmonies of #DB638B
Complementary color
Monochromatic Colors of #DB638B
Black with #DB638B
Text Example
Text Example
White with #DB638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB638B; }
p { color: rgb(219,99,139); }
H1.HeaderClassName
{
color: #DB638B;
}
.AnyTagClassName
{
color: #DB638B;
}
</style>
background-color css
<style>
a { background-color: #DB638B; }
a { background-color: rgb(219,99,139); }
div.DivClassName
{
background-color: #DB638B;
}
.BgClassName
{
background-color: #DB638B;
}
</style>
border-color css
<style>
span { border-color: #DB638B; }
span { border-color: rgb(219,99,139); }
td.TdClassName
{
border-color: #DB638B;
}
.TagClassName
{
border-color: #DB638B;
}
</style>