Html Css Color HEX #DA9387 Petite Orchid

📋 copy color: '#DA9387'

red 218 ◦ green 147 ◦ blue 135

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

Shades of Petite Orchid #DA9387

Tints of Petite Orchid #DA9387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27%

R = 43.6%
G = 29.4%
B = 27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA9387 (or 0xDA9387) is known color: Petite Orchid. HEX triplet: DA, 93 and 87. RGB value is (218,147,135). Sum of RGB (Red+Green+Blue) = 218+147+135=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9387 is #256C78. Grayscale: #A6A6A6. Windows color (decimal): -2452601 or 8885210. OLE color: 8885210.

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

Color convert

RGB 218 147 135 -
CMYK 0 0.33 0.38 0.15
HSL 8.67º 0.53% 0.69% -
HSV(B) 8.67º 0.38% 0.85% -
XYZ 43.72 37.52 27.86 -
YUV 166.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 218 147 135 0 0.33 0.38 0.15 8.67 0.53 0.69
Hex DA 93 87 0 21 26 F 9 35 45
Octal 332 223 207 0 41 46 17 11 65 105
Binary 11011010 10010011 10000111 0 100001 100110 1111 1001 110101 1000101

Color Harmonies of #DA9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9387

Black with #DA9387

Text Example


Text Example

White with #DA9387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9387; }

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

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

background-color css

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

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

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

border-color css

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

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

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