Html Css Color HEX #D89994 Petite Orchid

📋 copy color: '#D89994'

red 216 ◦ green 153 ◦ blue 148

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

Shades of Petite Orchid #D89994

Tints of Petite Orchid #D89994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 41.78%
G = 29.59%
B = 28.63%

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

#D89994 (or 0xD89994) is known color: Petite Orchid. HEX triplet: D8, 99 and 94. RGB value is (216,153,148). Sum of RGB (Red+Green+Blue) = 216+153+148=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D89994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89994 is #27666B. Grayscale: #ABABAB. Windows color (decimal): -2582124 or 9738712. OLE color: 9738712.

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

Color convert

RGB 216 153 148 -
CMYK 0 0.29 0.31 0.15
HSL 4.41º 0.47% 0.71% -
HSV(B) 4.41º 0.31% 0.85% -
XYZ 45.06 39.52 33.27 -
YUV 171.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 216 153 148 0 0.29 0.31 0.15 4.41 0.47 0.71
Hex D8 99 94 0 1D 1F F 4 2F 47
Octal 330 231 224 0 35 37 17 4 57 107
Binary 11011000 10011001 10010100 0 11101 11111 1111 100 101111 1000111

Color Harmonies of #D89994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89994

Black with #D89994

Text Example


Text Example

White with #D89994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89994; }

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

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

background-color css

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

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

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

border-color css

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

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

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