Html Css Color HEX #DB9687 Petite Orchid

📋 copy color: '#DB9687'

red 219 ◦ green 150 ◦ blue 135

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

Shades of Petite Orchid #DB9687

Tints of Petite Orchid #DB9687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.76%

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

R = 43.45%
G = 29.76%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB9687 (or 0xDB9687) is known color: Petite Orchid. HEX triplet: DB, 96 and 87. RGB value is (219,150,135). Sum of RGB (Red+Green+Blue) = 219+150+135=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9687 is #246978. Grayscale: #A9A9A9. Windows color (decimal): -2386297 or 8885979. OLE color: 8885979.

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

Color convert

RGB 219 150 135 -
CMYK 0 0.32 0.38 0.14
HSL 10.71º 0.54% 0.69% -
HSV(B) 10.71º 0.38% 0.86% -
XYZ 44.49 38.62 28.03 -
YUV 168.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 219 150 135 0 0.32 0.38 0.14 10.71 0.54 0.69
Hex DB 96 87 0 20 26 E B 36 45
Octal 333 226 207 0 40 46 16 13 66 105
Binary 11011011 10010110 10000111 0 100000 100110 1110 1011 110110 1000101

Color Harmonies of #DB9687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9687

Black with #DB9687

Text Example


Text Example

White with #DB9687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9687; }

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

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

background-color css

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

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

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

border-color css

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

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

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