#DE89D0

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

Shades of Orchid #DE89D0

Tints of Orchid #DE89D0

Color information

#DE89D0 (or 0xDE89D0) is unknown color: approx Orchid. HEX triplet: DE, 89 and D0. RGB value is (222,137,208). Sum of RGB (Red+Green+Blue) = 222+137+208=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89D0 is #21762F. Grayscale: #AAAAAA. Windows color (decimal): -2192944 or 13666782. OLE color: 13666782.

HSL color Cylindrical-coordinate representation of color #DE89D0: hue angle of 309.88º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE89D0 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB222137208-
CMYK00.380.060.13
HSL309.88º56.29%70.39%-
HSV(B)309.88º38.29%87.06%-
XYZ50.4637.9764.35-
YUV170.51149.16164.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 137 (53.91% from 255) = 24.16%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=39.15%
G=24.16%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213720800.380.060.13309.8856.2970.39
HexDE89D00266D1363846
Octal33621132004661546670106
Binary110111101000100111010000010011011011011001101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE89D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE89D0; }

 p { color: rgb(222,137,208); }

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

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

 a { background-color: rgb(222,137,208); }

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

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

 span { border-color: rgb(222,137,208); }

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