Html Css Color HEX #D89C97 Petite Orchid

📋 copy color: '#D89C97'

red 216 ◦ green 156 ◦ blue 151

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

Shades of Petite Orchid #D89C97

Tints of Petite Orchid #D89C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.83%

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

R = 41.3%
G = 29.83%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D89C97 (or 0xD89C97) is known color: Petite Orchid. HEX triplet: D8, 9C and 97. RGB value is (216,156,151). Sum of RGB (Red+Green+Blue) = 216+156+151=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C97 is #276368. Grayscale: #ADADAD. Windows color (decimal): -2581353 or 9936088. OLE color: 9936088.

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

Color convert

RGB 216 156 151 -
CMYK 0 0.28 0.30 0.15
HSL 4.62º 0.45% 0.72% -
HSV(B) 4.62º 0.3% 0.85% -
XYZ 45.79 40.61 34.7 -
YUV 173.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 216 156 151 0 0.28 0.30 0.15 4.62 0.45 0.72
Hex D8 9C 97 0 1C 1E F 5 2D 48
Octal 330 234 227 0 34 36 17 5 55 110
Binary 11011000 10011100 10010111 0 11100 11110 1111 101 101101 1001000

Color Harmonies of #D89C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C97

Black with #D89C97

Text Example


Text Example

White with #D89C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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