#D8938D

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

Shades of Petite Orchid #D8938D

Tints of Petite Orchid #D8938D

Color information

#D8938D (or 0xD8938D) is unknown color: approx Petite Orchid. HEX triplet: D8, 93 and 8D. RGB value is (216,147,141). Sum of RGB (Red+Green+Blue) = 216+147+141=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8938D is #276C72. Grayscale: #A7A7A7. Windows color (decimal): -2583667 or 9278424. OLE color: 9278424.

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

Color convert

RGB216147141-
CMYK00.320.350.15
HSL4.8º49.02%70%-
HSV(B)4.8º34.72%84.71%-
XYZ43.5637.3930.12-
YUV166.95113.36162.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=42.86%
G=29.17%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614714100.320.350.154.849.0270
HexD8938D02023F53146
Octal3302232150404317561106
Binary110110001001001110001101010000010001111111011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8938D; }

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

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

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

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

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

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

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

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