Shades of Pale Violet Red #DB6F94
Tints of Pale Violet Red #DB6F94
RGB
CMYK
RGB Variations
Color information
#DB6F94 (or 0xDB6F94) is known color: Pale Violet Red. HEX triplet: DB, 6F and 94. RGB value is (219,111,148). Sum of RGB (Red+Green+Blue) = 219+111+148=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F94 is #24906B. Grayscale: #939393. Windows color (decimal): -2396268 or 9727963. OLE color: 9727963.
HSL color Cylindrical-coordinate representation of color #DB6F94: hue angle of 339.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F94 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 148 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.14 |
| HSL | 339.44º | 0.6% | 0.65% | - |
| HSV(B) | 339.44º | 0.49% | 0.86% | - |
| XYZ | 40.24 | 28.57 | 31.41 | - |
| YUV | 147.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 148 | 0 | 0.49 | 0.32 | 0.14 | 339.44 | 0.6 | 0.65 |
| Hex | DB | 6F | 94 | 0 | 31 | 20 | E | 153 | 3C | 41 |
| Octal | 333 | 157 | 224 | 0 | 61 | 40 | 16 | 523 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10010100 | 0 | 110001 | 100000 | 1110 | 101010011 | 111100 | 1000001 |
Color Harmonies of #DB6F94
Complementary color
Monochromatic Colors of #DB6F94
Black with #DB6F94
Text Example
Text Example
White with #DB6F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F94; }
p { color: rgb(219,111,148); }
H1.HeaderClassName
{
color: #DB6F94;
}
.AnyTagClassName
{
color: #DB6F94;
}
</style>
background-color css
<style>
a { background-color: #DB6F94; }
a { background-color: rgb(219,111,148); }
div.DivClassName
{
background-color: #DB6F94;
}
.BgClassName
{
background-color: #DB6F94;
}
</style>
border-color css
<style>
span { border-color: #DB6F94; }
span { border-color: rgb(219,111,148); }
td.TdClassName
{
border-color: #DB6F94;
}
.TagClassName
{
border-color: #DB6F94;
}
</style>