#D49A9A

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

Shades of Petite Orchid #D49A9A

Tints of Petite Orchid #D49A9A

Color information

#D49A9A (or 0xD49A9A) is unknown color: approx Petite Orchid. HEX triplet: D4, 9A and 9A. RGB value is (212,154,154). Sum of RGB (Red+Green+Blue) = 212+154+154=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A9A is #2B6565. Grayscale: #ABABAB. Windows color (decimal): -2844006 or 10132180. OLE color: 10132180.

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

Color convert

RGB212154154-
CMYK00.270.270.17
HSL40.28%71.76%-
HSV(B)27.36%83.14%-
XYZ44.5439.4435.84-
YUV171.34118.22157-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=40.77%
G=29.62%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215415400.270.270.17040.2871.76
HexD49A9A01B1B1102848
Octal3242322320333321050110
Binary110101001001101010011010011011110111000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A9A; }

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

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

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

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

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

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

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

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