#D1938A

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

Shades of Petite Orchid #D1938A

Tints of Petite Orchid #D1938A

Color information

#D1938A (or 0xD1938A) is unknown color: approx Petite Orchid. HEX triplet: D1, 93 and 8A. RGB value is (209,147,138). Sum of RGB (Red+Green+Blue) = 209+147+138=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1938A is #2E6C75. Grayscale: #A4A4A4. Windows color (decimal): -3042422 or 9081809. OLE color: 9081809.

HSL color Cylindrical-coordinate representation of color #D1938A: hue angle of 7.61º degrees, saturation: 0.44, 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 #D1938A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB209147138-
CMYK00.300.340.18
HSL7.61º43.56%68.04%-
HSV(B)7.61º33.97%81.96%-
XYZ41.3236.2628.87-
YUV164.51113.04159.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=42.31%
G=29.76%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914713800.300.340.187.6143.5668.04
HexD1938A01E221282c44
Octal32122321203642221054104
Binary1101000110010011100010100111101000101001010001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1938A; }

 p { color: rgb(209,147,138); }

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

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

 a { background-color: rgb(209,147,138); }

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

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

 span { border-color: rgb(209,147,138); }

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