#DF9F9E

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

Shades of Petite Orchid #DF9F9E

Tints of Petite Orchid #DF9F9E

Color information

#DF9F9E (or 0xDF9F9E) is unknown color: approx Petite Orchid. HEX triplet: DF, 9F and 9E. RGB value is (223,159,158). Sum of RGB (Red+Green+Blue) = 223+159+158=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F9E is #206061. Grayscale: #B2B2B2. Windows color (decimal): -2121826 or 10395615. OLE color: 10395615.

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

Color convert

RGB223159158-
CMYK00.290.290.13
HSL0.92º50.39%74.71%-
HSV(B)0.92º29.15%87.45%-
XYZ4942.9538.06-
YUV178.02116.7160.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=41.30%
G=29.44%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315915800.290.290.130.9250.3974.71
HexDF9F9E01D1DD1324b
Octal3372372360353515162113
Binary11011111100111111001111001110111101110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9F9E; }

 p { color: rgb(223,159,158); }

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

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

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

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

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

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

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