#DE9690

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

Shades of Petite Orchid #DE9690

Tints of Petite Orchid #DE9690

Color information

#DE9690 (or 0xDE9690) is unknown color: approx Petite Orchid. HEX triplet: DE, 96 and 90. RGB value is (222,150,144). Sum of RGB (Red+Green+Blue) = 222+150+144=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9690 is #21696F. Grayscale: #AAAAAA. Windows color (decimal): -2189680 or 9475806. OLE color: 9475806.

HSL color Cylindrical-coordinate representation of color #DE9690: hue angle of 4.62º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE9690 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB222150144-
CMYK00.320.350.13
HSL4.62º54.17%71.76%-
HSV(B)4.62º35.14%87.06%-
XYZ46.0639.3631.55-
YUV170.84112.85164.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=43.02%
G=29.07%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215014400.320.350.134.6254.1771.76
HexDE969002023D53648
Octal3362262200404315566110
Binary110111101001011010010000010000010001111011011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9690; }

 p { color: rgb(222,150,144); }

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

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

 a { background-color: rgb(222,150,144); }

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

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

 span { border-color: rgb(222,150,144); }

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