Shades of Pale Violet Red #DB638A
Tints of Pale Violet Red #DB638A
RGB
CMYK
RGB Variations
Color information
#DB638A (or 0xDB638A) is known color: Pale Violet Red. HEX triplet: DB, 63 and 8A. RGB value is (219,99,138). Sum of RGB (Red+Green+Blue) = 219+99+138=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB638A is #249C75. Grayscale: #8B8B8B. Windows color (decimal): -2399350 or 9069531. OLE color: 9069531.
HSL color Cylindrical-coordinate representation of color #DB638A: hue angle of 340.5º 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 #DB638A is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 138 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.14 |
| HSL | 340.5º | 0.63% | 0.62% | - |
| HSV(B) | 340.5º | 0.55% | 0.86% | - |
| XYZ | 38.26 | 25.82 | 27.01 | - |
| YUV | 139.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 138 | 0 | 0.55 | 0.37 | 0.14 | 340.5 | 0.63 | 0.62 |
| Hex | DB | 63 | 8A | 0 | 37 | 25 | E | 154 | 3E | 3E |
| Octal | 333 | 143 | 212 | 0 | 67 | 45 | 16 | 524 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10001010 | 0 | 110111 | 100101 | 1110 | 101010100 | 111110 | 111110 |
Color Harmonies of #DB638A
Complementary color
Monochromatic Colors of #DB638A
Black with #DB638A
Text Example
Text Example
White with #DB638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB638A; }
p { color: rgb(219,99,138); }
H1.HeaderClassName
{
color: #DB638A;
}
.AnyTagClassName
{
color: #DB638A;
}
</style>
background-color css
<style>
a { background-color: #DB638A; }
a { background-color: rgb(219,99,138); }
div.DivClassName
{
background-color: #DB638A;
}
.BgClassName
{
background-color: #DB638A;
}
</style>
border-color css
<style>
span { border-color: #DB638A; }
span { border-color: rgb(219,99,138); }
td.TdClassName
{
border-color: #DB638A;
}
.TagClassName
{
border-color: #DB638A;
}
</style>