#D39B94

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

Shades of Petite Orchid #D39B94

Tints of Petite Orchid #D39B94

Color information

#D39B94 (or 0xD39B94) is unknown color: approx Petite Orchid. HEX triplet: D3, 9B and 94. RGB value is (211,155,148). Sum of RGB (Red+Green+Blue) = 211+155+148=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39B94 is #2C646B. Grayscale: #ABABAB. Windows color (decimal): -2909292 or 9739219. OLE color: 9739219.

HSL color Cylindrical-coordinate representation of color #D39B94: hue angle of 6.67º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39B94 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB211155148-
CMYK00.270.300.17
HSL6.67º41.72%70.39%-
HSV(B)6.67º29.86%82.75%-
XYZ43.9339.4333.31-
YUV170.95115.05156.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.05%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=41.05%
G=30.16%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115514800.270.300.176.6741.7270.39
HexD39B9401B1E1172a46
Octal3232332240333621752106
Binary11010011100110111001010001101111110100011111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39B94; }

 p { color: rgb(211,155,148); }

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

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

 a { background-color: rgb(211,155,148); }

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

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

 span { border-color: rgb(211,155,148); }

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