Shades of Pale Violet Red #DB6A9B
Tints of Pale Violet Red #DB6A9B
RGB
CMYK
RGB Variations
Color information
#DB6A9B (or 0xDB6A9B) is known color: Pale Violet Red. HEX triplet: DB, 6A and 9B. RGB value is (219,106,155). Sum of RGB (Red+Green+Blue) = 219+106+155=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A9B is #249564. Grayscale: #919191. Windows color (decimal): -2397541 or 10185435. OLE color: 10185435.
HSL color Cylindrical-coordinate representation of color #DB6A9B: hue angle of 333.98º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A9B is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 155 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.14 |
| HSL | 333.98º | 0.61% | 0.64% | - |
| HSV(B) | 333.98º | 0.52% | 0.86% | - |
| XYZ | 40.28 | 27.73 | 34.24 | - |
| YUV | 145.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 155 | 0 | 0.52 | 0.29 | 0.14 | 333.98 | 0.61 | 0.64 |
| Hex | DB | 6A | 9B | 0 | 34 | 1D | E | 14E | 3D | 40 |
| Octal | 333 | 152 | 233 | 0 | 64 | 35 | 16 | 516 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10011011 | 0 | 110100 | 11101 | 1110 | 101001110 | 111101 | 1000000 |
Color Harmonies of #DB6A9B
Complementary color
Monochromatic Colors of #DB6A9B
Black with #DB6A9B
Text Example
Text Example
White with #DB6A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A9B; }
p { color: rgb(219,106,155); }
H1.HeaderClassName
{
color: #DB6A9B;
}
.AnyTagClassName
{
color: #DB6A9B;
}
</style>
background-color css
<style>
a { background-color: #DB6A9B; }
a { background-color: rgb(219,106,155); }
div.DivClassName
{
background-color: #DB6A9B;
}
.BgClassName
{
background-color: #DB6A9B;
}
</style>
border-color css
<style>
span { border-color: #DB6A9B; }
span { border-color: rgb(219,106,155); }
td.TdClassName
{
border-color: #DB6A9B;
}
.TagClassName
{
border-color: #DB6A9B;
}
</style>