#DF9F94

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

Shades of Petite Orchid #DF9F94

Tints of Petite Orchid #DF9F94

Color information

#DF9F94 (or 0xDF9F94) is unknown color: approx Petite Orchid. HEX triplet: DF, 9F and 94. RGB value is (223,159,148). Sum of RGB (Red+Green+Blue) = 223+159+148=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F94 is #20606B. Grayscale: #B0B0B0. Windows color (decimal): -2121836 or 9740255. OLE color: 9740255.

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

Color convert

RGB223159148-
CMYK00.290.340.13
HSL8.8º53.96%72.75%-
HSV(B)8.8º33.63%87.45%-
XYZ48.1742.6233.7-
YUV176.88111.7160.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=42.08%
G=30%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315914800.290.340.138.853.9672.75
HexDF9F9401D22D93649
Octal33723722403542151166111
Binary110111111001111110010100011101100010110110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9F94; }

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

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

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

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

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

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

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

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