Html Css Color HEX #DA9389 Petite Orchid

📋 copy color: '#DA9389'

red 218 ◦ green 147 ◦ blue 137

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

Shades of Petite Orchid #DA9389

Tints of Petite Orchid #DA9389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 43.43%
G = 29.28%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA9389 (or 0xDA9389) is known color: Petite Orchid. HEX triplet: DA, 93 and 89. RGB value is (218,147,137). Sum of RGB (Red+Green+Blue) = 218+147+137=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9389 is #256C76. Grayscale: #A7A7A7. Windows color (decimal): -2452599 or 9016282. OLE color: 9016282.

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

Color convert

RGB 218 147 137 -
CMYK 0 0.33 0.37 0.15
HSL 7.41º 0.52% 0.7% -
HSV(B) 7.41º 0.37% 0.85% -
XYZ 43.86 37.58 28.61 -
YUV 167.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 218 147 137 0 0.33 0.37 0.15 7.41 0.52 0.7
Hex DA 93 89 0 21 25 F 7 34 46
Octal 332 223 211 0 41 45 17 7 64 106
Binary 11011010 10010011 10001001 0 100001 100101 1111 111 110100 1000110

Color Harmonies of #DA9389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9389

Black with #DA9389

Text Example


Text Example

White with #DA9389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9389; }

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

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

background-color css

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

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

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

border-color css

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

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

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