Html Css Color HEX #D59391 Petite Orchid

📋 copy color: '#D59391'

red 213 ◦ green 147 ◦ blue 145

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

Shades of Petite Orchid #D59391

Tints of Petite Orchid #D59391

RGB

 RED value IS 213 (83.59% from 255) = 42.18%

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

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

R = 42.18%
G = 29.11%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D59391 (or 0xD59391) is known color: Petite Orchid. HEX triplet: D5, 93 and 91. RGB value is (213,147,145). Sum of RGB (Red+Green+Blue) = 213+147+145=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D59391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59391 is #2A6C6E. Grayscale: #A6A6A6. Windows color (decimal): -2780271 or 9540565. OLE color: 9540565.

HSL color Cylindrical-coordinate representation of color #D59391: hue angle of 1.76º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59391 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 147 145 -
CMYK 0 0.31 0.32 0.16
HSL 1.76º 0.45% 0.7% -
HSV(B) 1.76º 0.32% 0.84% -
XYZ 42.99 37.06 31.68 -
YUV 166.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 213 147 145 0 0.31 0.32 0.16 1.76 0.45 0.7
Hex D5 93 91 0 1F 20 10 2 2D 46
Octal 325 223 221 0 37 40 20 2 55 106
Binary 11010101 10010011 10010001 0 11111 100000 10000 10 101101 1000110

Color Harmonies of #D59391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59391

Black with #D59391

Text Example


Text Example

White with #D59391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59391; }

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

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

background-color css

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

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

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

border-color css

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

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

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