Html Css Color HEX #DA9189 Petite Orchid

📋 copy color: '#DA9189'

red 218 ◦ green 145 ◦ blue 137

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

Shades of Petite Orchid #DA9189

Tints of Petite Orchid #DA9189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

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

R = 43.6%
G = 29%
B = 27.4%

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

#DA9189 (or 0xDA9189) is known color: Petite Orchid. HEX triplet: DA, 91 and 89. RGB value is (218,145,137). Sum of RGB (Red+Green+Blue) = 218+145+137=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9189 is #256E76. Grayscale: #A6A6A6. Windows color (decimal): -2453111 or 9015770. OLE color: 9015770.

HSL color Cylindrical-coordinate representation of color #DA9189: hue angle of 5.93º 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 #DA9189 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 137 -
CMYK 0 0.33 0.37 0.15
HSL 5.93º 0.52% 0.7% -
HSV(B) 5.93º 0.37% 0.85% -
XYZ 43.55 36.96 28.51 -
YUV 165.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 218 145 137 0 0.33 0.37 0.15 5.93 0.52 0.7
Hex DA 91 89 0 21 25 F 6 34 46
Octal 332 221 211 0 41 45 17 6 64 106
Binary 11011010 10010001 10001001 0 100001 100101 1111 110 110100 1000110

Color Harmonies of #DA9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9189

Black with #DA9189

Text Example


Text Example

White with #DA9189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9189; }

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

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

background-color css

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

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

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

border-color css

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

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

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