Html Css Color HEX #D99389 Petite Orchid

📋 copy color: '#D99389'

red 217 ◦ green 147 ◦ blue 137

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

Shades of Petite Orchid #D99389

Tints of Petite Orchid #D99389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.35%

R = 43.31%
G = 29.34%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D99389 (or 0xD99389) is known color: Petite Orchid. HEX triplet: D9, 93 and 89. RGB value is (217,147,137). Sum of RGB (Red+Green+Blue) = 217+147+137=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D99389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99389 is #266C76. Grayscale: #A6A6A6. Windows color (decimal): -2518135 or 9016281. OLE color: 9016281.

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

Color convert

RGB 217 147 137 -
CMYK 0 0.32 0.37 0.15
HSL 7.5º 0.51% 0.69% -
HSV(B) 7.5º 0.37% 0.85% -
XYZ 43.56 37.43 28.59 -
YUV 166.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 217 147 137 0 0.32 0.37 0.15 7.5 0.51 0.69
Hex D9 93 89 0 20 25 F 8 33 45
Octal 331 223 211 0 40 45 17 10 63 105
Binary 11011001 10010011 10001001 0 100000 100101 1111 1000 110011 1000101

Color Harmonies of #D99389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99389

Black with #D99389

Text Example


Text Example

White with #D99389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99389; }

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

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

background-color css

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

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

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

border-color css

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

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

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