#D49391

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

Shades of Petite Orchid #D49391

Tints of Petite Orchid #D49391

Color information

#D49391 (or 0xD49391) is unknown color: approx Petite Orchid. HEX triplet: D4, 93 and 91. RGB value is (212,147,145). Sum of RGB (Red+Green+Blue) = 212+147+145=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D49391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49391 is #2B6C6E. Grayscale: #A6A6A6. Windows color (decimal): -2845807 or 9540564. OLE color: 9540564.

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

Color convert

RGB212147145-
CMYK00.310.320.17
HSL1.79º43.79%70%-
HSV(B)1.79º31.6%83.14%-
XYZ42.736.9131.66-
YUV166.21116.03160.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.06%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=42.06%
G=29.17%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214714500.310.320.171.7943.7970
HexD4939101F201122c46
Octal3242232210374021254106
Binary11010100100100111001000101111110000010001101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49391; }

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

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

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

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

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

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

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

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