Html Css Color HEX #D89391 Petite Orchid

📋 copy color: '#D89391'

red 216 ◦ green 147 ◦ blue 145

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

Shades of Petite Orchid #D89391

Tints of Petite Orchid #D89391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.54%

R = 42.52%
G = 28.94%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D89391 (or 0xD89391) is known color: Petite Orchid. HEX triplet: D8, 93 and 91. RGB value is (216,147,145). Sum of RGB (Red+Green+Blue) = 216+147+145=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D89391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89391 is #276C6E. Grayscale: #A7A7A7. Windows color (decimal): -2583663 or 9540568. OLE color: 9540568.

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

Color convert

RGB 216 147 145 -
CMYK 0 0.32 0.33 0.15
HSL 1.69º 0.48% 0.71% -
HSV(B) 1.69º 0.33% 0.85% -
XYZ 43.86 37.51 31.72 -
YUV 167.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 216 147 145 0 0.32 0.33 0.15 1.69 0.48 0.71
Hex D8 93 91 0 20 21 F 2 30 47
Octal 330 223 221 0 40 41 17 2 60 107
Binary 11011000 10010011 10010001 0 100000 100001 1111 10 110000 1000111

Color Harmonies of #D89391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89391

Black with #D89391

Text Example


Text Example

White with #D89391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89391; }

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

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

background-color css

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

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

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

border-color css

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

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

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