Html Css Color HEX #D89B93 Petite Orchid

📋 copy color: '#D89B93'

red 216 ◦ green 155 ◦ blue 147

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

Shades of Petite Orchid #D89B93

Tints of Petite Orchid #D89B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.92%

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 41.7%
G = 29.92%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D89B93 (or 0xD89B93) is known color: Petite Orchid. HEX triplet: D8, 9B and 93. RGB value is (216,155,147). Sum of RGB (Red+Green+Blue) = 216+155+147=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89B93 is #27646C. Grayscale: #ACACAC. Windows color (decimal): -2581613 or 9673688. OLE color: 9673688.

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

Color convert

RGB 216 155 147 -
CMYK 0 0.28 0.32 0.15
HSL 6.96º 0.47% 0.71% -
HSV(B) 6.96º 0.32% 0.85% -
XYZ 45.31 40.15 32.97 -
YUV 172.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 216 155 147 0 0.28 0.32 0.15 6.96 0.47 0.71
Hex D8 9B 93 0 1C 20 F 7 2F 47
Octal 330 233 223 0 34 40 17 7 57 107
Binary 11011000 10011011 10010011 0 11100 100000 1111 111 101111 1000111

Color Harmonies of #D89B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89B93

Black with #D89B93

Text Example


Text Example

White with #D89B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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