Shades of Orchid #DB79D3
Tints of Orchid #DB79D3
RGB
CMYK
RGB Variations
Color information
#DB79D3 (or 0xDB79D3) is known color: Orchid. HEX triplet: DB, 79 and D3. RGB value is (219,121,211). Sum of RGB (Red+Green+Blue) = 219+121+211=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79D3 is #24862C. Grayscale: #A0A0A0. Windows color (decimal): -2393645 or 13859291. OLE color: 13859291.
HSL color Cylindrical-coordinate representation of color #DB79D3: hue angle of 304.9º 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 #DB79D3 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 211 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.14 |
| HSL | 304.9º | 0.58% | 0.67% | - |
| HSV(B) | 304.9º | 0.45% | 0.86% | - |
| XYZ | 47.81 | 33.44 | 65.56 | - |
| YUV | 160.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 211 | 0 | 0.45 | 0.04 | 0.14 | 304.9 | 0.58 | 0.67 |
| Hex | DB | 79 | D3 | 0 | 2D | 4 | E | 131 | 3A | 43 |
| Octal | 333 | 171 | 323 | 0 | 55 | 4 | 16 | 461 | 72 | 103 |
| Binary | 11011011 | 1111001 | 11010011 | 0 | 101101 | 100 | 1110 | 100110001 | 111010 | 1000011 |
Color Harmonies of #DB79D3
Complementary color
Monochromatic Colors of #DB79D3
Black with #DB79D3
Text Example
Text Example
White with #DB79D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79D3; }
p { color: rgb(219,121,211); }
H1.HeaderClassName
{
color: #DB79D3;
}
.AnyTagClassName
{
color: #DB79D3;
}
</style>
background-color css
<style>
a { background-color: #DB79D3; }
a { background-color: rgb(219,121,211); }
div.DivClassName
{
background-color: #DB79D3;
}
.BgClassName
{
background-color: #DB79D3;
}
</style>
border-color css
<style>
span { border-color: #DB79D3; }
span { border-color: rgb(219,121,211); }
td.TdClassName
{
border-color: #DB79D3;
}
.TagClassName
{
border-color: #DB79D3;
}
</style>