Shades of Pale Violet Red #DB66A1
Tints of Pale Violet Red #DB66A1
RGB
CMYK
RGB Variations
Color information
#DB66A1 (or 0xDB66A1) is known color: Pale Violet Red. HEX triplet: DB, 66 and A1. RGB value is (219,102,161). Sum of RGB (Red+Green+Blue) = 219+102+161=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB66A1 is #24995E. Grayscale: #8F8F8F. Windows color (decimal): -2398559 or 10577627. OLE color: 10577627.
HSL color Cylindrical-coordinate representation of color #DB66A1: hue angle of 329.74º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB66A1 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 161 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.14 |
| HSL | 329.74º | 0.62% | 0.63% | - |
| HSV(B) | 329.74º | 0.53% | 0.86% | - |
| XYZ | 40.4 | 27.14 | 36.83 | - |
| YUV | 143.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 161 | 0 | 0.53 | 0.26 | 0.14 | 329.74 | 0.62 | 0.63 |
| Hex | DB | 66 | A1 | 0 | 35 | 1A | E | 14A | 3E | 3F |
| Octal | 333 | 146 | 241 | 0 | 65 | 32 | 16 | 512 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10100001 | 0 | 110101 | 11010 | 1110 | 101001010 | 111110 | 111111 |
Color Harmonies of #DB66A1
Complementary color
Monochromatic Colors of #DB66A1
Black with #DB66A1
Text Example
Text Example
White with #DB66A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66A1; }
p { color: rgb(219,102,161); }
H1.HeaderClassName
{
color: #DB66A1;
}
.AnyTagClassName
{
color: #DB66A1;
}
</style>
background-color css
<style>
a { background-color: #DB66A1; }
a { background-color: rgb(219,102,161); }
div.DivClassName
{
background-color: #DB66A1;
}
.BgClassName
{
background-color: #DB66A1;
}
</style>
border-color css
<style>
span { border-color: #DB66A1; }
span { border-color: rgb(219,102,161); }
td.TdClassName
{
border-color: #DB66A1;
}
.TagClassName
{
border-color: #DB66A1;
}
</style>