Html Css Color HEX #D89189 Petite Orchid

📋 copy color: '#D89189'

red 216 ◦ green 145 ◦ blue 137

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

Shades of Petite Orchid #D89189

Tints of Petite Orchid #D89189

RGB

 RED value IS 216 (84.77% from 255) = 43.37%

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

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

R = 43.37%
G = 29.12%
B = 27.51%

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

#D89189 (or 0xD89189) is known color: Petite Orchid. HEX triplet: D8, 91 and 89. RGB value is (216,145,137). Sum of RGB (Red+Green+Blue) = 216+145+137=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D89189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89189 is #276E76. Grayscale: #A5A5A5. Windows color (decimal): -2584183 or 9015768. OLE color: 9015768.

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

Color convert

RGB 216 145 137 -
CMYK 0 0.33 0.37 0.15
HSL 6.08º 0.5% 0.69% -
HSV(B) 6.08º 0.37% 0.85% -
XYZ 42.96 36.66 28.48 -
YUV 165.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 216 145 137 0 0.33 0.37 0.15 6.08 0.5 0.69
Hex D8 91 89 0 21 25 F 6 32 45
Octal 330 221 211 0 41 45 17 6 62 105
Binary 11011000 10010001 10001001 0 100001 100101 1111 110 110010 1000101

Color Harmonies of #D89189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89189

Black with #D89189

Text Example


Text Example

White with #D89189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89189; }

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

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

background-color css

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

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

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

border-color css

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

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

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