Shades of Pale Violet Red #DB69A1
Tints of Pale Violet Red #DB69A1
RGB
CMYK
RGB Variations
Color information
#DB69A1 (or 0xDB69A1) is known color: Pale Violet Red. HEX triplet: DB, 69 and A1. RGB value is (219,105,161). Sum of RGB (Red+Green+Blue) = 219+105+161=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69A1 is #24965E. Grayscale: #919191. Windows color (decimal): -2397791 or 10578395. OLE color: 10578395.
HSL color Cylindrical-coordinate representation of color #DB69A1: hue angle of 330.53º 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 #DB69A1 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 161 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.14 |
| HSL | 330.53º | 0.61% | 0.64% | - |
| HSV(B) | 330.53º | 0.52% | 0.86% | - |
| XYZ | 40.7 | 27.74 | 36.93 | - |
| YUV | 145.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 161 | 0 | 0.52 | 0.26 | 0.14 | 330.53 | 0.61 | 0.64 |
| Hex | DB | 69 | A1 | 0 | 34 | 1A | E | 14B | 3D | 40 |
| Octal | 333 | 151 | 241 | 0 | 64 | 32 | 16 | 513 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10100001 | 0 | 110100 | 11010 | 1110 | 101001011 | 111101 | 1000000 |
Color Harmonies of #DB69A1
Complementary color
Monochromatic Colors of #DB69A1
Black with #DB69A1
Text Example
Text Example
White with #DB69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69A1; }
p { color: rgb(219,105,161); }
H1.HeaderClassName
{
color: #DB69A1;
}
.AnyTagClassName
{
color: #DB69A1;
}
</style>
background-color css
<style>
a { background-color: #DB69A1; }
a { background-color: rgb(219,105,161); }
div.DivClassName
{
background-color: #DB69A1;
}
.BgClassName
{
background-color: #DB69A1;
}
</style>
border-color css
<style>
span { border-color: #DB69A1; }
span { border-color: rgb(219,105,161); }
td.TdClassName
{
border-color: #DB69A1;
}
.TagClassName
{
border-color: #DB69A1;
}
</style>