#DE89D2

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

Shades of Orchid #DE89D2

Tints of Orchid #DE89D2

Color information

#DE89D2 (or 0xDE89D2) is unknown color: approx Orchid. HEX triplet: DE, 89 and D2. RGB value is (222,137,210). Sum of RGB (Red+Green+Blue) = 222+137+210=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89D2 is #21762D. Grayscale: #AAAAAA. Windows color (decimal): -2192942 or 13797854. OLE color: 13797854.

HSL color Cylindrical-coordinate representation of color #DE89D2: hue angle of 308.47º 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 #DE89D2 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222137210-
CMYK00.380.050.13
HSL308.47º56.29%70.39%-
HSV(B)308.47º38.29%87.06%-
XYZ50.738.0765.65-
YUV170.74150.16164.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=39.02%
G=24.08%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213721000.380.050.13308.4756.2970.39
HexDE89D20265D1343846
Octal33621132204651546470106
Binary110111101000100111010010010011010111011001101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE89D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE89D2; }

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

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

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

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

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

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

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

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