#DB81DA

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

Shades of Orchid #DB81DA

Tints of Orchid #DB81DA

Color information

#DB81DA (or 0xDB81DA) is unknown color: approx Orchid. HEX triplet: DB, 81 and DA. RGB value is (219,129,218). Sum of RGB (Red+Green+Blue) = 219+129+218=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81DA is #247E25. Grayscale: #A5A5A5. Windows color (decimal): -2391590 or 14320091. OLE color: 14320091.

HSL color Cylindrical-coordinate representation of color #DB81DA: hue angle of 300.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB81DA is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219129218-
CMYK00.410.000.14
HSL300.67º55.56%68.24%-
HSV(B)300.67º41.1%85.88%-
XYZ49.7235.8270.62-
YUV166.06157.32165.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=38.69%
G=22.79%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912921800.410.000.14300.6755.5668.24
HexDB81DA0290E12d3844
Octal33320133205101645570104
Binary1101101110000001110110100101001011101001011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81DA; }

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

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

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

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

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

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

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

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