#D09389

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

Shades of Petite Orchid #D09389

Tints of Petite Orchid #D09389

Color information

#D09389 (or 0xD09389) is unknown color: approx Petite Orchid. HEX triplet: D0, 93 and 89. RGB value is (208,147,137). Sum of RGB (Red+Green+Blue) = 208+147+137=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D09389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09389 is #2F6C76. Grayscale: #A4A4A4. Windows color (decimal): -3107959 or 9016272. OLE color: 9016272.

HSL color Cylindrical-coordinate representation of color #D09389: hue angle of 8.45º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09389 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB208147137-
CMYK00.290.340.18
HSL8.45º43.03%67.65%-
HSV(B)8.45º34.13%81.57%-
XYZ40.9636.0828.47-
YUV164.1112.71159.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=42.28%
G=29.88%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814713700.290.340.188.4543.0367.65
HexD0938901D221282b44
Octal32022321103542221053104
Binary1101000010010011100010010111011000101001010001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09389; }

 p { color: rgb(208,147,137); }

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

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

 a { background-color: rgb(208,147,137); }

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

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

 span { border-color: rgb(208,147,137); }

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