#DF9393

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

Shades of Petite Orchid #DF9393

Tints of Petite Orchid #DF9393

Color information

#DF9393 (or 0xDF9393) is unknown color: approx Petite Orchid. HEX triplet: DF, 93 and 93. RGB value is (223,147,147). Sum of RGB (Red+Green+Blue) = 223+147+147=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9393 is #206C6C. Grayscale: #A9A9A9. Windows color (decimal): -2124909 or 9671647. OLE color: 9671647.

HSL color Cylindrical-coordinate representation of color #DF9393: hue angle of 0º 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 #DF9393 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB223147147-
CMYK00.340.340.13
HSL54.29%72.55%-
HSV(B)34.08%87.45%-
XYZ46.1338.6632.63-
YUV169.72115.18166-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=43.13%
G=28.43%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314714700.340.340.13054.2972.55
HexDF939302222D03649
Octal3372232230424215066111
Binary1101111110010011100100110100010100010110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9393; }

 p { color: rgb(223,147,147); }

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

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

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

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

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

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

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