Shades of Pale Violet Red #DB7593
Tints of Pale Violet Red #DB7593
RGB
CMYK
RGB Variations
Color information
#DB7593 (or 0xDB7593) is known color: Pale Violet Red. HEX triplet: DB, 75 and 93. RGB value is (219,117,147). Sum of RGB (Red+Green+Blue) = 219+117+147=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7593 is #248A6C. Grayscale: #969696. Windows color (decimal): -2394733 or 9663963. OLE color: 9663963.
HSL color Cylindrical-coordinate representation of color #DB7593: hue angle of 342.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7593 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 147 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.14 |
| HSL | 342.35º | 0.59% | 0.66% | - |
| HSV(B) | 342.35º | 0.47% | 0.86% | - |
| XYZ | 40.84 | 29.89 | 31.22 | - |
| YUV | 150.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 147 | 0 | 0.47 | 0.33 | 0.14 | 342.35 | 0.59 | 0.66 |
| Hex | DB | 75 | 93 | 0 | 2F | 21 | E | 156 | 3B | 42 |
| Octal | 333 | 165 | 223 | 0 | 57 | 41 | 16 | 526 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10010011 | 0 | 101111 | 100001 | 1110 | 101010110 | 111011 | 1000010 |
Color Harmonies of #DB7593
Complementary color
Monochromatic Colors of #DB7593
Black with #DB7593
Text Example
Text Example
White with #DB7593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7593; }
p { color: rgb(219,117,147); }
H1.HeaderClassName
{
color: #DB7593;
}
.AnyTagClassName
{
color: #DB7593;
}
</style>
background-color css
<style>
a { background-color: #DB7593; }
a { background-color: rgb(219,117,147); }
div.DivClassName
{
background-color: #DB7593;
}
.BgClassName
{
background-color: #DB7593;
}
</style>
border-color css
<style>
span { border-color: #DB7593; }
span { border-color: rgb(219,117,147); }
td.TdClassName
{
border-color: #DB7593;
}
.TagClassName
{
border-color: #DB7593;
}
</style>