Html Css Color HEX #DA938B Petite Orchid

📋 copy color: '#DA938B'

red 218 ◦ green 147 ◦ blue 139

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

Shades of Petite Orchid #DA938B

Tints of Petite Orchid #DA938B

RGB

 RED value IS 218 (85.55% from 255) = 43.25%

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

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

R = 43.25%
G = 29.17%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA938B (or 0xDA938B) is known color: Petite Orchid. HEX triplet: DA, 93 and 8B. RGB value is (218,147,139). Sum of RGB (Red+Green+Blue) = 218+147+139=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA938B is #256C74. Grayscale: #A7A7A7. Windows color (decimal): -2452597 or 9147354. OLE color: 9147354.

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

Color convert

RGB 218 147 139 -
CMYK 0 0.33 0.36 0.15
HSL 6.08º 0.52% 0.7% -
HSV(B) 6.08º 0.36% 0.85% -
XYZ 44.01 37.64 29.37 -
YUV 167.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 218 147 139 0 0.33 0.36 0.15 6.08 0.52 0.7
Hex DA 93 8B 0 21 24 F 6 34 46
Octal 332 223 213 0 41 44 17 6 64 106
Binary 11011010 10010011 10001011 0 100001 100100 1111 110 110100 1000110

Color Harmonies of #DA938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA938B

Black with #DA938B

Text Example


Text Example

White with #DA938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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