Html Css Color HEX #D1938B Petite Orchid

📋 copy color: '#D1938B'

red 209 ◦ green 147 ◦ blue 139

#D1938B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D1938B

Tints of Petite Orchid #D1938B

RGB

 RED value IS 209 (82.03% from 255) = 42.22%

 GREEN value IS 147 (57.81% from 255) = 29.7%

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 42.22%
G = 29.7%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1938B (or 0xD1938B) is known color: Petite Orchid. HEX triplet: D1, 93 and 8B. RGB value is (209,147,139). Sum of RGB (Red+Green+Blue) = 209+147+139=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1938B is #2E6C74. Grayscale: #A4A4A4. Windows color (decimal): -3042421 or 9147345. OLE color: 9147345.

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

Color convert

RGB 209 147 139 -
CMYK 0 0.30 0.33 0.18
HSL 6.86º 0.43% 0.68% -
HSV(B) 6.86º 0.33% 0.82% -
XYZ 41.39 36.29 29.25 -
YUV 164.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 209 147 139 0 0.30 0.33 0.18 6.86 0.43 0.68
Hex D1 93 8B 0 1E 21 12 7 2B 44
Octal 321 223 213 0 36 41 22 7 53 104
Binary 11010001 10010011 10001011 0 11110 100001 10010 111 101011 1000100

Color Harmonies of #D1938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1938B

Black with #D1938B

Text Example


Text Example

White with #D1938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1938B; }

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

 H1.HeaderClassName
 {
   color: #D1938B;
 }
 .AnyTagClassName
 {
   color: #D1938B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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