#D49389

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

Shades of Petite Orchid #D49389

Tints of Petite Orchid #D49389

Color information

#D49389 (or 0xD49389) is unknown color: approx Petite Orchid. HEX triplet: D4, 93 and 89. RGB value is (212,147,137). Sum of RGB (Red+Green+Blue) = 212+147+137=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D49389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49389 is #2B6C76. Grayscale: #A5A5A5. Windows color (decimal): -2845815 or 9016276. OLE color: 9016276.

HSL color Cylindrical-coordinate representation of color #D49389: hue angle of 8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49389 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212147137-
CMYK00.310.350.17
HSL46.58%68.43%-
HSV(B)35.38%83.14%-
XYZ42.136.6728.53-
YUV165.3112.03161.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=42.74%
G=29.64%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214713700.310.350.17846.5868.43
HexD4938901F231182f44
Octal32422321103743211057104
Binary1101010010010011100010010111111000111000110001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49389; }

 p { color: rgb(212,147,137); }

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

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

 a { background-color: rgb(212,147,137); }

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

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

 span { border-color: rgb(212,147,137); }

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