Shades of Pale Violet Red #DB7AA3
Tints of Pale Violet Red #DB7AA3
RGB
CMYK
RGB Variations
Color information
#DB7AA3 (or 0xDB7AA3) is known color: Pale Violet Red. HEX triplet: DB, 7A and A3. RGB value is (219,122,163). Sum of RGB (Red+Green+Blue) = 219+122+163=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7AA3 is #24855C. Grayscale: #9B9B9B. Windows color (decimal): -2393437 or 10713819. OLE color: 10713819.
HSL color Cylindrical-coordinate representation of color #DB7AA3: hue angle of 334.64º 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 #DB7AA3 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 163 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.14 |
| HSL | 334.64º | 0.57% | 0.67% | - |
| HSV(B) | 334.64º | 0.44% | 0.86% | - |
| XYZ | 42.78 | 31.62 | 38.5 | - |
| YUV | 155.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 163 | 0 | 0.44 | 0.26 | 0.14 | 334.64 | 0.57 | 0.67 |
| Hex | DB | 7A | A3 | 0 | 2C | 1A | E | 14F | 39 | 43 |
| Octal | 333 | 172 | 243 | 0 | 54 | 32 | 16 | 517 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10100011 | 0 | 101100 | 11010 | 1110 | 101001111 | 111001 | 1000011 |
Color Harmonies of #DB7AA3
Complementary color
Monochromatic Colors of #DB7AA3
Black with #DB7AA3
Text Example
Text Example
White with #DB7AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AA3; }
p { color: rgb(219,122,163); }
H1.HeaderClassName
{
color: #DB7AA3;
}
.AnyTagClassName
{
color: #DB7AA3;
}
</style>
background-color css
<style>
a { background-color: #DB7AA3; }
a { background-color: rgb(219,122,163); }
div.DivClassName
{
background-color: #DB7AA3;
}
.BgClassName
{
background-color: #DB7AA3;
}
</style>
border-color css
<style>
span { border-color: #DB7AA3; }
span { border-color: rgb(219,122,163); }
td.TdClassName
{
border-color: #DB7AA3;
}
.TagClassName
{
border-color: #DB7AA3;
}
</style>