Shades of Pale Violet Red #DB669A
Tints of Pale Violet Red #DB669A
RGB
CMYK
RGB Variations
Color information
#DB669A (or 0xDB669A) is known color: Pale Violet Red. HEX triplet: DB, 66 and 9A. RGB value is (219,102,154). Sum of RGB (Red+Green+Blue) = 219+102+154=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB669A is #249965. Grayscale: #8E8E8E. Windows color (decimal): -2398566 or 10118875. OLE color: 10118875.
HSL color Cylindrical-coordinate representation of color #DB669A: hue angle of 333.33º 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 #DB669A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 154 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.14 |
| HSL | 333.33º | 0.62% | 0.63% | - |
| HSV(B) | 333.33º | 0.53% | 0.86% | - |
| XYZ | 39.8 | 26.9 | 33.67 | - |
| YUV | 142.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 154 | 0 | 0.53 | 0.30 | 0.14 | 333.33 | 0.62 | 0.63 |
| Hex | DB | 66 | 9A | 0 | 35 | 1E | E | 14D | 3E | 3F |
| Octal | 333 | 146 | 232 | 0 | 65 | 36 | 16 | 515 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10011010 | 0 | 110101 | 11110 | 1110 | 101001101 | 111110 | 111111 |
Color Harmonies of #DB669A
Complementary color
Monochromatic Colors of #DB669A
Black with #DB669A
Text Example
Text Example
White with #DB669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB669A; }
p { color: rgb(219,102,154); }
H1.HeaderClassName
{
color: #DB669A;
}
.AnyTagClassName
{
color: #DB669A;
}
</style>
background-color css
<style>
a { background-color: #DB669A; }
a { background-color: rgb(219,102,154); }
div.DivClassName
{
background-color: #DB669A;
}
.BgClassName
{
background-color: #DB669A;
}
</style>
border-color css
<style>
span { border-color: #DB669A; }
span { border-color: rgb(219,102,154); }
td.TdClassName
{
border-color: #DB669A;
}
.TagClassName
{
border-color: #DB669A;
}
</style>