Html Css Color HEX #D89797 Petite Orchid

📋 copy color: '#D89797'

red 216 ◦ green 151 ◦ blue 151

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

Shades of Petite Orchid #D89797

Tints of Petite Orchid #D89797

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.15%

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 41.7%
G = 29.15%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D89797 (or 0xD89797) is known color: Petite Orchid. HEX triplet: D8, 97 and 97. RGB value is (216,151,151). Sum of RGB (Red+Green+Blue) = 216+151+151=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D89797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89797 is #276868. Grayscale: #AAAAAA. Windows color (decimal): -2582633 or 9934808. OLE color: 9934808.

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

Color convert

RGB 216 151 151 -
CMYK 0 0.30 0.30 0.15
HSL 0.45% 0.72% -
HSV(B) 0.3% 0.85% -
XYZ 44.97 38.97 34.43 -
YUV 170.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 216 151 151 0 0.30 0.30 0.15 0 0.45 0.72
Hex D8 97 97 0 1E 1E F 0 2D 48
Octal 330 227 227 0 36 36 17 0 55 110
Binary 11011000 10010111 10010111 0 11110 11110 1111 0 101101 1001000

Color Harmonies of #D89797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89797

Black with #D89797

Text Example


Text Example

White with #D89797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89797; }

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

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

background-color css

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

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

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

border-color css

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

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

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