Html Css Color HEX #D89089 Petite Orchid

📋 copy color: '#D89089'

red 216 ◦ green 144 ◦ blue 137

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

Shades of Petite Orchid #D89089

Tints of Petite Orchid #D89089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.97%

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

R = 43.46%
G = 28.97%
B = 27.57%

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

#D89089 (or 0xD89089) is known color: Petite Orchid. HEX triplet: D8, 90 and 89. RGB value is (216,144,137). Sum of RGB (Red+Green+Blue) = 216+144+137=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D89089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89089 is #276F76. Grayscale: #A4A4A4. Windows color (decimal): -2584439 or 9015512. OLE color: 9015512.

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

Color convert

RGB 216 144 137 -
CMYK 0 0.33 0.37 0.15
HSL 5.32º 0.5% 0.69% -
HSV(B) 5.32º 0.37% 0.85% -
XYZ 42.81 36.35 28.43 -
YUV 164.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 216 144 137 0 0.33 0.37 0.15 5.32 0.5 0.69
Hex D8 90 89 0 21 25 F 5 32 45
Octal 330 220 211 0 41 45 17 5 62 105
Binary 11011000 10010000 10001001 0 100001 100101 1111 101 110010 1000101

Color Harmonies of #D89089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89089

Black with #D89089

Text Example


Text Example

White with #D89089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89089; }

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

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

background-color css

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

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

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

border-color css

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

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

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