#DE9F9F

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

Shades of Petite Orchid #DE9F9F

Tints of Petite Orchid #DE9F9F

Color information

#DE9F9F (or 0xDE9F9F) is unknown color: approx Petite Orchid. HEX triplet: DE, 9F and 9F. RGB value is (222,159,159). Sum of RGB (Red+Green+Blue) = 222+159+159=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9F9F is #216060. Grayscale: #B1B1B1. Windows color (decimal): -2187361 or 10461150. OLE color: 10461150.

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

Color convert

RGB222159159-
CMYK00.280.280.13
HSL48.84%74.71%-
HSV(B)28.38%87.06%-
XYZ48.7842.8338.5-
YUV177.84117.37159.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=41.11%
G=29.44%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215915900.280.280.13048.8474.71
HexDE9F9F01C1CD0314b
Octal3362372370343415061113
Binary11011110100111111001111101110011100110101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9F9F; }

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

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

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

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

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

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

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

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