#D8938F

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

Shades of Petite Orchid #D8938F

Tints of Petite Orchid #D8938F

Color information

#D8938F (or 0xD8938F) is unknown color: approx Petite Orchid. HEX triplet: D8, 93 and 8F. RGB value is (216,147,143). Sum of RGB (Red+Green+Blue) = 216+147+143=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8938F is #276C70. Grayscale: #A7A7A7. Windows color (decimal): -2583665 or 9409496. OLE color: 9409496.

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

Color convert

RGB216147143-
CMYK00.320.340.15
HSL3.29º48.34%70.39%-
HSV(B)3.29º33.8%84.71%-
XYZ43.7137.4530.91-
YUV167.18114.36162.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 143 (56.25% from 255) = 28.26%
R=42.69%
G=29.05%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614714300.320.340.153.2948.3470.39
HexD8938F02022F33046
Octal3302232170404217360106
Binary11011000100100111000111101000001000101111111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8938F; }

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

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

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

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

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

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

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

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