#DB84DA

Color #DB84DA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DB84DA

Tints of Orchid #DB84DA

Color information

#DB84DA (or 0xDB84DA) is unknown color: approx Orchid. HEX triplet: DB, 84 and DA. RGB value is (219,132,218). Sum of RGB (Red+Green+Blue) = 219+132+218=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84DA is #247B25. Grayscale: #A7A7A7. Windows color (decimal): -2390822 or 14320859. OLE color: 14320859.

HSL color Cylindrical-coordinate representation of color #DB84DA: hue angle of 300.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84DA is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219132218-
CMYK00.400.000.14
HSL300.69º54.72%68.82%-
HSV(B)300.69º39.73%85.88%-
XYZ50.1236.6270.76-
YUV167.82156.32164.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=38.49%
G=23.20%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913221800.400.000.14300.6954.7268.82
HexDB84DA0280E12d3745
Octal33320433205001645567105
Binary1101101110000100110110100101000011101001011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB84DA; }

 p { color: rgb(219,132,218); }

 H1.HeaderClassName
 {
   color: #DB84DA;
 }
 .AnyTagClassName
 {
   color: #DB84DA;
 }
</style>
background-color css

<style>
 a { background-color: #DB84DA; }

 a { background-color: rgb(219,132,218); }

 div.DivClassName
 {
   background-color: #DB84DA;
 }
 .BgClassName
 {
   background-color: #DB84DA;
 }
</style>
border-color css

<style>
 span { border-color: #DB84DA; }

 span { border-color: rgb(219,132,218); }

 td.TdClassName
 {
   border-color: #DB84DA;
 }
 .TagClassName
 {
   border-color: #DB84DA;
 }
</style>