Shades of Pale Violet Red #DB669E
Tints of Pale Violet Red #DB669E
RGB
CMYK
RGB Variations
Color information
#DB669E (or 0xDB669E) is known color: Pale Violet Red. HEX triplet: DB, 66 and 9E. RGB value is (219,102,158). Sum of RGB (Red+Green+Blue) = 219+102+158=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB669E is #249961. Grayscale: #8F8F8F. Windows color (decimal): -2398562 or 10381019. OLE color: 10381019.
HSL color Cylindrical-coordinate representation of color #DB669E: hue angle of 331.28º 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 #DB669E is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 158 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.14 |
| HSL | 331.28º | 0.62% | 0.63% | - |
| HSV(B) | 331.28º | 0.53% | 0.86% | - |
| XYZ | 40.14 | 27.03 | 35.45 | - |
| YUV | 143.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 158 | 0 | 0.53 | 0.28 | 0.14 | 331.28 | 0.62 | 0.63 |
| Hex | DB | 66 | 9E | 0 | 35 | 1C | E | 14B | 3E | 3F |
| Octal | 333 | 146 | 236 | 0 | 65 | 34 | 16 | 513 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10011110 | 0 | 110101 | 11100 | 1110 | 101001011 | 111110 | 111111 |
Color Harmonies of #DB669E
Complementary color
Monochromatic Colors of #DB669E
Black with #DB669E
Text Example
Text Example
White with #DB669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB669E; }
p { color: rgb(219,102,158); }
H1.HeaderClassName
{
color: #DB669E;
}
.AnyTagClassName
{
color: #DB669E;
}
</style>
background-color css
<style>
a { background-color: #DB669E; }
a { background-color: rgb(219,102,158); }
div.DivClassName
{
background-color: #DB669E;
}
.BgClassName
{
background-color: #DB669E;
}
</style>
border-color css
<style>
span { border-color: #DB669E; }
span { border-color: rgb(219,102,158); }
td.TdClassName
{
border-color: #DB669E;
}
.TagClassName
{
border-color: #DB669E;
}
</style>