Html Css Color HEX #DB9191 Petite Orchid

📋 copy color: '#DB9191'

red 219 ◦ green 145 ◦ blue 145

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

Shades of Petite Orchid #DB9191

Tints of Petite Orchid #DB9191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.49%

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

R = 43.03%
G = 28.49%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB9191 (or 0xDB9191) is known color: Petite Orchid. HEX triplet: DB, 91 and 91. RGB value is (219,145,145). Sum of RGB (Red+Green+Blue) = 219+145+145=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9191 is #246E6E. Grayscale: #A7A7A7. Windows color (decimal): -2387567 or 9540059. OLE color: 9540059.

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

Color convert

RGB 219 145 145 -
CMYK 0 0.34 0.34 0.14
HSL 0.51% 0.71% -
HSV(B) 0.34% 0.86% -
XYZ 44.45 37.36 31.66 -
YUV 167.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 219 145 145 0 0.34 0.34 0.14 0 0.51 0.71
Hex DB 91 91 0 22 22 E 0 33 47
Octal 333 221 221 0 42 42 16 0 63 107
Binary 11011011 10010001 10010001 0 100010 100010 1110 0 110011 1000111

Color Harmonies of #DB9191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9191

Black with #DB9191

Text Example


Text Example

White with #DB9191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9191; }

 p { color: rgb(219,145,145); }

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

background-color css

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

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

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

border-color css

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

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

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