Shades of Pale Violet Red #DB65A0
Tints of Pale Violet Red #DB65A0
RGB
CMYK
RGB Variations
Color information
#DB65A0 (or 0xDB65A0) is known color: Pale Violet Red. HEX triplet: DB, 65 and A0. RGB value is (219,101,160). Sum of RGB (Red+Green+Blue) = 219+101+160=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB65A0 is #249A5F. Grayscale: #8E8E8E. Windows color (decimal): -2398816 or 10511835. OLE color: 10511835.
HSL color Cylindrical-coordinate representation of color #DB65A0: hue angle of 330º 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 #DB65A0 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 160 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.14 |
| HSL | 330º | 0.62% | 0.63% | - |
| HSV(B) | 330º | 0.54% | 0.86% | - |
| XYZ | 40.21 | 26.91 | 36.33 | - |
| YUV | 143.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 160 | 0 | 0.54 | 0.27 | 0.14 | 330 | 0.62 | 0.63 |
| Hex | DB | 65 | A0 | 0 | 36 | 1B | E | 14A | 3E | 3F |
| Octal | 333 | 145 | 240 | 0 | 66 | 33 | 16 | 512 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10100000 | 0 | 110110 | 11011 | 1110 | 101001010 | 111110 | 111111 |
Color Harmonies of #DB65A0
Complementary color
Monochromatic Colors of #DB65A0
Black with #DB65A0
Text Example
Text Example
White with #DB65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65A0; }
p { color: rgb(219,101,160); }
H1.HeaderClassName
{
color: #DB65A0;
}
.AnyTagClassName
{
color: #DB65A0;
}
</style>
background-color css
<style>
a { background-color: #DB65A0; }
a { background-color: rgb(219,101,160); }
div.DivClassName
{
background-color: #DB65A0;
}
.BgClassName
{
background-color: #DB65A0;
}
</style>
border-color css
<style>
span { border-color: #DB65A0; }
span { border-color: rgb(219,101,160); }
td.TdClassName
{
border-color: #DB65A0;
}
.TagClassName
{
border-color: #DB65A0;
}
</style>