Shades of Orchid #DB79D5
Tints of Orchid #DB79D5
RGB
CMYK
RGB Variations
Color information
#DB79D5 (or 0xDB79D5) is known color: Orchid. HEX triplet: DB, 79 and D5. RGB value is (219,121,213). Sum of RGB (Red+Green+Blue) = 219+121+213=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79D5 is #24862A. Grayscale: #A0A0A0. Windows color (decimal): -2393643 or 13990363. OLE color: 13990363.
HSL color Cylindrical-coordinate representation of color #DB79D5: hue angle of 303.67º 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 #DB79D5 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 121 | 213 | - |
CMYK | 0 | 0.45 | 0.03 | 0.14 |
HSL | 303.67º | 0.58% | 0.67% | - |
HSV(B) | 303.67º | 0.45% | 0.86% | - |
XYZ | 48.06 | 33.54 | 66.89 | - |
YUV | 160.79 | 157.47 | 169.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 121 | 213 | 0 | 0.45 | 0.03 | 0.14 | 303.67 | 0.58 | 0.67 |
Hex | DB | 79 | D5 | 0 | 2D | 3 | E | 130 | 3A | 43 |
Octal | 333 | 171 | 325 | 0 | 55 | 3 | 16 | 460 | 72 | 103 |
Binary | 11011011 | 1111001 | 11010101 | 0 | 101101 | 11 | 1110 | 100110000 | 111010 | 1000011 |
Color Harmonies of #DB79D5
Complementary color
Monochromatic Colors of #DB79D5
Black with #DB79D5
Text Example
Text Example
White with #DB79D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79D5; }
p { color: rgb(219,121,213); }
H1.HeaderClassName
{
color: #DB79D5;
}
.AnyTagClassName
{
color: #DB79D5;
}
</style>
background-color css
<style>
a { background-color: #DB79D5; }
a { background-color: rgb(219,121,213); }
div.DivClassName
{
background-color: #DB79D5;
}
.BgClassName
{
background-color: #DB79D5;
}
</style>
border-color css
<style>
span { border-color: #DB79D5; }
span { border-color: rgb(219,121,213); }
td.TdClassName
{
border-color: #DB79D5;
}
.TagClassName
{
border-color: #DB79D5;
}
</style>