Shades of Pale Violet Red #DB6492
Tints of Pale Violet Red #DB6492
RGB
CMYK
RGB Variations
Color information
#DB6492 (or 0xDB6492) is known color: Pale Violet Red. HEX triplet: DB, 64 and 92. RGB value is (219,100,146). Sum of RGB (Red+Green+Blue) = 219+100+146=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6492 is #249B6D. Grayscale: #8C8C8C. Windows color (decimal): -2399086 or 9594075. OLE color: 9594075.
HSL color Cylindrical-coordinate representation of color #DB6492: hue angle of 336.81º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6492 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 146 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.14 |
| HSL | 336.81º | 0.62% | 0.63% | - |
| HSV(B) | 336.81º | 0.54% | 0.86% | - |
| XYZ | 38.96 | 26.25 | 30.21 | - |
| YUV | 140.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 146 | 0 | 0.54 | 0.33 | 0.14 | 336.81 | 0.62 | 0.63 |
| Hex | DB | 64 | 92 | 0 | 36 | 21 | E | 151 | 3E | 3F |
| Octal | 333 | 144 | 222 | 0 | 66 | 41 | 16 | 521 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10010010 | 0 | 110110 | 100001 | 1110 | 101010001 | 111110 | 111111 |
Color Harmonies of #DB6492
Complementary color
Monochromatic Colors of #DB6492
Black with #DB6492
Text Example
Text Example
White with #DB6492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6492; }
p { color: rgb(219,100,146); }
H1.HeaderClassName
{
color: #DB6492;
}
.AnyTagClassName
{
color: #DB6492;
}
</style>
background-color css
<style>
a { background-color: #DB6492; }
a { background-color: rgb(219,100,146); }
div.DivClassName
{
background-color: #DB6492;
}
.BgClassName
{
background-color: #DB6492;
}
</style>
border-color css
<style>
span { border-color: #DB6492; }
span { border-color: rgb(219,100,146); }
td.TdClassName
{
border-color: #DB6492;
}
.TagClassName
{
border-color: #DB6492;
}
</style>