Shades of Pale Violet Red #DB6993
Tints of Pale Violet Red #DB6993
RGB
CMYK
RGB Variations
Color information
#DB6993 (or 0xDB6993) is known color: Pale Violet Red. HEX triplet: DB, 69 and 93. RGB value is (219,105,147). Sum of RGB (Red+Green+Blue) = 219+105+147=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6993 is #24966C. Grayscale: #8F8F8F. Windows color (decimal): -2397805 or 9660891. OLE color: 9660891.
HSL color Cylindrical-coordinate representation of color #DB6993: hue angle of 337.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6993 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 147 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.14 |
| HSL | 337.89º | 0.61% | 0.64% | - |
| HSV(B) | 337.89º | 0.52% | 0.86% | - |
| XYZ | 39.53 | 27.27 | 30.78 | - |
| YUV | 143.87 | 129.77 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 147 | 0 | 0.52 | 0.33 | 0.14 | 337.89 | 0.61 | 0.64 |
| Hex | DB | 69 | 93 | 0 | 34 | 21 | E | 152 | 3D | 40 |
| Octal | 333 | 151 | 223 | 0 | 64 | 41 | 16 | 522 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10010011 | 0 | 110100 | 100001 | 1110 | 101010010 | 111101 | 1000000 |
Color Harmonies of #DB6993
Complementary color
Monochromatic Colors of #DB6993
Black with #DB6993
Text Example
Text Example
White with #DB6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6993; }
p { color: rgb(219,105,147); }
H1.HeaderClassName
{
color: #DB6993;
}
.AnyTagClassName
{
color: #DB6993;
}
</style>
background-color css
<style>
a { background-color: #DB6993; }
a { background-color: rgb(219,105,147); }
div.DivClassName
{
background-color: #DB6993;
}
.BgClassName
{
background-color: #DB6993;
}
</style>
border-color css
<style>
span { border-color: #DB6993; }
span { border-color: rgb(219,105,147); }
td.TdClassName
{
border-color: #DB6993;
}
.TagClassName
{
border-color: #DB6993;
}
</style>