Shades of Pale Violet Red #DB7C97
Tints of Pale Violet Red #DB7C97
RGB
CMYK
RGB Variations
Color information
#DB7C97 (or 0xDB7C97) is known color: Pale Violet Red. HEX triplet: DB, 7C and 97. RGB value is (219,124,151). Sum of RGB (Red+Green+Blue) = 219+124+151=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7C97 is #248368. Grayscale: #9B9B9B. Windows color (decimal): -2392937 or 9927899. OLE color: 9927899.
HSL color Cylindrical-coordinate representation of color #DB7C97: hue angle of 342.95º 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 #DB7C97 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 151 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.14 |
| HSL | 342.95º | 0.57% | 0.67% | - |
| HSV(B) | 342.95º | 0.43% | 0.86% | - |
| XYZ | 42.01 | 31.71 | 33.18 | - |
| YUV | 155.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 151 | 0 | 0.43 | 0.31 | 0.14 | 342.95 | 0.57 | 0.67 |
| Hex | DB | 7C | 97 | 0 | 2B | 1F | E | 157 | 39 | 43 |
| Octal | 333 | 174 | 227 | 0 | 53 | 37 | 16 | 527 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10010111 | 0 | 101011 | 11111 | 1110 | 101010111 | 111001 | 1000011 |
Color Harmonies of #DB7C97
Complementary color
Monochromatic Colors of #DB7C97
Black with #DB7C97
Text Example
Text Example
White with #DB7C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C97; }
p { color: rgb(219,124,151); }
H1.HeaderClassName
{
color: #DB7C97;
}
.AnyTagClassName
{
color: #DB7C97;
}
</style>
background-color css
<style>
a { background-color: #DB7C97; }
a { background-color: rgb(219,124,151); }
div.DivClassName
{
background-color: #DB7C97;
}
.BgClassName
{
background-color: #DB7C97;
}
</style>
border-color css
<style>
span { border-color: #DB7C97; }
span { border-color: rgb(219,124,151); }
td.TdClassName
{
border-color: #DB7C97;
}
.TagClassName
{
border-color: #DB7C97;
}
</style>