Html Css Color HEX #D19391 Petite Orchid

📋 copy color: '#D19391'

red 209 ◦ green 147 ◦ blue 145

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

Shades of Petite Orchid #D19391

Tints of Petite Orchid #D19391

RGB

 RED value IS 209 (82.03% from 255) = 41.72%

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

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

R = 41.72%
G = 29.34%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D19391 (or 0xD19391) is known color: Petite Orchid. HEX triplet: D1, 93 and 91. RGB value is (209,147,145). Sum of RGB (Red+Green+Blue) = 209+147+145=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D19391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19391 is #2E6C6E. Grayscale: #A5A5A5. Windows color (decimal): -3042415 or 9540561. OLE color: 9540561.

HSL color Cylindrical-coordinate representation of color #D19391: hue angle of 1.88º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D19391 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 147 145 -
CMYK 0 0.30 0.31 0.18
HSL 1.88º 0.41% 0.69% -
HSV(B) 1.88º 0.31% 0.82% -
XYZ 41.84 36.47 31.62 -
YUV 165.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 209 147 145 0 0.30 0.31 0.18 1.88 0.41 0.69
Hex D1 93 91 0 1E 1F 12 2 29 45
Octal 321 223 221 0 36 37 22 2 51 105
Binary 11010001 10010011 10010001 0 11110 11111 10010 10 101001 1000101

Color Harmonies of #D19391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19391

Black with #D19391

Text Example


Text Example

White with #D19391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19391; }

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

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

background-color css

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

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

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

border-color css

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

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

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