#D49A94

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

Shades of Petite Orchid #D49A94

Tints of Petite Orchid #D49A94

Color information

#D49A94 (or 0xD49A94) is unknown color: approx Petite Orchid. HEX triplet: D4, 9A and 94. RGB value is (212,154,148). Sum of RGB (Red+Green+Blue) = 212+154+148=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A94 is #2B656B. Grayscale: #AAAAAA. Windows color (decimal): -2844012 or 9738964. OLE color: 9738964.

HSL color Cylindrical-coordinate representation of color #D49A94: hue angle of 5.63º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49A94 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212154148-
CMYK00.270.300.17
HSL5.63º42.67%70.59%-
HSV(B)5.63º30.19%83.14%-
XYZ44.0539.2533.27-
YUV170.66115.22157.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=41.25%
G=29.96%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215414800.270.300.175.6342.6770.59
HexD49A9401B1E1162b47
Octal3242322240333621653107
Binary11010100100110101001010001101111110100011101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A94; }

 p { color: rgb(212,154,148); }

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

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

 a { background-color: rgb(212,154,148); }

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

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

 span { border-color: rgb(212,154,148); }

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