Html Css Color HEX #D09391 Petite Orchid

📋 copy color: '#D09391'

red 208 ◦ green 147 ◦ blue 145

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

Shades of Petite Orchid #D09391

Tints of Petite Orchid #D09391

RGB

 RED value IS 208 (81.64% from 255) = 41.6%

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

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

R = 41.6%
G = 29.4%
B = 29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09391 (or 0xD09391) is known color: Petite Orchid. HEX triplet: D0, 93 and 91. RGB value is (208,147,145). Sum of RGB (Red+Green+Blue) = 208+147+145=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D09391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09391 is #2F6C6E. Grayscale: #A5A5A5. Windows color (decimal): -3107951 or 9540560. OLE color: 9540560.

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

Color convert

RGB 208 147 145 -
CMYK 0 0.29 0.30 0.18
HSL 1.9º 0.4% 0.69% -
HSV(B) 1.9º 0.3% 0.82% -
XYZ 41.56 36.32 31.61 -
YUV 165.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 208 147 145 0 0.29 0.30 0.18 1.9 0.4 0.69
Hex D0 93 91 0 1D 1E 12 2 28 45
Octal 320 223 221 0 35 36 22 2 50 105
Binary 11010000 10010011 10010001 0 11101 11110 10010 10 101000 1000101

Color Harmonies of #D09391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09391

Black with #D09391

Text Example


Text Example

White with #D09391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09391; }

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

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

background-color css

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

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

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

border-color css

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

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

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