Shades of Orchid #DB69DA
Tints of Orchid #DB69DA
RGB
CMYK
RGB Variations
Color information
#DB69DA (or 0xDB69DA) is known color: Orchid. HEX triplet: DB, 69 and DA. RGB value is (219,105,218). Sum of RGB (Red+Green+Blue) = 219+105+218=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69DA is #249625. Grayscale: #979797. Windows color (decimal): -2397734 or 14313947. OLE color: 14313947.
HSL color Cylindrical-coordinate representation of color #DB69DA: hue angle of 300.53º 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 #DB69DA is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 218 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.14 |
| HSL | 300.53º | 0.61% | 0.64% | - |
| HSV(B) | 300.53º | 0.52% | 0.86% | - |
| XYZ | 46.92 | 30.23 | 69.69 | - |
| YUV | 151.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 218 | 0 | 0.52 | 0.00 | 0.14 | 300.53 | 0.61 | 0.64 |
| Hex | DB | 69 | DA | 0 | 34 | 0 | E | 12D | 3D | 40 |
| Octal | 333 | 151 | 332 | 0 | 64 | 0 | 16 | 455 | 75 | 100 |
| Binary | 11011011 | 1101001 | 11011010 | 0 | 110100 | 0 | 1110 | 100101101 | 111101 | 1000000 |
Color Harmonies of #DB69DA
Complementary color
Monochromatic Colors of #DB69DA
Black with #DB69DA
Text Example
Text Example
White with #DB69DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69DA; }
p { color: rgb(219,105,218); }
H1.HeaderClassName
{
color: #DB69DA;
}
.AnyTagClassName
{
color: #DB69DA;
}
</style>
background-color css
<style>
a { background-color: #DB69DA; }
a { background-color: rgb(219,105,218); }
div.DivClassName
{
background-color: #DB69DA;
}
.BgClassName
{
background-color: #DB69DA;
}
</style>
border-color css
<style>
span { border-color: #DB69DA; }
span { border-color: rgb(219,105,218); }
td.TdClassName
{
border-color: #DB69DA;
}
.TagClassName
{
border-color: #DB69DA;
}
</style>