Html Css Color HEX #D89392 Petite Orchid

📋 copy color: '#D89392'

red 216 ◦ green 147 ◦ blue 146

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

Shades of Petite Orchid #D89392

Tints of Petite Orchid #D89392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.68%

R = 42.44%
G = 28.88%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D89392 (or 0xD89392) is known color: Petite Orchid. HEX triplet: D8, 93 and 92. RGB value is (216,147,146). Sum of RGB (Red+Green+Blue) = 216+147+146=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D89392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89392 is #276C6D. Grayscale: #A7A7A7. Windows color (decimal): -2583662 or 9606104. OLE color: 9606104.

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

Color convert

RGB 216 147 146 -
CMYK 0 0.32 0.32 0.15
HSL 0.86º 0.47% 0.71% -
HSV(B) 0.86º 0.32% 0.85% -
XYZ 43.94 37.54 32.12 -
YUV 167.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 216 147 146 0 0.32 0.32 0.15 0.86 0.47 0.71
Hex D8 93 92 0 20 20 F 1 2F 47
Octal 330 223 222 0 40 40 17 1 57 107
Binary 11011000 10010011 10010010 0 100000 100000 1111 1 101111 1000111

Color Harmonies of #D89392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89392

Black with #D89392

Text Example


Text Example

White with #D89392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89392; }

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

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

background-color css

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

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

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

border-color css

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

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

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