Html Css Color HEX #DB9289 Petite Orchid

📋 copy color: '#DB9289'

red 219 ◦ green 146 ◦ blue 137

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

Shades of Petite Orchid #DB9289

Tints of Petite Orchid #DB9289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

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

R = 43.63%
G = 29.08%
B = 27.29%

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

#DB9289 (or 0xDB9289) is known color: Petite Orchid. HEX triplet: DB, 92 and 89. RGB value is (219,146,137). Sum of RGB (Red+Green+Blue) = 219+146+137=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9289 is #246D76. Grayscale: #A6A6A6. Windows color (decimal): -2387319 or 9016027. OLE color: 9016027.

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

Color convert

RGB 219 146 137 -
CMYK 0 0.33 0.37 0.14
HSL 6.59º 0.53% 0.7% -
HSV(B) 6.59º 0.37% 0.86% -
XYZ 44.01 37.42 28.57 -
YUV 166.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 219 146 137 0 0.33 0.37 0.14 6.59 0.53 0.7
Hex DB 92 89 0 21 25 E 7 35 46
Octal 333 222 211 0 41 45 16 7 65 106
Binary 11011011 10010010 10001001 0 100001 100101 1110 111 110101 1000110

Color Harmonies of #DB9289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9289

Black with #DB9289

Text Example


Text Example

White with #DB9289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9289; }

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

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

background-color css

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

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

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

border-color css

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

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

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