Shades of Pale Violet Red #DB6B90
Tints of Pale Violet Red #DB6B90
RGB
CMYK
RGB Variations
Color information
#DB6B90 (or 0xDB6B90) is known color: Pale Violet Red. HEX triplet: DB, 6B and 90. RGB value is (219,107,144). Sum of RGB (Red+Green+Blue) = 219+107+144=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B90 is #24946F. Grayscale: #909090. Windows color (decimal): -2397296 or 9464795. OLE color: 9464795.
HSL color Cylindrical-coordinate representation of color #DB6B90: hue angle of 340.18º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6B90 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 144 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.14 |
| HSL | 340.18º | 0.61% | 0.64% | - |
| HSV(B) | 340.18º | 0.51% | 0.86% | - |
| XYZ | 39.51 | 27.59 | 29.63 | - |
| YUV | 144.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 144 | 0 | 0.51 | 0.34 | 0.14 | 340.18 | 0.61 | 0.64 |
| Hex | DB | 6B | 90 | 0 | 33 | 22 | E | 154 | 3D | 40 |
| Octal | 333 | 153 | 220 | 0 | 63 | 42 | 16 | 524 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10010000 | 0 | 110011 | 100010 | 1110 | 101010100 | 111101 | 1000000 |
Color Harmonies of #DB6B90
Complementary color
Monochromatic Colors of #DB6B90
Black with #DB6B90
Text Example
Text Example
White with #DB6B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B90; }
p { color: rgb(219,107,144); }
H1.HeaderClassName
{
color: #DB6B90;
}
.AnyTagClassName
{
color: #DB6B90;
}
</style>
background-color css
<style>
a { background-color: #DB6B90; }
a { background-color: rgb(219,107,144); }
div.DivClassName
{
background-color: #DB6B90;
}
.BgClassName
{
background-color: #DB6B90;
}
</style>
border-color css
<style>
span { border-color: #DB6B90; }
span { border-color: rgb(219,107,144); }
td.TdClassName
{
border-color: #DB6B90;
}
.TagClassName
{
border-color: #DB6B90;
}
</style>