Shades of Pale Violet Red #DB6B97
Tints of Pale Violet Red #DB6B97
RGB
CMYK
RGB Variations
Color information
#DB6B97 (or 0xDB6B97) is known color: Pale Violet Red. HEX triplet: DB, 6B and 97. RGB value is (219,107,151). Sum of RGB (Red+Green+Blue) = 219+107+151=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B97 is #249468. Grayscale: #919191. Windows color (decimal): -2397289 or 9923547. OLE color: 9923547.
HSL color Cylindrical-coordinate representation of color #DB6B97: hue angle of 336.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6B97 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 151 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.14 |
| HSL | 336.43º | 0.61% | 0.64% | - |
| HSV(B) | 336.43º | 0.51% | 0.86% | - |
| XYZ | 40.06 | 27.81 | 32.53 | - |
| YUV | 145.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 151 | 0 | 0.51 | 0.31 | 0.14 | 336.43 | 0.61 | 0.64 |
| Hex | DB | 6B | 97 | 0 | 33 | 1F | E | 150 | 3D | 40 |
| Octal | 333 | 153 | 227 | 0 | 63 | 37 | 16 | 520 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10010111 | 0 | 110011 | 11111 | 1110 | 101010000 | 111101 | 1000000 |
Color Harmonies of #DB6B97
Complementary color
Monochromatic Colors of #DB6B97
Black with #DB6B97
Text Example
Text Example
White with #DB6B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B97; }
p { color: rgb(219,107,151); }
H1.HeaderClassName
{
color: #DB6B97;
}
.AnyTagClassName
{
color: #DB6B97;
}
</style>
background-color css
<style>
a { background-color: #DB6B97; }
a { background-color: rgb(219,107,151); }
div.DivClassName
{
background-color: #DB6B97;
}
.BgClassName
{
background-color: #DB6B97;
}
</style>
border-color css
<style>
span { border-color: #DB6B97; }
span { border-color: rgb(219,107,151); }
td.TdClassName
{
border-color: #DB6B97;
}
.TagClassName
{
border-color: #DB6B97;
}
</style>