#DF9F92

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

Shades of Petite Orchid #DF9F92

Tints of Petite Orchid #DF9F92

Color information

#DF9F92 (or 0xDF9F92) is unknown color: approx Petite Orchid. HEX triplet: DF, 9F and 92. RGB value is (223,159,146). Sum of RGB (Red+Green+Blue) = 223+159+146=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F92 is #20606D. Grayscale: #B0B0B0. Windows color (decimal): -2121838 or 9609183. OLE color: 9609183.

HSL color Cylindrical-coordinate representation of color #DF9F92: hue angle of 10.13º degrees, saturation: 0.55, 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 #DF9F92 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223159146-
CMYK00.290.350.13
HSL10.13º54.61%72.35%-
HSV(B)10.13º34.53%87.45%-
XYZ48.0242.5632.88-
YUV176.65110.7161.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=42.23%
G=30.11%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315914600.290.350.1310.1354.6172.35
HexDF9F9201D23Da3748
Octal33723722203543151267110
Binary110111111001111110010010011101100011110110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9F92; }

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

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

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

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

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

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

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

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