#DF9A93

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

Shades of Petite Orchid #DF9A93

Tints of Petite Orchid #DF9A93

Color information

#DF9A93 (or 0xDF9A93) is unknown color: approx Petite Orchid. HEX triplet: DF, 9A and 93. RGB value is (223,154,147). Sum of RGB (Red+Green+Blue) = 223+154+147=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A93 is #20656C. Grayscale: #ADADAD. Windows color (decimal): -2123117 or 9673439. OLE color: 9673439.

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

Color convert

RGB223154147-
CMYK00.310.340.13
HSL5.53º54.29%72.55%-
HSV(B)5.53º34.08%87.45%-
XYZ47.2540.9133.01-
YUV173.83112.86163.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=42.56%
G=29.39%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315414700.310.340.135.5354.2972.55
HexDF9A9301F22D63649
Octal3372322230374215666111
Binary11011111100110101001001101111110001011011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9A93; }

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

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

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

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

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

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

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

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