Shades of Pale Violet Red #DB68A3
Tints of Pale Violet Red #DB68A3
RGB
CMYK
RGB Variations
Color information
#DB68A3 (or 0xDB68A3) is known color: Pale Violet Red. HEX triplet: DB, 68 and A3. RGB value is (219,104,163). Sum of RGB (Red+Green+Blue) = 219+104+163=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB68A3 is #24975C. Grayscale: #909090. Windows color (decimal): -2398045 or 10709211. OLE color: 10709211.
HSL color Cylindrical-coordinate representation of color #DB68A3: hue angle of 329.22º 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 #DB68A3 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 163 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.14 |
| HSL | 329.22º | 0.61% | 0.63% | - |
| HSV(B) | 329.22º | 0.53% | 0.86% | - |
| XYZ | 40.77 | 27.61 | 37.83 | - |
| YUV | 145.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 163 | 0 | 0.53 | 0.26 | 0.14 | 329.22 | 0.61 | 0.63 |
| Hex | DB | 68 | A3 | 0 | 35 | 1A | E | 149 | 3D | 3F |
| Octal | 333 | 150 | 243 | 0 | 65 | 32 | 16 | 511 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10100011 | 0 | 110101 | 11010 | 1110 | 101001001 | 111101 | 111111 |
Color Harmonies of #DB68A3
Complementary color
Monochromatic Colors of #DB68A3
Black with #DB68A3
Text Example
Text Example
White with #DB68A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68A3; }
p { color: rgb(219,104,163); }
H1.HeaderClassName
{
color: #DB68A3;
}
.AnyTagClassName
{
color: #DB68A3;
}
</style>
background-color css
<style>
a { background-color: #DB68A3; }
a { background-color: rgb(219,104,163); }
div.DivClassName
{
background-color: #DB68A3;
}
.BgClassName
{
background-color: #DB68A3;
}
</style>
border-color css
<style>
span { border-color: #DB68A3; }
span { border-color: rgb(219,104,163); }
td.TdClassName
{
border-color: #DB68A3;
}
.TagClassName
{
border-color: #DB68A3;
}
</style>