Html Css Color HEX #D89B95 Petite Orchid

📋 copy color: '#D89B95'

red 216 ◦ green 155 ◦ blue 149

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

Shades of Petite Orchid #D89B95

Tints of Petite Orchid #D89B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 41.54%
G = 29.81%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D89B95 (or 0xD89B95) is known color: Petite Orchid. HEX triplet: D8, 9B and 95. RGB value is (216,155,149). Sum of RGB (Red+Green+Blue) = 216+155+149=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89B95 is #27646A. Grayscale: #ACACAC. Windows color (decimal): -2581611 or 9804760. OLE color: 9804760.

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

Color convert

RGB 216 155 149 -
CMYK 0 0.28 0.31 0.15
HSL 5.37º 0.46% 0.72% -
HSV(B) 5.37º 0.31% 0.85% -
XYZ 45.47 40.21 33.8 -
YUV 172.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 216 155 149 0 0.28 0.31 0.15 5.37 0.46 0.72
Hex D8 9B 95 0 1C 1F F 5 2E 48
Octal 330 233 225 0 34 37 17 5 56 110
Binary 11011000 10011011 10010101 0 11100 11111 1111 101 101110 1001000

Color Harmonies of #D89B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89B95

Black with #D89B95

Text Example


Text Example

White with #D89B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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