#DF9485

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

Shades of Petite Orchid #DF9485

Tints of Petite Orchid #DF9485

Color information

#DF9485 (or 0xDF9485) is unknown color: approx Petite Orchid. HEX triplet: DF, 94 and 85. RGB value is (223,148,133). Sum of RGB (Red+Green+Blue) = 223+148+133=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9485 is #206B7A. Grayscale: #A8A8A8. Windows color (decimal): -2124667 or 8754399. OLE color: 8754399.

HSL color Cylindrical-coordinate representation of color #DF9485: hue angle of 10º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9485 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223148133-
CMYK00.340.400.13
HSL10º58.44%69.8%-
HSV(B)10º40.36%87.45%-
XYZ45.2538.5627.25-
YUV168.72107.85166.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=44.25%
G=29.37%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314813300.340.400.131058.4469.8
HexDF948502228Da3a46
Octal33722420504250151272106
Binary1101111110010100100001010100010101000110110101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9485; }

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

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

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

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

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

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

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

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