#D39B95

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

Shades of Petite Orchid #D39B95

Tints of Petite Orchid #D39B95

Color information

#D39B95 (or 0xD39B95) is unknown color: approx Petite Orchid. HEX triplet: D3, 9B and 95. RGB value is (211,155,149). Sum of RGB (Red+Green+Blue) = 211+155+149=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39B95 is #2C646A. Grayscale: #ABABAB. Windows color (decimal): -2909291 or 9804755. OLE color: 9804755.

HSL color Cylindrical-coordinate representation of color #D39B95: hue angle of 5.81º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39B95 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB211155149-
CMYK00.270.290.17
HSL5.81º41.33%70.59%-
HSV(B)5.81º29.38%82.75%-
XYZ44.0139.4633.73-
YUV171.06115.55156.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.97%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=40.97%
G=30.10%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115514900.270.290.175.8141.3370.59
HexD39B9501B1D1162947
Octal3232332250333521651107
Binary11010011100110111001010101101111101100011101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39B95; }

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

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

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

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

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

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

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

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