#DE9F9C

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

Shades of Petite Orchid #DE9F9C

Tints of Petite Orchid #DE9F9C

Color information

#DE9F9C (or 0xDE9F9C) is unknown color: approx Petite Orchid. HEX triplet: DE, 9F and 9C. RGB value is (222,159,156). Sum of RGB (Red+Green+Blue) = 222+159+156=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9F9C is #216063. Grayscale: #B1B1B1. Windows color (decimal): -2187364 or 10264542. OLE color: 10264542.

HSL color Cylindrical-coordinate representation of color #DE9F9C: hue angle of 2.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9F9C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222159156-
CMYK00.280.300.13
HSL2.73º50%74.12%-
HSV(B)2.73º29.73%87.06%-
XYZ48.5242.7337.14-
YUV177.5115.87159.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=41.34%
G=29.61%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215915600.280.300.132.735074.12
HexDE9F9C01C1ED3324a
Octal3362372340343615362112
Binary110111101001111110011100011100111101101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9F9C; }

 p { color: rgb(222,159,156); }

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

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

 a { background-color: rgb(222,159,156); }

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

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

 span { border-color: rgb(222,159,156); }

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