Html Css Color HEX #D99387 Petite Orchid

📋 copy color: '#D99387'

red 217 ◦ green 147 ◦ blue 135

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

Shades of Petite Orchid #D99387

Tints of Petite Orchid #D99387

RGB

 RED value IS 217 (85.16% from 255) = 43.49%

 GREEN value IS 147 (57.81% from 255) = 29.46%

 BLUE value IS 135 (53.13% from 255) = 27.05%

R = 43.49%
G = 29.46%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D99387 (or 0xD99387) is known color: Petite Orchid. HEX triplet: D9, 93 and 87. RGB value is (217,147,135). Sum of RGB (Red+Green+Blue) = 217+147+135=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D99387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99387 is #266C78. Grayscale: #A6A6A6. Windows color (decimal): -2518137 or 8885209. OLE color: 8885209.

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

Color convert

RGB 217 147 135 -
CMYK 0 0.32 0.38 0.15
HSL 8.78º 0.52% 0.69% -
HSV(B) 8.78º 0.38% 0.85% -
XYZ 43.42 37.37 27.85 -
YUV 166.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 217 147 135 0 0.32 0.38 0.15 8.78 0.52 0.69
Hex D9 93 87 0 20 26 F 9 34 45
Octal 331 223 207 0 40 46 17 11 64 105
Binary 11011001 10010011 10000111 0 100000 100110 1111 1001 110100 1000101

Color Harmonies of #D99387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99387

Black with #D99387

Text Example


Text Example

White with #D99387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99387; }

 p { color: rgb(217,147,135); }

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

background-color css

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

 a { background-color: rgb(217,147,135); }

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

border-color css

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

 span { border-color: rgb(217,147,135); }

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