Shades of Pale Violet Red #DB6DA4
Tints of Pale Violet Red #DB6DA4
RGB
CMYK
RGB Variations
Color information
#DB6DA4 (or 0xDB6DA4) is known color: Pale Violet Red. HEX triplet: DB, 6D and A4. RGB value is (219,109,164). Sum of RGB (Red+Green+Blue) = 219+109+164=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6DA4 is #24925B. Grayscale: #949494. Windows color (decimal): -2396764 or 10776027. OLE color: 10776027.
HSL color Cylindrical-coordinate representation of color #DB6DA4: hue angle of 330º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DA4 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 109 | 164 | - |
CMYK | 0 | 0.50 | 0.25 | 0.14 |
HSL | 330º | 0.6% | 0.64% | - |
HSV(B) | 330º | 0.5% | 0.86% | - |
XYZ | 41.38 | 28.68 | 38.48 | - |
YUV | 148.16 | 136.94 | 178.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 109 | 164 | 0 | 0.50 | 0.25 | 0.14 | 330 | 0.6 | 0.64 |
Hex | DB | 6D | A4 | 0 | 32 | 19 | E | 14A | 3C | 40 |
Octal | 333 | 155 | 244 | 0 | 62 | 31 | 16 | 512 | 74 | 100 |
Binary | 11011011 | 1101101 | 10100100 | 0 | 110010 | 11001 | 1110 | 101001010 | 111100 | 1000000 |
Color Harmonies of #DB6DA4
Complementary color
Monochromatic Colors of #DB6DA4
Black with #DB6DA4
Text Example
Text Example
White with #DB6DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DA4; }
p { color: rgb(219,109,164); }
H1.HeaderClassName
{
color: #DB6DA4;
}
.AnyTagClassName
{
color: #DB6DA4;
}
</style>
background-color css
<style>
a { background-color: #DB6DA4; }
a { background-color: rgb(219,109,164); }
div.DivClassName
{
background-color: #DB6DA4;
}
.BgClassName
{
background-color: #DB6DA4;
}
</style>
border-color css
<style>
span { border-color: #DB6DA4; }
span { border-color: rgb(219,109,164); }
td.TdClassName
{
border-color: #DB6DA4;
}
.TagClassName
{
border-color: #DB6DA4;
}
</style>