Shades of Orchid #DB79DA
Tints of Orchid #DB79DA
RGB
CMYK
RGB Variations
Color information
#DB79DA (or 0xDB79DA) is known color: Orchid. HEX triplet: DB, 79 and DA. RGB value is (219,121,218). Sum of RGB (Red+Green+Blue) = 219+121+218=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79DA is #248625. Grayscale: #A1A1A1. Windows color (decimal): -2393638 or 14318043. OLE color: 14318043.
HSL color Cylindrical-coordinate representation of color #DB79DA: hue angle of 300.61º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79DA is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 218 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.14 |
| HSL | 300.61º | 0.58% | 0.67% | - |
| HSV(B) | 300.61º | 0.45% | 0.86% | - |
| XYZ | 48.71 | 33.8 | 70.29 | - |
| YUV | 161.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 218 | 0 | 0.45 | 0.00 | 0.14 | 300.61 | 0.58 | 0.67 |
| Hex | DB | 79 | DA | 0 | 2D | 0 | E | 12D | 3A | 43 |
| Octal | 333 | 171 | 332 | 0 | 55 | 0 | 16 | 455 | 72 | 103 |
| Binary | 11011011 | 1111001 | 11011010 | 0 | 101101 | 0 | 1110 | 100101101 | 111010 | 1000011 |
Color Harmonies of #DB79DA
Complementary color
Monochromatic Colors of #DB79DA
Black with #DB79DA
Text Example
Text Example
White with #DB79DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79DA; }
p { color: rgb(219,121,218); }
H1.HeaderClassName
{
color: #DB79DA;
}
.AnyTagClassName
{
color: #DB79DA;
}
</style>
background-color css
<style>
a { background-color: #DB79DA; }
a { background-color: rgb(219,121,218); }
div.DivClassName
{
background-color: #DB79DA;
}
.BgClassName
{
background-color: #DB79DA;
}
</style>
border-color css
<style>
span { border-color: #DB79DA; }
span { border-color: rgb(219,121,218); }
td.TdClassName
{
border-color: #DB79DA;
}
.TagClassName
{
border-color: #DB79DA;
}
</style>