Shades of Pale Violet Red #DB699A
Tints of Pale Violet Red #DB699A
RGB
CMYK
RGB Variations
Color information
#DB699A (or 0xDB699A) is known color: Pale Violet Red. HEX triplet: DB, 69 and 9A. RGB value is (219,105,154). Sum of RGB (Red+Green+Blue) = 219+105+154=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB699A is #249665. Grayscale: #909090. Windows color (decimal): -2397798 or 10119643. OLE color: 10119643.
HSL color Cylindrical-coordinate representation of color #DB699A: hue angle of 334.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB699A is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 154 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.14 |
| HSL | 334.21º | 0.61% | 0.64% | - |
| HSV(B) | 334.21º | 0.52% | 0.86% | - |
| XYZ | 40.1 | 27.5 | 33.77 | - |
| YUV | 144.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 154 | 0 | 0.52 | 0.30 | 0.14 | 334.21 | 0.61 | 0.64 |
| Hex | DB | 69 | 9A | 0 | 34 | 1E | E | 14E | 3D | 40 |
| Octal | 333 | 151 | 232 | 0 | 64 | 36 | 16 | 516 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10011010 | 0 | 110100 | 11110 | 1110 | 101001110 | 111101 | 1000000 |
Color Harmonies of #DB699A
Complementary color
Monochromatic Colors of #DB699A
Black with #DB699A
Text Example
Text Example
White with #DB699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB699A; }
p { color: rgb(219,105,154); }
H1.HeaderClassName
{
color: #DB699A;
}
.AnyTagClassName
{
color: #DB699A;
}
</style>
background-color css
<style>
a { background-color: #DB699A; }
a { background-color: rgb(219,105,154); }
div.DivClassName
{
background-color: #DB699A;
}
.BgClassName
{
background-color: #DB699A;
}
</style>
border-color css
<style>
span { border-color: #DB699A; }
span { border-color: rgb(219,105,154); }
td.TdClassName
{
border-color: #DB699A;
}
.TagClassName
{
border-color: #DB699A;
}
</style>