#D49591

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

Shades of Petite Orchid #D49591

Tints of Petite Orchid #D49591

Color information

#D49591 (or 0xD49591) is unknown color: approx Petite Orchid. HEX triplet: D4, 95 and 91. RGB value is (212,149,145). Sum of RGB (Red+Green+Blue) = 212+149+145=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D49591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49591 is #2B6A6E. Grayscale: #A7A7A7. Windows color (decimal): -2845295 or 9541076. OLE color: 9541076.

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

Color convert

RGB212149145-
CMYK00.300.320.17
HSL3.58º43.79%70%-
HSV(B)3.58º31.6%83.14%-
XYZ43.0137.5431.77-
YUV167.38115.37159.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=41.90%
G=29.45%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214914500.300.320.173.5843.7970
HexD4959101E201142c46
Octal3242252210364021454106
Binary110101001001010110010001011110100000100011001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49591; }

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

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

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

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

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

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

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

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