Shades of Pale Violet Red #DB7CA5
Tints of Pale Violet Red #DB7CA5
RGB
CMYK
RGB Variations
Color information
#DB7CA5 (or 0xDB7CA5) is known color: Pale Violet Red. HEX triplet: DB, 7C and A5. RGB value is (219,124,165). Sum of RGB (Red+Green+Blue) = 219+124+165=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7CA5 is #24835A. Grayscale: #9D9D9D. Windows color (decimal): -2392923 or 10845403. OLE color: 10845403.
HSL color Cylindrical-coordinate representation of color #DB7CA5: hue angle of 334.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7CA5 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 165 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.14 |
| HSL | 334.11º | 0.57% | 0.67% | - |
| HSV(B) | 334.11º | 0.43% | 0.86% | - |
| XYZ | 43.21 | 32.19 | 39.53 | - |
| YUV | 157.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 165 | 0 | 0.43 | 0.25 | 0.14 | 334.11 | 0.57 | 0.67 |
| Hex | DB | 7C | A5 | 0 | 2B | 19 | E | 14E | 39 | 43 |
| Octal | 333 | 174 | 245 | 0 | 53 | 31 | 16 | 516 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10100101 | 0 | 101011 | 11001 | 1110 | 101001110 | 111001 | 1000011 |
Color Harmonies of #DB7CA5
Complementary color
Monochromatic Colors of #DB7CA5
Black with #DB7CA5
Text Example
Text Example
White with #DB7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CA5; }
p { color: rgb(219,124,165); }
H1.HeaderClassName
{
color: #DB7CA5;
}
.AnyTagClassName
{
color: #DB7CA5;
}
</style>
background-color css
<style>
a { background-color: #DB7CA5; }
a { background-color: rgb(219,124,165); }
div.DivClassName
{
background-color: #DB7CA5;
}
.BgClassName
{
background-color: #DB7CA5;
}
</style>
border-color css
<style>
span { border-color: #DB7CA5; }
span { border-color: rgb(219,124,165); }
td.TdClassName
{
border-color: #DB7CA5;
}
.TagClassName
{
border-color: #DB7CA5;
}
</style>