Html Css Color HEX #D89C91 Petite Orchid

📋 copy color: '#D89C91'

red 216 ◦ green 156 ◦ blue 145

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

Shades of Petite Orchid #D89C91

Tints of Petite Orchid #D89C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

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

R = 41.78%
G = 30.17%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D89C91 (or 0xD89C91) is known color: Petite Orchid. HEX triplet: D8, 9C and 91. RGB value is (216,156,145). Sum of RGB (Red+Green+Blue) = 216+156+145=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C91 is #27636E. Grayscale: #ACACAC. Windows color (decimal): -2581359 or 9542872. OLE color: 9542872.

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

Color convert

RGB 216 156 145 -
CMYK 0 0.28 0.33 0.15
HSL 9.3º 0.48% 0.71% -
HSV(B) 9.3º 0.33% 0.85% -
XYZ 45.32 40.42 32.2 -
YUV 172.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 216 156 145 0 0.28 0.33 0.15 9.3 0.48 0.71
Hex D8 9C 91 0 1C 21 F 9 30 47
Octal 330 234 221 0 34 41 17 11 60 107
Binary 11011000 10011100 10010001 0 11100 100001 1111 1001 110000 1000111

Color Harmonies of #D89C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C91

Black with #D89C91

Text Example


Text Example

White with #D89C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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