Shades of Orchid #DB79D4
Tints of Orchid #DB79D4
RGB
CMYK
RGB Variations
Color information
#DB79D4 (or 0xDB79D4) is known color: Orchid. HEX triplet: DB, 79 and D4. RGB value is (219,121,212). Sum of RGB (Red+Green+Blue) = 219+121+212=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79D4 is #24862B. Grayscale: #A0A0A0. Windows color (decimal): -2393644 or 13924827. OLE color: 13924827.
HSL color Cylindrical-coordinate representation of color #DB79D4: hue angle of 304.29º 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 #DB79D4 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 212 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.14 |
| HSL | 304.29º | 0.58% | 0.67% | - |
| HSV(B) | 304.29º | 0.45% | 0.86% | - |
| XYZ | 47.93 | 33.49 | 66.22 | - |
| YUV | 160.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 212 | 0 | 0.45 | 0.03 | 0.14 | 304.29 | 0.58 | 0.67 |
| Hex | DB | 79 | D4 | 0 | 2D | 3 | E | 130 | 3A | 43 |
| Octal | 333 | 171 | 324 | 0 | 55 | 3 | 16 | 460 | 72 | 103 |
| Binary | 11011011 | 1111001 | 11010100 | 0 | 101101 | 11 | 1110 | 100110000 | 111010 | 1000011 |
Color Harmonies of #DB79D4
Complementary color
Monochromatic Colors of #DB79D4
Black with #DB79D4
Text Example
Text Example
White with #DB79D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79D4; }
p { color: rgb(219,121,212); }
H1.HeaderClassName
{
color: #DB79D4;
}
.AnyTagClassName
{
color: #DB79D4;
}
</style>
background-color css
<style>
a { background-color: #DB79D4; }
a { background-color: rgb(219,121,212); }
div.DivClassName
{
background-color: #DB79D4;
}
.BgClassName
{
background-color: #DB79D4;
}
</style>
border-color css
<style>
span { border-color: #DB79D4; }
span { border-color: rgb(219,121,212); }
td.TdClassName
{
border-color: #DB79D4;
}
.TagClassName
{
border-color: #DB79D4;
}
</style>