Html Css Color HEX #DB9287 Petite Orchid

📋 copy color: '#DB9287'

red 219 ◦ green 146 ◦ blue 135

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

Shades of Petite Orchid #DB9287

Tints of Petite Orchid #DB9287

RGB

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

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

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

R = 43.8%
G = 29.2%
B = 27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB9287 (or 0xDB9287) is known color: Petite Orchid. HEX triplet: DB, 92 and 87. RGB value is (219,146,135). Sum of RGB (Red+Green+Blue) = 219+146+135=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9287 is #246D78. Grayscale: #A6A6A6. Windows color (decimal): -2387321 or 8884955. OLE color: 8884955.

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

Color convert

RGB 219 146 135 -
CMYK 0 0.33 0.38 0.14
HSL 7.86º 0.54% 0.69% -
HSV(B) 7.86º 0.38% 0.86% -
XYZ 43.87 37.37 27.82 -
YUV 166.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 219 146 135 0 0.33 0.38 0.14 7.86 0.54 0.69
Hex DB 92 87 0 21 26 E 8 36 45
Octal 333 222 207 0 41 46 16 10 66 105
Binary 11011011 10010010 10000111 0 100001 100110 1110 1000 110110 1000101

Color Harmonies of #DB9287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9287

Black with #DB9287

Text Example


Text Example

White with #DB9287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9287; }

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

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

background-color css

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

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

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

border-color css

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

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

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