Shades of Pale Violet Red #DB7392
Tints of Pale Violet Red #DB7392
RGB
CMYK
RGB Variations
Color information
#DB7392 (or 0xDB7392) is known color: Pale Violet Red. HEX triplet: DB, 73 and 92. RGB value is (219,115,146). Sum of RGB (Red+Green+Blue) = 219+115+146=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7392 is #248C6D. Grayscale: #959595. Windows color (decimal): -2395246 or 9597915. OLE color: 9597915.
HSL color Cylindrical-coordinate representation of color #DB7392: hue angle of 342.12º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7392 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 146 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.14 |
| HSL | 342.12º | 0.59% | 0.65% | - |
| HSV(B) | 342.12º | 0.47% | 0.86% | - |
| XYZ | 40.53 | 29.4 | 30.73 | - |
| YUV | 149.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 146 | 0 | 0.47 | 0.33 | 0.14 | 342.12 | 0.59 | 0.65 |
| Hex | DB | 73 | 92 | 0 | 2F | 21 | E | 156 | 3B | 41 |
| Octal | 333 | 163 | 222 | 0 | 57 | 41 | 16 | 526 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10010010 | 0 | 101111 | 100001 | 1110 | 101010110 | 111011 | 1000001 |
Color Harmonies of #DB7392
Complementary color
Monochromatic Colors of #DB7392
Black with #DB7392
Text Example
Text Example
White with #DB7392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7392; }
p { color: rgb(219,115,146); }
H1.HeaderClassName
{
color: #DB7392;
}
.AnyTagClassName
{
color: #DB7392;
}
</style>
background-color css
<style>
a { background-color: #DB7392; }
a { background-color: rgb(219,115,146); }
div.DivClassName
{
background-color: #DB7392;
}
.BgClassName
{
background-color: #DB7392;
}
</style>
border-color css
<style>
span { border-color: #DB7392; }
span { border-color: rgb(219,115,146); }
td.TdClassName
{
border-color: #DB7392;
}
.TagClassName
{
border-color: #DB7392;
}
</style>