Html Css Color HEX #DB9389 Petite Orchid

📋 copy color: '#DB9389'

red 219 ◦ green 147 ◦ blue 137

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

Shades of Petite Orchid #DB9389

Tints of Petite Orchid #DB9389

RGB

 RED value IS 219 (85.94% from 255) = 43.54%

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

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

R = 43.54%
G = 29.22%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB9389 (or 0xDB9389) is known color: Petite Orchid. HEX triplet: DB, 93 and 89. RGB value is (219,147,137). Sum of RGB (Red+Green+Blue) = 219+147+137=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9389 is #246C76. Grayscale: #A7A7A7. Windows color (decimal): -2387063 or 9016283. OLE color: 9016283.

HSL color Cylindrical-coordinate representation of color #DB9389: hue angle of 7.32º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9389 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 137 -
CMYK 0 0.33 0.37 0.14
HSL 7.32º 0.53% 0.7% -
HSV(B) 7.32º 0.37% 0.86% -
XYZ 44.16 37.73 28.62 -
YUV 167.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 219 147 137 0 0.33 0.37 0.14 7.32 0.53 0.7
Hex DB 93 89 0 21 25 E 7 35 46
Octal 333 223 211 0 41 45 16 7 65 106
Binary 11011011 10010011 10001001 0 100001 100101 1110 111 110101 1000110

Color Harmonies of #DB9389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9389

Black with #DB9389

Text Example


Text Example

White with #DB9389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9389; }

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

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

background-color css

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

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

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

border-color css

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

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

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