#DF9493

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

Shades of Petite Orchid #DF9493

Tints of Petite Orchid #DF9493

Color information

#DF9493 (or 0xDF9493) is unknown color: approx Petite Orchid. HEX triplet: DF, 94 and 93. RGB value is (223,148,147). Sum of RGB (Red+Green+Blue) = 223+148+147=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9493 is #206B6C. Grayscale: #AAAAAA. Windows color (decimal): -2124653 or 9671903. OLE color: 9671903.

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

Color convert

RGB223148147-
CMYK00.340.340.13
HSL0.79º54.29%72.55%-
HSV(B)0.79º34.08%87.45%-
XYZ46.2938.9732.69-
YUV170.31114.85165.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=43.05%
G=28.57%
B=28.38%

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
Decimal22314814700.340.340.130.7954.2972.55
HexDF949302222D13649
Octal3372242230424215166111
Binary1101111110010100100100110100010100010110111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9493; }

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

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

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

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

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

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

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

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