Html Css Color HEX #DB9089 Petite Orchid

📋 copy color: '#DB9089'

red 219 ◦ green 144 ◦ blue 137

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

Shades of Petite Orchid #DB9089

Tints of Petite Orchid #DB9089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.8%

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

R = 43.8%
G = 28.8%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB9089 (or 0xDB9089) is known color: Petite Orchid. HEX triplet: DB, 90 and 89. RGB value is (219,144,137). Sum of RGB (Red+Green+Blue) = 219+144+137=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9089 is #246F76. Grayscale: #A5A5A5. Windows color (decimal): -2387831 or 9015515. OLE color: 9015515.

HSL color Cylindrical-coordinate representation of color #DB9089: hue angle of 5.12º 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 #DB9089 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 144 137 -
CMYK 0 0.34 0.37 0.14
HSL 5.12º 0.53% 0.7% -
HSV(B) 5.12º 0.37% 0.86% -
XYZ 43.7 36.81 28.47 -
YUV 165.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 219 144 137 0 0.34 0.37 0.14 5.12 0.53 0.7
Hex DB 90 89 0 22 25 E 5 35 46
Octal 333 220 211 0 42 45 16 5 65 106
Binary 11011011 10010000 10001001 0 100010 100101 1110 101 110101 1000110

Color Harmonies of #DB9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9089

Black with #DB9089

Text Example


Text Example

White with #DB9089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9089; }

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

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

background-color css

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

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

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

border-color css

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

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

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