Shades of Pale Violet Red #DB689A
Tints of Pale Violet Red #DB689A
RGB
CMYK
RGB Variations
Color information
#DB689A (or 0xDB689A) is known color: Pale Violet Red. HEX triplet: DB, 68 and 9A. RGB value is (219,104,154). Sum of RGB (Red+Green+Blue) = 219+104+154=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB689A is #249765. Grayscale: #909090. Windows color (decimal): -2398054 or 10119387. OLE color: 10119387.
HSL color Cylindrical-coordinate representation of color #DB689A: hue angle of 333.91º degrees, saturation: 0.61, 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 #DB689A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 104 | 154 | - |
CMYK | 0 | 0.53 | 0.30 | 0.14 |
HSL | 333.91º | 0.61% | 0.63% | - |
HSV(B) | 333.91º | 0.53% | 0.86% | - |
XYZ | 40 | 27.29 | 33.73 | - |
YUV | 144.09 | 133.6 | 181.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 104 | 154 | 0 | 0.53 | 0.30 | 0.14 | 333.91 | 0.61 | 0.63 |
Hex | DB | 68 | 9A | 0 | 35 | 1E | E | 14E | 3D | 3F |
Octal | 333 | 150 | 232 | 0 | 65 | 36 | 16 | 516 | 75 | 77 |
Binary | 11011011 | 1101000 | 10011010 | 0 | 110101 | 11110 | 1110 | 101001110 | 111101 | 111111 |
Color Harmonies of #DB689A
Complementary color
Monochromatic Colors of #DB689A
Black with #DB689A
Text Example
Text Example
White with #DB689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB689A; }
p { color: rgb(219,104,154); }
H1.HeaderClassName
{
color: #DB689A;
}
.AnyTagClassName
{
color: #DB689A;
}
</style>
background-color css
<style>
a { background-color: #DB689A; }
a { background-color: rgb(219,104,154); }
div.DivClassName
{
background-color: #DB689A;
}
.BgClassName
{
background-color: #DB689A;
}
</style>
border-color css
<style>
span { border-color: #DB689A; }
span { border-color: rgb(219,104,154); }
td.TdClassName
{
border-color: #DB689A;
}
.TagClassName
{
border-color: #DB689A;
}
</style>