Html Css Color HEX #D1938E Petite Orchid

📋 copy color: '#D1938E'

red 209 ◦ green 147 ◦ blue 142

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

Shades of Petite Orchid #D1938E

Tints of Petite Orchid #D1938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.51%

R = 41.97%
G = 29.52%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1938E (or 0xD1938E) is known color: Petite Orchid. HEX triplet: D1, 93 and 8E. RGB value is (209,147,142). Sum of RGB (Red+Green+Blue) = 209+147+142=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1938E is #2E6C71. Grayscale: #A5A5A5. Windows color (decimal): -3042418 or 9343953. OLE color: 9343953.

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

Color convert

RGB 209 147 142 -
CMYK 0 0.30 0.32 0.18
HSL 4.48º 0.42% 0.69% -
HSV(B) 4.48º 0.32% 0.82% -
XYZ 41.61 36.38 30.42 -
YUV 164.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 209 147 142 0 0.30 0.32 0.18 4.48 0.42 0.69
Hex D1 93 8E 0 1E 20 12 4 2A 45
Octal 321 223 216 0 36 40 22 4 52 105
Binary 11010001 10010011 10001110 0 11110 100000 10010 100 101010 1000101

Color Harmonies of #D1938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1938E

Black with #D1938E

Text Example


Text Example

White with #D1938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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