Shades of Pale Violet Red #DB6195
Tints of Pale Violet Red #DB6195
RGB
CMYK
RGB Variations
Color information
#DB6195 (or 0xDB6195) is known color: Pale Violet Red. HEX triplet: DB, 61 and 95. RGB value is (219,97,149). Sum of RGB (Red+Green+Blue) = 219+97+149=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6195 is #249E6A. Grayscale: #8B8B8B. Windows color (decimal): -2399851 or 9789915. OLE color: 9789915.
HSL color Cylindrical-coordinate representation of color #DB6195: hue angle of 334.43º 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 #DB6195 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 149 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.14 |
| HSL | 334.43º | 0.63% | 0.62% | - |
| HSV(B) | 334.43º | 0.56% | 0.86% | - |
| XYZ | 38.91 | 25.78 | 31.36 | - |
| YUV | 139.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 149 | 0 | 0.56 | 0.32 | 0.14 | 334.43 | 0.63 | 0.62 |
| Hex | DB | 61 | 95 | 0 | 38 | 20 | E | 14E | 3F | 3E |
| Octal | 333 | 141 | 225 | 0 | 70 | 40 | 16 | 516 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10010101 | 0 | 111000 | 100000 | 1110 | 101001110 | 111111 | 111110 |
Color Harmonies of #DB6195
Complementary color
Monochromatic Colors of #DB6195
Black with #DB6195
Text Example
Text Example
White with #DB6195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6195; }
p { color: rgb(219,97,149); }
H1.HeaderClassName
{
color: #DB6195;
}
.AnyTagClassName
{
color: #DB6195;
}
</style>
background-color css
<style>
a { background-color: #DB6195; }
a { background-color: rgb(219,97,149); }
div.DivClassName
{
background-color: #DB6195;
}
.BgClassName
{
background-color: #DB6195;
}
</style>
border-color css
<style>
span { border-color: #DB6195; }
span { border-color: rgb(219,97,149); }
td.TdClassName
{
border-color: #DB6195;
}
.TagClassName
{
border-color: #DB6195;
}
</style>