#D99391

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

Shades of Petite Orchid #D99391

Tints of Petite Orchid #D99391

Color information

#D99391 (or 0xD99391) is unknown color: approx Petite Orchid. HEX triplet: D9, 93 and 91. RGB value is (217,147,145). Sum of RGB (Red+Green+Blue) = 217+147+145=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99391 is #266C6E. Grayscale: #A7A7A7. Windows color (decimal): -2518127 or 9540569. OLE color: 9540569.

HSL color Cylindrical-coordinate representation of color #D99391: hue angle of 1.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99391 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217147145-
CMYK00.320.330.15
HSL1.67º48.65%70.98%-
HSV(B)1.67º33.18%85.1%-
XYZ44.1637.6631.73-
YUV167.7115.19163.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=42.63%
G=28.88%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714714500.320.330.151.6748.6570.98
HexD9939102021F23147
Octal3312232210404117261107
Binary11011001100100111001000101000001000011111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99391; }

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

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

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

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

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

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

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

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