Html Css Color HEX #D89895 Petite Orchid

📋 copy color: '#D89895'

red 216 ◦ green 152 ◦ blue 149

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

Shades of Petite Orchid #D89895

Tints of Petite Orchid #D89895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

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

R = 41.78%
G = 29.4%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D89895 (or 0xD89895) is known color: Petite Orchid. HEX triplet: D8, 98 and 95. RGB value is (216,152,149). Sum of RGB (Red+Green+Blue) = 216+152+149=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D89895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89895 is #27676A. Grayscale: #AAAAAA. Windows color (decimal): -2582379 or 9803992. OLE color: 9803992.

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

Color convert

RGB 216 152 149 -
CMYK 0 0.30 0.31 0.15
HSL 2.69º 0.46% 0.72% -
HSV(B) 2.69º 0.31% 0.85% -
XYZ 44.97 39.23 33.63 -
YUV 170.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 216 152 149 0 0.30 0.31 0.15 2.69 0.46 0.72
Hex D8 98 95 0 1E 1F F 3 2E 48
Octal 330 230 225 0 36 37 17 3 56 110
Binary 11011000 10011000 10010101 0 11110 11111 1111 11 101110 1001000

Color Harmonies of #D89895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89895

Black with #D89895

Text Example


Text Example

White with #D89895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89895; }

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

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

background-color css

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

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

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

border-color css

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

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

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