Shades of Pale Violet Red #DB7B9C
Tints of Pale Violet Red #DB7B9C
RGB
CMYK
RGB Variations
Color information
#DB7B9C (or 0xDB7B9C) is known color: Pale Violet Red. HEX triplet: DB, 7B and 9C. RGB value is (219,123,156). Sum of RGB (Red+Green+Blue) = 219+123+156=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B9C is #248463. Grayscale: #9B9B9B. Windows color (decimal): -2393188 or 10255323. OLE color: 10255323.
HSL color Cylindrical-coordinate representation of color #DB7B9C: hue angle of 339.38º 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 #DB7B9C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 156 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.14 |
| HSL | 339.38º | 0.57% | 0.67% | - |
| HSV(B) | 339.38º | 0.44% | 0.86% | - |
| XYZ | 42.3 | 31.63 | 35.33 | - |
| YUV | 155.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 156 | 0 | 0.44 | 0.29 | 0.14 | 339.38 | 0.57 | 0.67 |
| Hex | DB | 7B | 9C | 0 | 2C | 1D | E | 153 | 39 | 43 |
| Octal | 333 | 173 | 234 | 0 | 54 | 35 | 16 | 523 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10011100 | 0 | 101100 | 11101 | 1110 | 101010011 | 111001 | 1000011 |
Color Harmonies of #DB7B9C
Complementary color
Monochromatic Colors of #DB7B9C
Black with #DB7B9C
Text Example
Text Example
White with #DB7B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B9C; }
p { color: rgb(219,123,156); }
H1.HeaderClassName
{
color: #DB7B9C;
}
.AnyTagClassName
{
color: #DB7B9C;
}
</style>
background-color css
<style>
a { background-color: #DB7B9C; }
a { background-color: rgb(219,123,156); }
div.DivClassName
{
background-color: #DB7B9C;
}
.BgClassName
{
background-color: #DB7B9C;
}
</style>
border-color css
<style>
span { border-color: #DB7B9C; }
span { border-color: rgb(219,123,156); }
td.TdClassName
{
border-color: #DB7B9C;
}
.TagClassName
{
border-color: #DB7B9C;
}
</style>