#DF8D89

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

Shades of Petite Orchid #DF8D89

Tints of Petite Orchid #DF8D89

Color information

#DF8D89 (or 0xDF8D89) is unknown color: approx Petite Orchid. HEX triplet: DF, 8D and 89. RGB value is (223,141,137). Sum of RGB (Red+Green+Blue) = 223+141+137=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8D89 is #207276. Grayscale: #A5A5A5. Windows color (decimal): -2126455 or 9014751. OLE color: 9014751.

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

Color convert

RGB223141137-
CMYK00.370.390.13
HSL2.79º57.33%70.59%-
HSV(B)2.79º38.57%87.45%-
XYZ44.4736.5428.38-
YUV165.06112.17169.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=44.51%
G=28.14%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314113700.370.390.132.7957.3370.59
HexDF8D8902527D33947
Octal3372152110454715371107
Binary11011111100011011000100101001011001111101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8D89; }

 p { color: rgb(223,141,137); }

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

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

 a { background-color: rgb(223,141,137); }

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

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

 span { border-color: rgb(223,141,137); }

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