Html Css Color HEX #D89788 Petite Orchid

📋 copy color: '#D89788'

red 216 ◦ green 151 ◦ blue 136

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

Shades of Petite Orchid #D89788

Tints of Petite Orchid #D89788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.04%

R = 42.94%
G = 30.02%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D89788 (or 0xD89788) is known color: Petite Orchid. HEX triplet: D8, 97 and 88. RGB value is (216,151,136). Sum of RGB (Red+Green+Blue) = 216+151+136=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D89788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89788 is #276877. Grayscale: #A8A8A8. Windows color (decimal): -2582648 or 8951768. OLE color: 8951768.

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

Color convert

RGB 216 151 136 -
CMYK 0 0.30 0.37 0.15
HSL 11.25º 0.51% 0.69% -
HSV(B) 11.25º 0.37% 0.85% -
XYZ 43.83 38.51 28.42 -
YUV 168.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 216 151 136 0 0.30 0.37 0.15 11.25 0.51 0.69
Hex D8 97 88 0 1E 25 F B 33 45
Octal 330 227 210 0 36 45 17 13 63 105
Binary 11011000 10010111 10001000 0 11110 100101 1111 1011 110011 1000101

Color Harmonies of #D89788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89788

Black with #D89788

Text Example


Text Example

White with #D89788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89788; }

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

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

background-color css

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

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

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

border-color css

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

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

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