Shades of Pale Violet Red #DB6091
Tints of Pale Violet Red #DB6091
RGB
CMYK
RGB Variations
Color information
#DB6091 (or 0xDB6091) is known color: Pale Violet Red. HEX triplet: DB, 60 and 91. RGB value is (219,96,145). Sum of RGB (Red+Green+Blue) = 219+96+145=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6091 is #249F6E. Grayscale: #8A8A8A. Windows color (decimal): -2400111 or 9527515. OLE color: 9527515.
HSL color Cylindrical-coordinate representation of color #DB6091: hue angle of 336.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6091 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 145 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.14 |
| HSL | 336.1º | 0.63% | 0.62% | - |
| HSV(B) | 336.1º | 0.56% | 0.86% | - |
| XYZ | 38.51 | 25.47 | 29.67 | - |
| YUV | 138.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 145 | 0 | 0.56 | 0.34 | 0.14 | 336.1 | 0.63 | 0.62 |
| Hex | DB | 60 | 91 | 0 | 38 | 22 | E | 150 | 3F | 3E |
| Octal | 333 | 140 | 221 | 0 | 70 | 42 | 16 | 520 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10010001 | 0 | 111000 | 100010 | 1110 | 101010000 | 111111 | 111110 |
Color Harmonies of #DB6091
Complementary color
Monochromatic Colors of #DB6091
Black with #DB6091
Text Example
Text Example
White with #DB6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6091; }
p { color: rgb(219,96,145); }
H1.HeaderClassName
{
color: #DB6091;
}
.AnyTagClassName
{
color: #DB6091;
}
</style>
background-color css
<style>
a { background-color: #DB6091; }
a { background-color: rgb(219,96,145); }
div.DivClassName
{
background-color: #DB6091;
}
.BgClassName
{
background-color: #DB6091;
}
</style>
border-color css
<style>
span { border-color: #DB6091; }
span { border-color: rgb(219,96,145); }
td.TdClassName
{
border-color: #DB6091;
}
.TagClassName
{
border-color: #DB6091;
}
</style>