Shades of Pale Violet Red #DB669F
Tints of Pale Violet Red #DB669F
RGB
CMYK
RGB Variations
Color information
#DB669F (or 0xDB669F) is known color: Pale Violet Red. HEX triplet: DB, 66 and 9F. RGB value is (219,102,159). Sum of RGB (Red+Green+Blue) = 219+102+159=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB669F is #249960. Grayscale: #8F8F8F. Windows color (decimal): -2398561 or 10446555. OLE color: 10446555.
HSL color Cylindrical-coordinate representation of color #DB669F: hue angle of 330.77º 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 #DB669F is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 159 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.14 |
| HSL | 330.77º | 0.62% | 0.63% | - |
| HSV(B) | 330.77º | 0.53% | 0.86% | - |
| XYZ | 40.22 | 27.07 | 35.91 | - |
| YUV | 143.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 159 | 0 | 0.53 | 0.27 | 0.14 | 330.77 | 0.62 | 0.63 |
| Hex | DB | 66 | 9F | 0 | 35 | 1B | E | 14B | 3E | 3F |
| Octal | 333 | 146 | 237 | 0 | 65 | 33 | 16 | 513 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10011111 | 0 | 110101 | 11011 | 1110 | 101001011 | 111110 | 111111 |
Color Harmonies of #DB669F
Complementary color
Monochromatic Colors of #DB669F
Black with #DB669F
Text Example
Text Example
White with #DB669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB669F; }
p { color: rgb(219,102,159); }
H1.HeaderClassName
{
color: #DB669F;
}
.AnyTagClassName
{
color: #DB669F;
}
</style>
background-color css
<style>
a { background-color: #DB669F; }
a { background-color: rgb(219,102,159); }
div.DivClassName
{
background-color: #DB669F;
}
.BgClassName
{
background-color: #DB669F;
}
</style>
border-color css
<style>
span { border-color: #DB669F; }
span { border-color: rgb(219,102,159); }
td.TdClassName
{
border-color: #DB669F;
}
.TagClassName
{
border-color: #DB669F;
}
</style>