Shades of Orchid #DB79D1
Tints of Orchid #DB79D1
RGB
CMYK
RGB Variations
Color information
#DB79D1 (or 0xDB79D1) is known color: Orchid. HEX triplet: DB, 79 and D1. RGB value is (219,121,209). Sum of RGB (Red+Green+Blue) = 219+121+209=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79D1 is #24862E. Grayscale: #A0A0A0. Windows color (decimal): -2393647 or 13728219. OLE color: 13728219.
HSL color Cylindrical-coordinate representation of color #DB79D1: hue angle of 306.12º 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 #DB79D1 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 209 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.14 |
| HSL | 306.12º | 0.58% | 0.67% | - |
| HSV(B) | 306.12º | 0.45% | 0.86% | - |
| XYZ | 47.56 | 33.34 | 64.25 | - |
| YUV | 160.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 209 | 0 | 0.45 | 0.05 | 0.14 | 306.12 | 0.58 | 0.67 |
| Hex | DB | 79 | D1 | 0 | 2D | 5 | E | 132 | 3A | 43 |
| Octal | 333 | 171 | 321 | 0 | 55 | 5 | 16 | 462 | 72 | 103 |
| Binary | 11011011 | 1111001 | 11010001 | 0 | 101101 | 101 | 1110 | 100110010 | 111010 | 1000011 |
Color Harmonies of #DB79D1
Complementary color
Monochromatic Colors of #DB79D1
Black with #DB79D1
Text Example
Text Example
White with #DB79D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79D1; }
p { color: rgb(219,121,209); }
H1.HeaderClassName
{
color: #DB79D1;
}
.AnyTagClassName
{
color: #DB79D1;
}
</style>
background-color css
<style>
a { background-color: #DB79D1; }
a { background-color: rgb(219,121,209); }
div.DivClassName
{
background-color: #DB79D1;
}
.BgClassName
{
background-color: #DB79D1;
}
</style>
border-color css
<style>
span { border-color: #DB79D1; }
span { border-color: rgb(219,121,209); }
td.TdClassName
{
border-color: #DB79D1;
}
.TagClassName
{
border-color: #DB79D1;
}
</style>