#DF9E96

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

Shades of Petite Orchid #DF9E96

Tints of Petite Orchid #DF9E96

Color information

#DF9E96 (or 0xDF9E96) is unknown color: approx Petite Orchid. HEX triplet: DF, 9E and 96. RGB value is (223,158,150). Sum of RGB (Red+Green+Blue) = 223+158+150=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E96 is #206169. Grayscale: #B0B0B0. Windows color (decimal): -2122090 or 9871071. OLE color: 9871071.

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

Color convert

RGB223158150-
CMYK00.290.330.13
HSL6.58º53.28%73.14%-
HSV(B)6.58º32.74%87.45%-
XYZ48.1642.3434.49-
YUV176.52113.03161.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=42.00%
G=29.76%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315815000.290.330.136.5853.2873.14
HexDF9E9601D21D73549
Octal3372362260354115765111
Binary11011111100111101001011001110110000111011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9E96; }

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

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

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

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

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

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

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

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