Html Css Color HEX #D89B9B Petite Orchid

📋 copy color: '#D89B9B'

red 216 ◦ green 155 ◦ blue 155

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

Shades of Petite Orchid #D89B9B

Tints of Petite Orchid #D89B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.47%

R = 41.06%
G = 29.47%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D89B9B (or 0xD89B9B) is known color: Petite Orchid. HEX triplet: D8, 9B and 9B. RGB value is (216,155,155). Sum of RGB (Red+Green+Blue) = 216+155+155=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89B9B is #276464. Grayscale: #ADADAD. Windows color (decimal): -2581605 or 10197976. OLE color: 10197976.

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

Color convert

RGB 216 155 155 -
CMYK 0 0.28 0.28 0.15
HSL 0.44% 0.73% -
HSV(B) 0.28% 0.85% -
XYZ 45.96 40.41 36.39 -
YUV 173.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 216 155 155 0 0.28 0.28 0.15 0 0.44 0.73
Hex D8 9B 9B 0 1C 1C F 0 2C 49
Octal 330 233 233 0 34 34 17 0 54 111
Binary 11011000 10011011 10011011 0 11100 11100 1111 0 101100 1001001

Color Harmonies of #D89B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89B9B

Black with #D89B9B

Text Example


Text Example

White with #D89B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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