Html Css Color HEX #DB9791 Petite Orchid

📋 copy color: '#DB9791'

red 219 ◦ green 151 ◦ blue 145

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

Shades of Petite Orchid #DB9791

Tints of Petite Orchid #DB9791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.32%

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

R = 42.52%
G = 29.32%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB9791 (or 0xDB9791) is known color: Petite Orchid. HEX triplet: DB, 97 and 91. RGB value is (219,151,145). Sum of RGB (Red+Green+Blue) = 219+151+145=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9791 is #24686E. Grayscale: #AAAAAA. Windows color (decimal): -2386031 or 9541595. OLE color: 9541595.

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

Color convert

RGB 219 151 145 -
CMYK 0 0.31 0.34 0.14
HSL 4.86º 0.51% 0.71% -
HSV(B) 4.86º 0.34% 0.86% -
XYZ 45.39 39.24 31.97 -
YUV 170.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 219 151 145 0 0.31 0.34 0.14 4.86 0.51 0.71
Hex DB 97 91 0 1F 22 E 5 33 47
Octal 333 227 221 0 37 42 16 5 63 107
Binary 11011011 10010111 10010001 0 11111 100010 1110 101 110011 1000111

Color Harmonies of #DB9791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9791

Black with #DB9791

Text Example


Text Example

White with #DB9791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9791; }

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

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

background-color css

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

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

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

border-color css

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

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

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