Shades of Pale Violet Red #DB6189
Tints of Pale Violet Red #DB6189
RGB
CMYK
RGB Variations
Color information
#DB6189 (or 0xDB6189) is known color: Pale Violet Red. HEX triplet: DB, 61 and 89. RGB value is (219,97,137). Sum of RGB (Red+Green+Blue) = 219+97+137=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6189 is #249E76. Grayscale: #8A8A8A. Windows color (decimal): -2399863 or 9003483. OLE color: 9003483.
HSL color Cylindrical-coordinate representation of color #DB6189: hue angle of 340.33º 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 #DB6189 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 137 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.14 |
| HSL | 340.33º | 0.63% | 0.62% | - |
| HSV(B) | 340.33º | 0.56% | 0.86% | - |
| XYZ | 38 | 25.42 | 26.57 | - |
| YUV | 138.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 137 | 0 | 0.56 | 0.37 | 0.14 | 340.33 | 0.63 | 0.62 |
| Hex | DB | 61 | 89 | 0 | 38 | 25 | E | 154 | 3F | 3E |
| Octal | 333 | 141 | 211 | 0 | 70 | 45 | 16 | 524 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10001001 | 0 | 111000 | 100101 | 1110 | 101010100 | 111111 | 111110 |
Color Harmonies of #DB6189
Complementary color
Monochromatic Colors of #DB6189
Black with #DB6189
Text Example
Text Example
White with #DB6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6189; }
p { color: rgb(219,97,137); }
H1.HeaderClassName
{
color: #DB6189;
}
.AnyTagClassName
{
color: #DB6189;
}
</style>
background-color css
<style>
a { background-color: #DB6189; }
a { background-color: rgb(219,97,137); }
div.DivClassName
{
background-color: #DB6189;
}
.BgClassName
{
background-color: #DB6189;
}
</style>
border-color css
<style>
span { border-color: #DB6189; }
span { border-color: rgb(219,97,137); }
td.TdClassName
{
border-color: #DB6189;
}
.TagClassName
{
border-color: #DB6189;
}
</style>