Html Css Color HEX #D99391 Petite Orchid

📋 copy color: '#D99391'

red 217 ◦ green 147 ◦ blue 145

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

Shades of Petite Orchid #D99391

Tints of Petite Orchid #D99391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.49%

R = 42.63%
G = 28.88%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99391 (or 0xD99391) is known color: Petite Orchid. HEX triplet: D9, 93 and 91. RGB value is (217,147,145). Sum of RGB (Red+Green+Blue) = 217+147+145=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99391 is #266C6E. Grayscale: #A7A7A7. Windows color (decimal): -2518127 or 9540569. OLE color: 9540569.

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

Color convert

RGB 217 147 145 -
CMYK 0 0.32 0.33 0.15
HSL 1.67º 0.49% 0.71% -
HSV(B) 1.67º 0.33% 0.85% -
XYZ 44.16 37.66 31.73 -
YUV 167.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 217 147 145 0 0.32 0.33 0.15 1.67 0.49 0.71
Hex D9 93 91 0 20 21 F 2 31 47
Octal 331 223 221 0 40 41 17 2 61 107
Binary 11011001 10010011 10010001 0 100000 100001 1111 10 110001 1000111

Color Harmonies of #D99391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99391

Black with #D99391

Text Example


Text Example

White with #D99391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99391; }

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

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

background-color css

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

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

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

border-color css

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

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

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