Shades of Pale Violet Red #DB7BA5
Tints of Pale Violet Red #DB7BA5
RGB
CMYK
RGB Variations
Color information
#DB7BA5 (or 0xDB7BA5) is known color: Pale Violet Red. HEX triplet: DB, 7B and A5. RGB value is (219,123,165). Sum of RGB (Red+Green+Blue) = 219+123+165=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BA5 is #24845A. Grayscale: #9C9C9C. Windows color (decimal): -2393179 or 10845147. OLE color: 10845147.
HSL color Cylindrical-coordinate representation of color #DB7BA5: hue angle of 333.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BA5 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 165 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.14 |
| HSL | 333.75º | 0.57% | 0.67% | - |
| HSV(B) | 333.75º | 0.44% | 0.86% | - |
| XYZ | 43.09 | 31.94 | 39.49 | - |
| YUV | 156.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 165 | 0 | 0.44 | 0.25 | 0.14 | 333.75 | 0.57 | 0.67 |
| Hex | DB | 7B | A5 | 0 | 2C | 19 | E | 14E | 39 | 43 |
| Octal | 333 | 173 | 245 | 0 | 54 | 31 | 16 | 516 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10100101 | 0 | 101100 | 11001 | 1110 | 101001110 | 111001 | 1000011 |
Color Harmonies of #DB7BA5
Complementary color
Monochromatic Colors of #DB7BA5
Black with #DB7BA5
Text Example
Text Example
White with #DB7BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BA5; }
p { color: rgb(219,123,165); }
H1.HeaderClassName
{
color: #DB7BA5;
}
.AnyTagClassName
{
color: #DB7BA5;
}
</style>
background-color css
<style>
a { background-color: #DB7BA5; }
a { background-color: rgb(219,123,165); }
div.DivClassName
{
background-color: #DB7BA5;
}
.BgClassName
{
background-color: #DB7BA5;
}
</style>
border-color css
<style>
span { border-color: #DB7BA5; }
span { border-color: rgb(219,123,165); }
td.TdClassName
{
border-color: #DB7BA5;
}
.TagClassName
{
border-color: #DB7BA5;
}
</style>