Shades of Pale Violet Red #DB6BA3
Tints of Pale Violet Red #DB6BA3
RGB
CMYK
RGB Variations
Color information
#DB6BA3 (or 0xDB6BA3) is known color: Pale Violet Red. HEX triplet: DB, 6B and A3. RGB value is (219,107,163). Sum of RGB (Red+Green+Blue) = 219+107+163=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BA3 is #24945C. Grayscale: #929292. Windows color (decimal): -2397277 or 10709979. OLE color: 10709979.
HSL color Cylindrical-coordinate representation of color #DB6BA3: hue angle of 330º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BA3 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 107 | 163 | - |
CMYK | 0 | 0.51 | 0.26 | 0.14 |
HSL | 330º | 0.61% | 0.64% | - |
HSV(B) | 330º | 0.51% | 0.86% | - |
XYZ | 41.08 | 28.22 | 37.93 | - |
YUV | 146.87 | 137.11 | 179.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 107 | 163 | 0 | 0.51 | 0.26 | 0.14 | 330 | 0.61 | 0.64 |
Hex | DB | 6B | A3 | 0 | 33 | 1A | E | 14A | 3D | 40 |
Octal | 333 | 153 | 243 | 0 | 63 | 32 | 16 | 512 | 75 | 100 |
Binary | 11011011 | 1101011 | 10100011 | 0 | 110011 | 11010 | 1110 | 101001010 | 111101 | 1000000 |
Color Harmonies of #DB6BA3
Complementary color
Monochromatic Colors of #DB6BA3
Black with #DB6BA3
Text Example
Text Example
White with #DB6BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BA3; }
p { color: rgb(219,107,163); }
H1.HeaderClassName
{
color: #DB6BA3;
}
.AnyTagClassName
{
color: #DB6BA3;
}
</style>
background-color css
<style>
a { background-color: #DB6BA3; }
a { background-color: rgb(219,107,163); }
div.DivClassName
{
background-color: #DB6BA3;
}
.BgClassName
{
background-color: #DB6BA3;
}
</style>
border-color css
<style>
span { border-color: #DB6BA3; }
span { border-color: rgb(219,107,163); }
td.TdClassName
{
border-color: #DB6BA3;
}
.TagClassName
{
border-color: #DB6BA3;
}
</style>