Html Css Color HEX #D89996 Petite Orchid

📋 copy color: '#D89996'

red 216 ◦ green 153 ◦ blue 150

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

Shades of Petite Orchid #D89996

Tints of Petite Orchid #D89996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.48%

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 41.62%
G = 29.48%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D89996 (or 0xD89996) is known color: Petite Orchid. HEX triplet: D8, 99 and 96. RGB value is (216,153,150). Sum of RGB (Red+Green+Blue) = 216+153+150=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D89996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89996 is #276669. Grayscale: #ABABAB. Windows color (decimal): -2582122 or 9869784. OLE color: 9869784.

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

Color convert

RGB 216 153 150 -
CMYK 0 0.29 0.31 0.15
HSL 2.73º 0.46% 0.72% -
HSV(B) 2.73º 0.31% 0.85% -
XYZ 45.22 39.58 34.11 -
YUV 171.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 216 153 150 0 0.29 0.31 0.15 2.73 0.46 0.72
Hex D8 99 96 0 1D 1F F 3 2E 48
Octal 330 231 226 0 35 37 17 3 56 110
Binary 11011000 10011001 10010110 0 11101 11111 1111 11 101110 1001000

Color Harmonies of #D89996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89996

Black with #D89996

Text Example


Text Example

White with #D89996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89996; }

 p { color: rgb(216,153,150); }

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

background-color css

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

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

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

border-color css

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

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

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