#D49A91

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

Shades of Petite Orchid #D49A91

Tints of Petite Orchid #D49A91

Color information

#D49A91 (or 0xD49A91) is unknown color: approx Petite Orchid. HEX triplet: D4, 9A and 91. RGB value is (212,154,145). Sum of RGB (Red+Green+Blue) = 212+154+145=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A91 is #2B656E. Grayscale: #AAAAAA. Windows color (decimal): -2844015 or 9542356. OLE color: 9542356.

HSL color Cylindrical-coordinate representation of color #D49A91: hue angle of 8.06º 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 #D49A91 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212154145-
CMYK00.270.320.17
HSL8.06º43.79%70%-
HSV(B)8.06º31.6%83.14%-
XYZ43.8239.1532.04-
YUV170.32113.72157.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=41.49%
G=30.14%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215414500.270.320.178.0643.7970
HexD49A9101B201182c46
Octal32423222103340211054106
Binary1101010010011010100100010110111000001000110001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A91; }

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

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

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

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

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

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

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

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