Shades of Pale Violet Red #DB7C98
Tints of Pale Violet Red #DB7C98
RGB
CMYK
RGB Variations
Color information
#DB7C98 (or 0xDB7C98) is known color: Pale Violet Red. HEX triplet: DB, 7C and 98. RGB value is (219,124,152). Sum of RGB (Red+Green+Blue) = 219+124+152=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C98 is #248367. Grayscale: #9B9B9B. Windows color (decimal): -2392936 or 9993435. OLE color: 9993435.
HSL color Cylindrical-coordinate representation of color #DB7C98: hue angle of 342.32º 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 #DB7C98 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 152 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.14 |
| HSL | 342.32º | 0.57% | 0.67% | - |
| HSV(B) | 342.32º | 0.43% | 0.86% | - |
| XYZ | 42.09 | 31.74 | 33.61 | - |
| YUV | 155.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 152 | 0 | 0.43 | 0.31 | 0.14 | 342.32 | 0.57 | 0.67 |
| Hex | DB | 7C | 98 | 0 | 2B | 1F | E | 156 | 39 | 43 |
| Octal | 333 | 174 | 230 | 0 | 53 | 37 | 16 | 526 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10011000 | 0 | 101011 | 11111 | 1110 | 101010110 | 111001 | 1000011 |
Color Harmonies of #DB7C98
Complementary color
Monochromatic Colors of #DB7C98
Black with #DB7C98
Text Example
Text Example
White with #DB7C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C98; }
p { color: rgb(219,124,152); }
H1.HeaderClassName
{
color: #DB7C98;
}
.AnyTagClassName
{
color: #DB7C98;
}
</style>
background-color css
<style>
a { background-color: #DB7C98; }
a { background-color: rgb(219,124,152); }
div.DivClassName
{
background-color: #DB7C98;
}
.BgClassName
{
background-color: #DB7C98;
}
</style>
border-color css
<style>
span { border-color: #DB7C98; }
span { border-color: rgb(219,124,152); }
td.TdClassName
{
border-color: #DB7C98;
}
.TagClassName
{
border-color: #DB7C98;
}
</style>