Html Css Color HEX #DB9787 Petite Orchid

📋 copy color: '#DB9787'

red 219 ◦ green 151 ◦ blue 135

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

Shades of Petite Orchid #DB9787

Tints of Petite Orchid #DB9787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.73%

R = 43.37%
G = 29.9%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB9787 (or 0xDB9787) is known color: Petite Orchid. HEX triplet: DB, 97 and 87. RGB value is (219,151,135). Sum of RGB (Red+Green+Blue) = 219+151+135=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9787 is #246878. Grayscale: #A9A9A9. Windows color (decimal): -2386041 or 8886235. OLE color: 8886235.

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

Color convert

RGB 219 151 135 -
CMYK 0 0.31 0.38 0.14
HSL 11.43º 0.54% 0.69% -
HSV(B) 11.43º 0.38% 0.86% -
XYZ 44.65 38.94 28.08 -
YUV 169.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 219 151 135 0 0.31 0.38 0.14 11.43 0.54 0.69
Hex DB 97 87 0 1F 26 E B 36 45
Octal 333 227 207 0 37 46 16 13 66 105
Binary 11011011 10010111 10000111 0 11111 100110 1110 1011 110110 1000101

Color Harmonies of #DB9787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9787

Black with #DB9787

Text Example


Text Example

White with #DB9787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9787; }

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

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

background-color css

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

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

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

border-color css

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

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

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