Html Css Color HEX #D8938B Petite Orchid

📋 copy color: '#D8938B'

red 216 ◦ green 147 ◦ blue 139

#D8938B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D8938B

Tints of Petite Orchid #D8938B

RGB

 RED value IS 216 (84.77% from 255) = 43.03%

 GREEN value IS 147 (57.81% from 255) = 29.28%

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 43.03%
G = 29.28%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8938B (or 0xD8938B) is known color: Petite Orchid. HEX triplet: D8, 93 and 8B. RGB value is (216,147,139). Sum of RGB (Red+Green+Blue) = 216+147+139=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8938B is #276C74. Grayscale: #A6A6A6. Windows color (decimal): -2583669 or 9147352. OLE color: 9147352.

HSL color Cylindrical-coordinate representation of color #D8938B: hue angle of 6.23º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8938B is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 139 -
CMYK 0 0.32 0.36 0.15
HSL 6.23º 0.5% 0.7% -
HSV(B) 6.23º 0.36% 0.85% -
XYZ 43.41 37.33 29.34 -
YUV 166.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 216 147 139 0 0.32 0.36 0.15 6.23 0.5 0.7
Hex D8 93 8B 0 20 24 F 6 32 46
Octal 330 223 213 0 40 44 17 6 62 106
Binary 11011000 10010011 10001011 0 100000 100100 1111 110 110010 1000110

Color Harmonies of #D8938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8938B

Black with #D8938B

Text Example


Text Example

White with #D8938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8938B; }

 p { color: rgb(216,147,139); }

 H1.HeaderClassName
 {
   color: #D8938B;
 }
 .AnyTagClassName
 {
   color: #D8938B;
 }
</style>

background-color css

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

 a { background-color: rgb(216,147,139); }

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

border-color css

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

 span { border-color: rgb(216,147,139); }

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